|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSAObject | |
de.uni_paderborn.fujaba.asg | The Abstract Syntax Graph model. |
de.uni_paderborn.fujaba.fsa | Fujaba Swing Adapter |
de.uni_paderborn.fujaba.fsa.listener | |
de.uni_paderborn.fujaba.fsa.unparse | |
de.uni_paderborn.fujaba.fsa.update | |
de.uni_paderborn.fujaba.layout | |
de.uni_paderborn.fujaba.layout.classdiag | |
de.uni_paderborn.fujaba.packagediagrams.unparse | |
de.uni_paderborn.fujaba.uml.unparse | |
de.uni_paderborn.fujaba.uml.update | |
de.uni_paderborn.fujaba.usecase | Support for Use Case Diagrams. |
de.uni_paderborn.fujaba.usecase.unparse | |
de.uni_paderborn.fujaba.views.cf.unparse |
Uses of FSAObject in de.uni_paderborn.fujaba.asg |
Methods in de.uni_paderborn.fujaba.asg that return FSAObject | |
FSAObject |
ASGElement.getFromFsaObjects(java.lang.String qualifiedName)
Get the fromFsaObjects attribute of the ASGElement object |
FSAObject |
ASGElement.getFirstFromFSAObjects()
Get the firstFromFSAObjects attribute of the ASGElement object |
Methods in de.uni_paderborn.fujaba.asg with parameters of type FSAObject | |
void |
ASGElement.addToFsaObjects(FSAObject elem)
+---------------------+ 0..1 swingAdapter 0..1 ASGElement | getQualifiedName () |---------------------------- FSAObject +---------------------+ umlIncr fsaObjects Where qualifiedName is DiagramName.PropertyName |
boolean |
ASGElement.hasInFsaObjects(FSAObject elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
ASGElement.removeFromFsaObjects(FSAObject elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
ASGElement.updateKeyInFsaObjects(java.lang.String oldKey,
FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FSAObject in de.uni_paderborn.fujaba.fsa |
Subclasses of FSAObject in de.uni_paderborn.fujaba.fsa | |
class |
FSAArrow
Deprecated. Use FSADirectionIndicator, FSADoubleArrow ir FSABigArrow |
class |
FSABend
fsa object for JBend |
class |
FSABendLine
FSABendLine: FSAObject for JBendlines JBendLine is a Line with Bends attached to both ends, that handle the position of start- and endpoint of the line |
class |
FSABigArrow
UMLClass: 'FSABigArrow' |
class |
FSACircle
UMLClass: 'FSACircle' |
class |
FSACollapsable
UMLClass: 'FSAPanel' |
class |
FSAComboBox
No comment provided by developer, please add a comment to improve documentation. |
class |
FSAComboBoxLabel
FSAComboBoxLabel. |
class |
FSAContainer
No comment provided by developer, please add a comment to improve documentation. |
class |
FSADialog
Fujaba Swing Adapter JDialog |
class |
FSADirectionIndicator
UMLClass: 'FSADirectionIndicator' |
class |
FSAEditorPane
UMLClass: 'FSAEditorPane' |
class |
FSAEntryGrab
No comment provided by developer, please add a comment to improve documentation. |
class |
FSAFrame
Fujaba Swing Adapter JFrame |
class |
FSAGrab
fsaObject for JGrab A JGrab is a JBend that is attached to another JComponent and changes position with it. |
class |
FSAIntegerFieldLabel
No comment provided by developer, please add a comment to improve documentation. |
class |
FSALabel
No comment provided by developer, please add a comment to improve documentation. |
class |
FSALayeredPane
UMLClass: 'FSALayeredPane' |
class |
FSALine
Class FSALine |
class |
FSAPanel
UMLClass: 'FSAPanel' |
class |
FSAPolyLine
Class FSAPolyLine |
class |
FSAResizeable
FSAResizeable. |
class |
FSASeparatedPanel
FSA component for a separated panel. |
class |
FSASeparator
FSASeparator. |
class |
FSAStereotypeLabel
No comment provided by developer, please add a comment to improve documentation. |
class |
FSATextComponent
No comment provided by developer, please add a comment to improve documentation. |
class |
FSATextFieldLabel
No comment provided by developer, please add a comment to improve documentation. |
class |
FSAUnderlinedObject
UMLClass: 'FSAUnderlinedObject' |
class |
FSAWindow
Fujaba Swing Adapter JWindow |
Methods in de.uni_paderborn.fujaba.fsa that return FSAObject | |
FSAObject |
SelectionManager.getFocusedObject()
Get the focusedObject attribute of the SelectionManager object |
FSAObject |
SelectionManager.prevObject(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
SelectionManager.nextObject(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject[] |
SelectionManager.getLastSelections(FSAObject obj,
int length)
This method returns the last 'index' selected items. |
FSAObject[] |
SelectionManager.getLastSelectionsOfType(FSAObject type,
int length)
This method returns the last 'index' selected items, which are instances of the class of the type object. |
FSAObject[] |
SelectionManager.getLastSelectionsOfType(java.lang.Class typeClass)
Returns all selections of type 'typeClass'. |
FSAObject[] |
SelectionManager.getLastSelectionsOfType(java.lang.Class typeClass,
int length)
Returns 'length' number of selected objects of type 'typeclass'. |
FSAObject[] |
SelectionManager.getSelectedObjects()
Get the selectedObjects attribute of the SelectionManager object |
static FSAObject |
FSAObject.findFSAObjectFromJComponent(javax.swing.JComponent comp)
No comment provided by developer, please add a comment to improve documentation. |
static FSAObject |
FSAObject.getFSAObjectFromJComponent(javax.swing.JComponent comp)
Get the fSAObjectFromJComponent attribute of the FSAObject class |
FSAObject |
FSAObject.findChildForProperty(java.lang.String property)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
FSAGrab.getTarget()
get the target of the grab as FSAObject. |
FSAObject |
FSADirectionIndicator.getTarget()
Get the target attribute of the FSADirectionIndicator object |
FSAObject |
FSADirectionIndicator.getSource()
Get the source attribute of the FSADirectionIndicator object |
FSAObject[] |
FSAContainer.getChildren()
Get the children attribute of the FSAContainer object |
FSAObject |
FSAContainer.getFromChildren(int pos)
Get the fromChildren attribute of the FSAContainer object |
FSAObject[] |
FSAContainer.getFromChildren(java.awt.Point p)
Get the fromChildren attribute of the FSAContainer object |
FSAObject[] |
FSAContainer.getFromChildren(java.awt.Rectangle rect,
boolean complete)
Get the fromChildren attribute of the FSAContainer object |
FSAObject |
FSABigArrow.getTarget()
Get the target attribute of the FSABigArrow object |
FSAObject |
FSABigArrow.getSource()
Get the source attribute of the FSABigArrow object |
FSAObject |
FSAArrow.getTarget()
Deprecated. Get the target attribute of the FSAArrow object |
FSAObject |
FSAArrow.getSource()
Deprecated. Get the source attribute of the FSAArrow object |
Methods in de.uni_paderborn.fujaba.fsa with parameters of type FSAObject | |
void |
SelectionManager.setSelected(FSAObject object,
boolean selected)
Sets the selected attribute of the SelectionManager object |
void |
SelectionManager.setSelected(FSAObject object,
boolean selected,
boolean multi)
Sets the selected attribute of the SelectionManager object |
void |
SelectionManager.setFocused(FSAObject object,
boolean focus)
set the component focused It is set as the focused Object and the previously focused Object is unfocused. |
void |
SelectionManager.setFocusedObject(FSAObject object)
Sets the focusedObject attribute of the SelectionManager object |
void |
SelectionManager.addToSelection(FSAObject object)
Access method for an one to n association. |
void |
SelectionManager.addToSelection(FSAObject[] objects)
Access method for an one to n association. |
boolean |
SelectionManager.hasInSelection(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
SelectionManager.replaceSelection(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
SelectionManager.replaceSelection(FSAObject[] objects)
No comment provided by developer, please add a comment to improve documentation. |
void |
SelectionManager.removeFromSelection(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
SelectionManager.removeFromSelection(FSAObject[] objects)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
SelectionManager.prevObject(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
SelectionManager.nextObject(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject[] |
SelectionManager.getLastSelections(FSAObject obj,
int length)
This method returns the last 'index' selected items. |
FSAObject[] |
SelectionManager.getLastSelectionsOfType(FSAObject type,
int length)
This method returns the last 'index' selected items, which are instances of the class of the type object. |
static java.lang.String |
FSAObject.getID(FSAObject object)
Get the iD attribute of the FSAObject class |
static java.lang.String |
FSAObject.getQualifiedName(FSAObject parent,
java.lang.String name)
Get the qualifiedName attribute of the FSAObject class |
static javax.swing.JComponent |
FSAObject.getJComponent(FSAObject object)
Get the jComponent attribute of the FSAObject class |
protected static void |
FSAObject.setFSAObjectFromJComponent(javax.swing.JComponent jComp,
FSAObject fsaComp)
Sets the fSAObjectFromJComponent attribute of the FSAObject class |
void |
FSALayeredPane.removeFromChildren(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FSAGrab.setTarget(FSAObject obj)
set the target of the grab to the jComponent of obj. |
boolean |
FSAEntryGrab.setTarget(FSAObject obj)
Sets the target attribute of the FSAEntryGrab object |
void |
FSAEditorPane.addToChildren(FSAObject object)
Access method for an one to n association. |
void |
FSAEditorPane.removeFromChildren(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
FSADirectionIndicator.setTarget(FSAObject target)
Sets the target attribute of the FSADirectionIndicator object |
void |
FSADirectionIndicator.setSource(FSAObject source)
Sets the source attribute of the FSADirectionIndicator object |
void |
FSAContainer.addToChildren(FSAObject object)
Access method for an one to n association. |
void |
FSAContainer.removeFromChildren(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FSAContainer.hasInChildren(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
FSABigArrow.setTarget(FSAObject target)
Sets the target attribute of the FSABigArrow object |
void |
FSABigArrow.setSource(FSAObject source)
Sets the source attribute of the FSABigArrow object |
void |
FSAArrow.setTarget(FSAObject target)
Deprecated. Sets the target attribute of the FSAArrow object |
void |
FSAArrow.setSource(FSAObject source)
Deprecated. Sets the source attribute of the FSAArrow object |
Constructors in de.uni_paderborn.fujaba.fsa with parameters of type FSAObject | |
FSAObject.ASGInformationListener(FSAObject obj)
Constructor for class ASGInformationListener |
Uses of FSAObject in de.uni_paderborn.fujaba.fsa.listener |
Fields in de.uni_paderborn.fujaba.fsa.listener declared as FSAObject | |
(package private) FSAObject |
ParentNotifier.root
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.fsa.listener that return FSAObject | |
FSAObject |
ParentNotifier.getRoot()
Get the root attribute of the ParentNotifier object |
Methods in de.uni_paderborn.fujaba.fsa.listener with parameters of type FSAObject | |
(package private) void |
ParentNotifier.setRoot(FSAObject root)
Sets the root attribute of the ParentNotifier object |
protected void |
ParentNotifier.fireParentChanged(FSAObject source,
FSAContainer oldParent,
FSAContainer newParent)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.fsa.listener with parameters of type FSAObject | |
ParentNotifier(FSAObject root)
Constructor for class ParentNotifier |
|
ParentEvent(FSAObject source,
FSAContainer oldParent,
FSAContainer newParent)
Constructor for class ParentEvent |
Uses of FSAObject in de.uni_paderborn.fujaba.fsa.unparse |
Fields in de.uni_paderborn.fujaba.fsa.unparse declared as FSAObject | |
private FSAObject |
FSAInterface.FsaParentIterator.parent
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.fsa.unparse that return FSAObject | |
FSAObject |
UnparseManager.unparse(LogicUnparseInterface incr)
Creates a FSAObject for the given logic object. |
FSAObject |
UnparseManager.unparse(LogicUnparseInterface incr,
FSAObject fsaObject)
Creates a FSAObject for the given logic object. |
protected FSAObject |
UnparseManager.unparseImpl(LogicUnparseInterface incr,
FSAObject fsaObject)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UnparseInterface.create(FSAObject parent,
LogicUnparseInterface incr)
UMLMethod: '+ create (parent : FSAObject) : Void' |
FSAObject |
FSAInterface.getFromFsaObjects(java.lang.String qualifiedName)
Get the fromFsaObjects attribute of the FSAInterface object |
FSAObject |
FSAInterface.getMainFsaFromFsaObjects(FSAObject parent)
Get the mainFsaFromFsaObjects attribute of the FSAInterface object |
FSAObject |
FSAInterface.getFromFsaObjects(FSAObject parent,
java.lang.String property)
Get the fromFsaObjects attribute of the FSAInterface object |
FSAObject |
FSAInterface.getFirstFromFsaObjects()
Get the firstFromFsaObjects attribute of the FSAInterface object |
FSAObject |
FSAInterface.getFirstFromFsaObjects(java.lang.String property)
Get the firstFromFsaObjects attribute of the FSAInterface object |
abstract FSAObject |
AbstractUnparseModule.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.fsa.unparse with parameters of type FSAObject | |
FSAObject |
UnparseManager.unparse(LogicUnparseInterface incr,
FSAObject fsaObject)
Creates a FSAObject for the given logic object. |
protected FSAObject |
UnparseManager.unparseImpl(LogicUnparseInterface incr,
FSAObject fsaObject)
No comment provided by developer, please add a comment to improve documentation. |
(package private) void |
UnparseManager.initialize(UnparseInterface unparseModule,
LogicUnparseInterface incr,
FSAObject fsaObject)
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
UnparseManager.getFsaID(FSAObject fsaObject,
UnparseInterface unparseModule,
java.lang.String property)
Get the fsaID attribute of the UnparseManager object |
protected boolean |
UnparseManager.observeConsistency(LogicUnparseInterface incr,
FSAObject unparseTarget)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
UnparseManager.addToDeferredUnparseTargets(LogicUnparseInterface incr,
FSAObject target)
Access method for an one to n association. |
boolean |
UnparseManager.hasInDeferredUnparseTargets(LogicUnparseInterface incr,
FSAObject target)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
UnparseManager.removeFromDeferredUnparseTargets(LogicUnparseInterface incr,
FSAObject target)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
UnparseManager.removeFromDeferredUnparseTargets(FSAObject target)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UnparseInterface.create(FSAObject parent,
LogicUnparseInterface incr)
UMLMethod: '+ create (parent : FSAObject) : Void' |
void |
UnparseInterface.remove(FSAObject target,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
void |
FSAInterface.addToFsaObjects(FSAObject elem)
Access method for an one to n association. |
java.lang.String |
FSAInterface.getKeyFromFsaObjects(FSAObject elem)
UMLMethod: '+ getKeyFromFsaObjects (elem : FSAObject) : String' |
boolean |
FSAInterface.hasInFsaObjects(FSAObject elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
FSAInterface.removeFromFsaObjects(FSAObject elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
FSAInterface.updateKeyInFsaObjects(java.lang.String oldKey,
FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FSAInterface.hasEntryInFsaObjects(java.lang.String qualifiedName,
FSAObject elem)
UMLMethod: '+ hasEntryInFsaObjects (qualifiedName : String;elem : FSAObject) : Boolean' |
java.util.Iterator |
FSAInterface.iteratorOfFsaObjects(FSAObject parent)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
FSAInterface.getMainFsaFromFsaObjects(FSAObject parent)
Get the mainFsaFromFsaObjects attribute of the FSAInterface object |
FSAObject |
FSAInterface.getFromFsaObjects(FSAObject parent,
java.lang.String property)
Get the fromFsaObjects attribute of the FSAInterface object |
static javax.swing.JComponent |
FSAInterface.getJComponent(FSAObject object)
Get the jComponent attribute of the FSAInterface class |
abstract FSAObject |
AbstractUnparseModule.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
void |
AbstractUnparseModule.remove(FSAObject object,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.fsa.unparse with parameters of type FSAObject | |
FSAInterface.FsaParentIterator(java.util.Iterator iterator,
FSAObject parent)
Constructor for class FsaParentIterator |
Uses of FSAObject in de.uni_paderborn.fujaba.fsa.update |
Fields in de.uni_paderborn.fujaba.fsa.update declared as FSAObject | |
private FSAObject |
LogicToFsaUpdatePCL.fsaObject
UMLAttribute : 'fsaObject : FSAObject ' |
private FSAObject |
LogicFsaTranslator.fsaObject
No comment provided by developer, please add a comment to improve documentation. |
private FSAObject |
AbstractUpdater.fsaObject
N 0..1 AbstractUpdater ----------------------- FSAObject updater fsaObject |
Methods in de.uni_paderborn.fujaba.fsa.update that return FSAObject | |
FSAObject |
LogicToFsaUpdatePCL.getFsaObject()
Get the value of fsaObject. |
FSAObject |
LogicFsaTranslator.getFsaObject()
Get the fsaObject attribute of the LogicFsaTranslator object |
private FSAObject |
LogicFsaTranslator.retrieveAncestor()
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
AbstractUpdater.getFsaObject()
Get the fsaObject attribute of the AbstractUpdater object |
Methods in de.uni_paderborn.fujaba.fsa.update with parameters of type FSAObject | |
void |
LogicToFsaUpdatePCL.setFsaObject(FSAObject fsaObject)
Set the value of fsaObject. |
boolean |
LogicFsaTranslator.setFsaObject(FSAObject value)
Sets the fsaObject attribute of the LogicFsaTranslator object |
boolean |
ComboBoxUpdater.setFsaObject(FSAObject object)
Sets the fsaObject attribute of the ComboBoxUpdater object |
boolean |
AbstractUpdater.setFsaObject(FSAObject value)
Sets the fsaObject attribute of the AbstractUpdater object |
Constructors in de.uni_paderborn.fujaba.fsa.update with parameters of type FSAObject | |
LogicToFsaUpdatePCL(AbstractUpdater updater,
java.lang.String attrName,
FSAObject component)
Default Constructor |
|
LogicToFsaUpdatePCL(java.lang.String attrName,
FSAObject component)
Constructor for class LogicToFsaUpdatePCL |
|
LogicToFsaSizeUpdater.LogicToFsaUpdatePCLRevalidate(AbstractUpdater updater,
java.lang.String attrName,
FSAObject component)
Constructor for class LogicToFsaUpdatePCLRevalidate |
|
LogicFsaTranslator(FSAObject fsaObject,
int ancestor)
Constructor for class LogicFsaTranslator |
Uses of FSAObject in de.uni_paderborn.fujaba.layout |
Methods in de.uni_paderborn.fujaba.layout that return FSAObject | |
private FSAObject |
ControlFlowLayout.getConcerningDisFrame(FlowActivity curFlowActivity)
Searches in the IncrementList of the Activity |
protected FSAObject |
AbstractLayouter.getChild(FSABend itemGrab)
Function searches for Child of a father class, connected by a grab |
protected FSAObject |
AbstractLayouter.searchStart(FSAContainer searchCanvas,
boolean withVisited)
searchStart searches for DisFrame on the searchCanvas, from which the reLayouter can start. |
protected FSAObject |
AbstractLayouter.getFromToFrame(FSABendLine myLine,
int what)
Function returns the frame at the one side of a Frame depending on the what-Parameter |
Methods in de.uni_paderborn.fujaba.layout with parameters of type FSAObject | |
private void |
TreeLayout.treeLayout(FSAObject currentClass,
int depth,
int left,
int pos,
java.util.Vector rowDepths)
This function is called recursively to reLayout the displayed classes, the initial values of depth and left have to be depth = 0, left = 0 and pos = 0 |
boolean |
SpringEmbedderLayout.removeKeyFromPreferredPos(FSAObject key)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
SpringEmbedderLayout.removeFromPreferredPos(FSAObject key,
java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
SpringEmbedderLayout.hasKeyInPreferredPos(FSAObject key)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
SpringEmbedderLayout.hasInPreferredPos(FSAObject key,
java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
java.awt.Point |
SpringEmbedderLayout.getFromPreferredPos(FSAObject key)
Get the fromPreferredPos attribute of the SpringEmbedderLayout object |
boolean |
SpringEmbedderLayout.addToPreferredPos(FSAObject key,
java.awt.Point value)
Access method for an one to n association. |
javax.swing.JFrame |
AbstractLayouter.getFrame(FSAObject canvas)
Returns the frame where the wait cursor have to be set. |
Uses of FSAObject in de.uni_paderborn.fujaba.layout.classdiag |
Fields in de.uni_paderborn.fujaba.layout.classdiag declared as FSAObject | |
private FSAObject |
ClassdiagramInheritanceEdge.high
No comment provided by developer, please add a comment to improve documentation. |
private FSAObject |
ClassdiagramInheritanceEdge.low
No comment provided by developer, please add a comment to improve documentation. |
private FSAObject |
ClassdiagramEdge.destFigNode
each fig has a source and a destination port |
private FSAObject |
ClassdiagramEdge.sourceFigNode
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.layout.classdiag that return FSAObject | |
(package private) FSAObject |
ClassdiagramEdge.getDestFigNode()
|
(package private) FSAObject |
ClassdiagramEdge.getSourceFigNode()
|
Methods in de.uni_paderborn.fujaba.layout.classdiag with parameters of type FSAObject | |
ClassdiagramEdge |
ClassdiagramModelElementFactory.getInstance(FSAObject fig)
create layouter object from a FSAObject |
private java.awt.Point |
ClassdiagramAssociationEdge.getCenterRight(FSAObject fig)
return a point which is just right of the center. |
private java.awt.Point |
ClassdiagramAssociationEdge.getCenterLow(FSAObject fig)
return a Point which is just lower than the center of the Fig. |
private java.awt.Point |
ClassdiagramAssociationEdge.getCenter(FSAObject fig)
return the center point of the object |
Uses of FSAObject in de.uni_paderborn.fujaba.packagediagrams.unparse |
Methods in de.uni_paderborn.fujaba.packagediagrams.unparse that return FSAObject | |
FSAObject |
UMDiagramUsage.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.packagediagrams.unparse with parameters of type FSAObject | |
FSAObject |
UMDiagramUsage.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FSAObject in de.uni_paderborn.fujaba.uml.unparse |
Subclasses of FSAObject in de.uni_paderborn.fujaba.uml.unparse | |
class |
StereotypeLabel
|
Methods in de.uni_paderborn.fujaba.uml.unparse that return FSAObject | |
FSAObject |
UMTransitionGuard.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMTransition.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStoryActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStopActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStereotype.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStatementActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStartActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMSequenceDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
create the base structure for an UMLSequenceDiagram. parent is usually null. |
FSAObject |
UMRole.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMQualifier.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMPath.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMParam.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMObject.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMNopActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMMultiLink.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMMethod.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMLink.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMGeneralization.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
create the base structure for an UMLActivityDiagram. parent is usually null. |
FSAObject |
UMConstraint.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMConnection.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMComplexState.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCommentary.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCollabStat.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMClass.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCardinality.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAttrExprPair.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAttr.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAssoc.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.uml.unparse with parameters of type FSAObject | |
FSAObject |
UMTransitionGuard.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMTransition.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStoryActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStopActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStereotype.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStatementActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMStartActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMSequenceDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
create the base structure for an UMLSequenceDiagram. parent is usually null. |
FSAObject |
UMRole.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMQualifier.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMPath.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMParam.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMObject.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMNopActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMMultiLink.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMMethod.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMLink.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMGeneralization.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
create the base structure for an UMLActivityDiagram. parent is usually null. |
FSAObject |
UMConstraint.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMConnection.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMConnection.remove(FSAObject target,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMComplexState.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCommentary.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCollabStat.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMClass.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCardinality.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAttrExprPair.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAttr.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMAssoc.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMActivity.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FSAObject in de.uni_paderborn.fujaba.uml.update |
Methods in de.uni_paderborn.fujaba.uml.update with parameters of type FSAObject | |
boolean |
UMLStaticUpdater.setFsaObject(FSAObject object)
Sets the fsaObject attribute of the UMLStaticUpdater object |
boolean |
UMLAbstractUpdater.setFsaObject(FSAObject object)
Sets the fsaObject attribute of the UMLAbstractUpdater object |
boolean |
AdornmentUpdater.setFsaObject(FSAObject object)
Sets the fsaObject attribute of the AdornmentUpdater object |
Constructors in de.uni_paderborn.fujaba.uml.update with parameters of type FSAObject | |
UMLStaticUpdater(FSAObject field,
LogicUnparseInterface object)
Constructor for class UMLStaticUpdater |
|
UMLShowComponents(FSAObject fsa,
LogicUnparseInterface incr)
Constructor for class UMLShowComponents |
|
UMLAbstractUpdater(FSAObject field,
LogicUnparseInterface object)
Constructor for class UMLAbstractUpdater |
Uses of FSAObject in de.uni_paderborn.fujaba.usecase |
Methods in de.uni_paderborn.fujaba.usecase that return FSAObject | |
static FSAObject |
Utility.getFSAObject(ASGElement item,
java.lang.String propertyName)
Get item's FSAObject with given propertyName. |
Uses of FSAObject in de.uni_paderborn.fujaba.usecase.unparse |
Methods in de.uni_paderborn.fujaba.usecase.unparse that return FSAObject | |
FSAObject |
UMUsecaseUsage.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseSystemDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseSystem.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseActor.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecase.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.usecase.unparse with parameters of type FSAObject | |
FSAObject |
UMUsecaseUsage.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseSystemDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseSystem.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecaseActor.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMUsecase.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FSAObject in de.uni_paderborn.fujaba.views.cf.unparse |
Methods in de.uni_paderborn.fujaba.views.cf.unparse that return FSAObject | |
FSAObject |
UMCFTransition.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFStartNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFOrNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFNotNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFFilterNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFEndNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFAndNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.views.cf.unparse with parameters of type FSAObject | |
FSAObject |
UMCFTransition.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFStartNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFOrNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFNotNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFFilterNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFEndNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFDiagram.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
UMCFAndNode.create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |