|
|||||||||||
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.FSABend
de.uni_paderborn.fujaba.fsa.FSAGrab
fsaObject for JGrab
A JGrab is a JBend that is attached to another JComponent and changes position with it.
JGrab
,
JBend
Field Summary | |
static java.lang.String |
ALIGNMENT
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
ORIENTATION
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 | |
FSAGrab(LogicUnparseInterface incr,
java.lang.String propName)
Constructor for class FSAGrab |
|
FSAGrab(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSAGrab |
|
FSAGrab(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
javax.swing.JComponent myJComponent)
Constructor for class FSAGrab |
Method Summary | |
protected void |
applyProperties()
No comment provided by developer, please add a comment to improve documentation. |
protected javax.swing.JComponent |
createJComponent()
No comment provided by developer, please add a comment to improve documentation. |
FSAObject |
getTarget()
get the target of the grab as FSAObject. |
protected void |
oldInitLocation(java.awt.Point point)
Deprecated. kept to load old fprs |
protected void |
saveAdditionalFSAProperties()
Saves the following additional properties: alignment:double, orientation:integer |
void |
saveAlignment()
Saves the 'collapsed' information of this FSAGrab object. |
void |
saveLocation()
No comment provided by developer, please add a comment to improve documentation. |
void |
saveOrientation()
Saves the 'orientation' information of this FSAGrab object. |
boolean |
setTarget(FSAObject obj)
set the target of the grab to the jComponent of obj. |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSABend |
getPoint, getUI, removeYou, setPoint, setUI |
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, setBold, setItalic, setOpaque, sizeOfChildren, sizeOfComponents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ALIGNMENT
public static final java.lang.String ORIENTATION
Constructor Detail |
public FSAGrab(LogicUnparseInterface incr, java.lang.String propName)
incr
- No description providedpropName
- No description providedpublic FSAGrab(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSAGrab(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, javax.swing.JComponent myJComponent)
incr
- No description providedpropName
- No description providedparent
- No description providedmyJComponent
- No description providedMethod Detail |
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSABend
public boolean setTarget(FSAObject obj)
obj
- The new target value
JGrab.setTarget(javax.swing.JComponent)
public FSAObject getTarget()
JGrab.setTarget(javax.swing.JComponent)
protected void oldInitLocation(java.awt.Point point)
point
- No description providedprotected void applyProperties()
applyProperties
in class FSAObject
FSAObject.saveAdditionalFSAProperties()
public void saveLocation()
saveLocation
in class FSAObject
protected void saveAdditionalFSAProperties()
saveAdditionalFSAProperties
in class FSAObject
FSAObject.saveFSAProperties()
,
FSAObject.applyProperties()
public void saveAlignment()
public void saveOrientation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |