|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.fsa.FSAObject
de.uni_paderborn.fujaba.fsa.FSAContainer
de.uni_paderborn.fujaba.fsa.FSALayeredPane
UMLClass: 'FSALayeredPane'
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 | |
FSALayeredPane(LogicUnparseInterface incr)
Constructor for class FSALayeredPane |
|
FSALayeredPane(LogicUnparseInterface incr,
javax.swing.JComponent parent)
Constructor for class FSALayeredPane |
|
FSALayeredPane(LogicUnparseInterface incr,
javax.swing.JComponent parent,
javax.swing.JComponent component)
Constructor for class FSALayeredPane |
|
FSALayeredPane(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSALayeredPane |
|
FSALayeredPane(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
javax.swing.JComponent component)
Constructor for class FSALayeredPane |
Method Summary | |
protected javax.swing.JComponent |
createJComponent()
creates a standard JLayeredPane 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' |
boolean |
isSelected()
Get the selected attribute of the FSALayeredPane object |
void |
removeFromChildren(FSAObject object)
No comment provided by developer, please add a comment to improve documentation. |
void |
setFocused(boolean focused)
Sets the focused attribute of the FSALayeredPane object |
void |
setJComponentValue(java.lang.Object value)
update the jComponent to reflect this value UMLMethod: '+ setJComponentValue (value : Object) : Void' |
void |
setLayout(java.awt.LayoutManager layout)
Sets the specified LayoutManager for the associated JLayeredPane. |
void |
setSelected(boolean selected)
Sets the selected attribute of the FSALayeredPane object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSAContainer |
addToChildren, addToComponents, getChildConnector, getChildren, getComponents, getDefaultAttrName, getDefaultUpdaterClass, getFromChildren, getFromChildren, getFromChildren, getFromComponents, hasInChildren, hasInComponents, iteratorOfChildren, iteratorOfComponents, removeFromComponents, removeYou, setBold, setItalic, setOpaque, sizeOfChildren, sizeOfComponents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FSALayeredPane(LogicUnparseInterface incr)
incr
- No description providedpublic FSALayeredPane(LogicUnparseInterface incr, javax.swing.JComponent parent)
incr
- No description providedparent
- No description providedpublic FSALayeredPane(LogicUnparseInterface incr, javax.swing.JComponent parent, javax.swing.JComponent component)
incr
- No description providedparent
- No description providedcomponent
- No description providedpublic FSALayeredPane(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSALayeredPane(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, javax.swing.JComponent component)
incr
- No description providedpropName
- No description providedparent
- No description providedcomponent
- No description providedMethod Detail |
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSAObject
public void setLayout(java.awt.LayoutManager layout)
layout
- The new layout valuepublic void removeFromChildren(FSAObject object)
removeFromChildren
in class FSAContainer
object
- No description providedpublic void setJComponentValue(java.lang.Object value)
value
- The new jComponentValue valuepublic java.lang.Object getJComponentValue()
public void setSelected(boolean selected)
setSelected
in class FSAObject
selected
- The new selected valuepublic boolean isSelected()
isSelected
in class FSAObject
(boolean)
public void setFocused(boolean focused)
setFocused
in class FSAObject
focused
- The new focused valueSelectionManager
,
(boolean)
,
()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |