Uses of Interface
de.uni_paderborn.fujaba.fsa.listener.ParentListener

Packages that use ParentListener
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.fsa.listener   
de.uni_paderborn.fujaba.uml.unparse   
 

Uses of ParentListener in de.uni_paderborn.fujaba.fsa
 

Classes in de.uni_paderborn.fujaba.fsa that implement ParentListener
 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 FSAObject
          FSAObject is the Controller in the MVC UMLUnparseInterface-FSAObject-JComponent.
 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 with parameters of type ParentListener
 void FSAObject.addParentListener(ParentListener listener)
          Access method for an one to n association.
 void FSAObject.removeParentListener(ParentListener listener)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of ParentListener in de.uni_paderborn.fujaba.fsa.listener
 

Methods in de.uni_paderborn.fujaba.fsa.listener with parameters of type ParentListener
 void ParentNotifier.addListener(ParentListener l)
          Access method for an one to n association.
 void ParentNotifier.removeListener(ParentListener l)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of ParentListener in de.uni_paderborn.fujaba.uml.unparse
 

Classes in de.uni_paderborn.fujaba.uml.unparse that implement ParentListener
 class StereotypeLabel