|
|||||||||||
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.FSAPanel
de.uni_paderborn.fujaba.fsa.FSACollapsable
UMLClass: 'FSAPanel'
Field Summary | |
static java.lang.String |
COLLAPSED
No comment provided by developer, please add a comment to improve documentation. |
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 | |
FSACollapsable(LogicUnparseInterface incr)
Calls the constructor FSAPanel(incr, propName, parent) with propName = "collapsed" and parent = null. |
|
FSACollapsable(LogicUnparseInterface incr,
javax.swing.JComponent parent)
Calls the constructor FSAPanel(incr, propName, parent) with propName = "collapsed". |
|
FSACollapsable(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Calls the constructor FSAPanel(incr, propName, parent). |
|
FSACollapsable(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
boolean transientProperties)
Overwrites the constructor of FSAPanel. |
Method Summary | |
protected void |
applyProperties()
If there is collapsed information saved in unparse information use that, else use default collapse-state. |
protected javax.swing.JComponent |
createJComponent()
creates a standard JPanel with frame for this FSAFrame UMLMethod: '+ createJComponent () : Void' |
java.util.Comparator |
getLayoutComparator()
Get the layoutComparator attribute of the FSACollapsable object |
boolean |
isCollapsed()
Returns true if its inner collapsable panel is collapsed. |
protected void |
saveAdditionalFSAProperties()
Saves the following additional properties: collapsed:boolean |
void |
saveCollapsed()
Saves the 'collapsed' information of this FSACollapsable object. |
void |
setCollapsed(boolean collapsed)
Sets the collapse status of its inner component. |
protected void |
setDefaultProperties()
This methods sets the default properties for new FSAObjects. |
void |
setLayoutComparator(java.util.Comparator comp)
Sets the layoutComparator attribute of the FSACollapsable object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSAPanel |
getBorder, isLocked, setBorder, setLayout, setLock |
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, removeFromChildren, removeFromComponents, removeYou, setBold, setItalic, setOpaque, sizeOfChildren, sizeOfComponents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
Field Detail |
public static final java.lang.String COLLAPSED
Constructor Detail |
public FSACollapsable(LogicUnparseInterface incr)
incr
- No description providedpublic FSACollapsable(LogicUnparseInterface incr, javax.swing.JComponent parent)
incr
- No description providedparent
- No description providedpublic FSACollapsable(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSACollapsable(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, boolean transientProperties)
incr
- No description providedpropName
- No description providedparent
- No description providedtransientProperties
- No description providedMethod Detail |
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSAPanel
public boolean isCollapsed()
public void setCollapsed(boolean collapsed)
collapsed
- The new collapsed valuepublic void setLayoutComparator(java.util.Comparator comp)
comp
- The new layoutComparator valuepublic java.util.Comparator getLayoutComparator()
protected void applyProperties()
applyProperties
in class FSAObject
FSAObject.saveAdditionalFSAProperties()
protected void setDefaultProperties()
setDefaultProperties
in class FSAObject
protected void saveAdditionalFSAProperties()
saveAdditionalFSAProperties
in class FSAObject
FSAObject.saveFSAProperties()
,
FSAObject.applyProperties()
public void saveCollapsed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |