de.uni_paderborn.fujaba.fsa
Class FSACircle

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.BasicIncrement
      extended byde.uni_paderborn.fujaba.fsa.FSAObject
          extended byde.uni_paderborn.fujaba.fsa.FSACircle
All Implemented Interfaces:
java.lang.Comparable, java.util.EventListener, ParentListener, java.beans.PropertyChangeListener, UniqueIdentifier

public class FSACircle
extends FSAObject

UMLClass: 'FSACircle'

Version:
$Revision: 1.15 $
Author:
$Author: lowende $

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, TRANSIENT_PROPERTIES_DEFAULT
 
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement
dontUseAccessMethodsInThisClass
 
Constructor Summary
FSACircle(LogicUnparseInterface incr)
          Constructor for class FSACircle
FSACircle(LogicUnparseInterface incr, javax.swing.JComponent parent)
          Constructor for class FSACircle
FSACircle(LogicUnparseInterface incr, javax.swing.JComponent parent, javax.swing.JComponent comp)
          Constructor for class FSACircle
FSACircle(LogicUnparseInterface incr, java.lang.String property, javax.swing.JComponent parent)
          Constructor for class FSACircle
FSACircle(LogicUnparseInterface incr, java.lang.String property, javax.swing.JComponent parent, javax.swing.JComponent comp)
          Constructor for class FSACircle
 
Method Summary
protected  javax.swing.JComponent createJComponent()
          creates a standard JPanel with frame for this FSAFrame UMLMethod: '+ createJComponent () : Void'
 java.lang.Object getJComponentValue()
          get the value that is currently visualised by the jComponent UMLMethod: '+ getJComponentValue () : Object'
 void setJComponentValue(java.lang.Object value)
          update the jComponent to reflect this value UMLMethod: '+ setJComponentValue (value : Object) : Void'
 
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
 

Constructor Detail

FSACircle

public FSACircle(LogicUnparseInterface incr)
Constructor for class FSACircle

Parameters:
incr - No description provided

FSACircle

public FSACircle(LogicUnparseInterface incr,
                 java.lang.String property,
                 javax.swing.JComponent parent)
Constructor for class FSACircle

Parameters:
incr - No description provided
property - No description provided
parent - No description provided

FSACircle

public FSACircle(LogicUnparseInterface incr,
                 javax.swing.JComponent parent)
Constructor for class FSACircle

Parameters:
incr - No description provided
parent - No description provided

FSACircle

public FSACircle(LogicUnparseInterface incr,
                 java.lang.String property,
                 javax.swing.JComponent parent,
                 javax.swing.JComponent comp)
Constructor for class FSACircle

Parameters:
incr - No description provided
property - No description provided
parent - No description provided
comp - No description provided

FSACircle

public FSACircle(LogicUnparseInterface incr,
                 javax.swing.JComponent parent,
                 javax.swing.JComponent comp)
Constructor for class FSACircle

Parameters:
incr - No description provided
parent - No description provided
comp - No description provided
Method Detail

createJComponent

protected javax.swing.JComponent createJComponent()
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)
update the jComponent to reflect this value UMLMethod: '+ setJComponentValue (value : Object) : Void'

Parameters:
value - The new jComponentValue value

getJComponentValue

public java.lang.Object getJComponentValue()
get the value that is currently visualised by the jComponent UMLMethod: '+ getJComponentValue () : Object'

Returns:
The jComponentValue value