de.uni_paderborn.fujaba.fsa
Class FSAArrow
java.lang.Object
de.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.fsa.FSAObject
de.uni_paderborn.fujaba.fsa.FSAArrow
- All Implemented Interfaces:
- java.lang.Comparable, java.util.EventListener, ParentListener, java.beans.PropertyChangeListener, UniqueIdentifier
Deprecated. Use FSADirectionIndicator, FSADoubleArrow ir FSABigArrow
- public class FSAArrow
- extends FSAObject
UMLClass: 'FSACircle'
- Version:
- $Revision: 1.15.2.1 $
- Author:
- $Author: mksoft $
Method Summary |
protected javax.swing.JComponent |
createJComponent()
Deprecated. creates a standard JPanel with frame for this FSAFrame UMLMethod: '+ createJComponent
() : Void' |
java.lang.Object |
getJComponentValue()
Deprecated. get the value that is currently visualised by the jComponent UMLMethod: '+ getJComponentValue
() : Object' |
FSAObject |
getSource()
Deprecated. Get the source attribute of the FSAArrow object |
FSAObject |
getTarget()
Deprecated. Get the target attribute of the FSAArrow object |
boolean |
isDoubleArrow()
Deprecated. Get the shape of the arrow |
void |
setDoubleArrow(boolean doubleArrow)
Deprecated. Set the shape of the arrow |
void |
setJComponentValue(java.lang.Object value)
Deprecated. update the jComponent to reflect this value UMLMethod: '+ setJComponentValue (value :
Object) : Void' |
void |
setSource(FSAObject source)
Deprecated. Sets the source attribute of the FSAArrow object |
void |
setTarget(FSAObject target)
Deprecated. Sets the target attribute of the FSAArrow object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
addAncestorListener, addComponentListener, addDimensionToUnparseInformation, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addParentListener, addPointToUnparseInformation, addPropertyChangeListener, addPropertyChangeListener, addToUpdater, addUnparseInformation, addVetoableChangeListener, applyProperties, createDefaultUpdater, dragByDelta, dragTo, findChildForProperty, findFSAObjectFromJComponent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getASGInformation, getASGInformation, getBackground, getDefaultAttrName, getDefaultUpdaterClass, getDiagramRoot, getDimensionFromUnparseInformation, getFont, getForeground, getFSAInterface, getFSAObjectFromJComponent, getFSAQualifier, getID, getJComponent, getJComponent, getLocation, getLocation, getLogic, getLogic, getLogicFromJComponent, getMaximumSize, getMinimumSize, getParent, getParentID, getParentOfJComponent, getPointFromUnparseInformation, getPreferredSize, getPropertyName, getQualifiedName, getQualifiedName, getSize, getUnparseInformation, hasInUpdater, initFSAProperties, initLocation, invalidate, isBold, isDelegated, isFocused, isItalic, isSelected, isTransientProperties, isUnderlined, isVisible, iteratorOfAncestorListeners, iteratorOfComponentListeners, iteratorOfFocusListeners, iteratorOfInputMethodListeners, iteratorOfKeyListeners, iteratorOfMouseListeners, iteratorOfMouseMotionListeners, iteratorOfPropertyChangeListeners, iteratorOfPropertyChangeListeners, iteratorOfUpdater, iteratorOfVetoableChangeListeners, parentChanged, propertyChange, removeAllFromUpdater, removeAllUnparseInformation, removeAncestorListener, removeComponentListener, removeFocusListener, removeFromUnparseInformation, removeFromUpdater, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeParentListener, removePointFromUnparseInformation, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeYou, saveAdditionalFSAProperties, saveDimension, saveFSAProperties, saveLocation, setBackground, setBold, setDefaultProperties, setFocused, setFont, setForeground, setFSAInterface, setFSAObjectFromJComponent, setItalic, setLocation, setLocation, setLogic, setOpaque, setParentOfJComponent, setPreferredSize, setPropertyName, setSelected, setTransientProperties, setUnderlined, setVisible, sizeOfUpdater, toString |
Methods inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
compareTo, getID, getUniqueID, getUniqueID, isGenerated, lessUniqueId, readAttributes, readAttributes, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, resetClassInfos, resetFieldWriteMethods, setAttribValue, setAttribValue, setGenerated, setID, setUniqueId, writeAttributes, writeClassToStringBuffer, writeClassToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FSAArrow
public FSAArrow(LogicUnparseInterface incr)
- Deprecated.
- Constructor for class FSAArrow
- Parameters:
incr
- No description provided
FSAArrow
public FSAArrow(LogicUnparseInterface incr,
java.lang.String propertyName,
javax.swing.JComponent parent)
- Deprecated.
- Constructor for class FSAArrow
- Parameters:
incr
- No description providedparent
- No description providedpropertyName
- No description provided
createJComponent
protected javax.swing.JComponent createJComponent()
- Deprecated.
- creates a standard JPanel with frame for this FSAFrame UMLMethod: '+ createJComponent
() : Void'
- Specified by:
createJComponent
in class FSAObject
- Returns:
- No description provided
setJComponentValue
public void setJComponentValue(java.lang.Object value)
- Deprecated.
- update the jComponent to reflect this value UMLMethod: '+ setJComponentValue (value :
Object) : Void'
- Parameters:
value
- The new jComponentValue value
getJComponentValue
public java.lang.Object getJComponentValue()
- Deprecated.
- get the value that is currently visualised by the jComponent UMLMethod: '+ getJComponentValue
() : Object'
- Returns:
- The jComponentValue value
setTarget
public void setTarget(FSAObject target)
- Deprecated.
- Sets the target attribute of the FSAArrow object
- Parameters:
target
- The new target value
getTarget
public FSAObject getTarget()
- Deprecated.
- Get the target attribute of the FSAArrow object
- Returns:
- The target value
setSource
public void setSource(FSAObject source)
- Deprecated.
- Sets the source attribute of the FSAArrow object
- Parameters:
source
- The new source value
getSource
public FSAObject getSource()
- Deprecated.
- Get the source attribute of the FSAArrow object
- Returns:
- The source value
setDoubleArrow
public void setDoubleArrow(boolean doubleArrow)
- Deprecated.
- Set the shape of the arrow
- Parameters:
doubleArrow
- The new doubleArrow value
isDoubleArrow
public boolean isDoubleArrow()
- Deprecated.
- Get the shape of the arrow
- Returns:
- True if double arrow