|
|||||||||||
| 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.FSAResizeable
FSAResizeable.
| Nested Class Summary |
| Nested classes inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
|
| Field Summary | |
private java.awt.Dimension |
userSize
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAPanel |
|
| Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, writingASGInformation |
| Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
| Constructor Summary | |
FSAResizeable(LogicUnparseInterface incr)
Calls the constructor FSAPanel(incr, propName, parent) with propName = parent = null. |
|
FSAResizeable(LogicUnparseInterface incr,
javax.swing.JComponent parent)
Calls the constructor FSAPanel(incr, propName, parent) with propName = null. |
|
FSAResizeable(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Inherited constructor from FSAPanel. |
|
| Method Summary | |
java.awt.Dimension |
getMaximumSize()
Return maximum size of the component. |
java.awt.Dimension |
getMinimumSize()
Return minimum size of the component. |
java.awt.Dimension |
getPreferredSize()
Return the preferred size of the component |
java.awt.Dimension |
getSize()
Return size of the component. |
java.awt.Dimension |
getUserSize()
Get the size of this component set by the user |
void |
resize(int dx,
int dy)
Resizes this component. |
void |
setMaximumSize(java.awt.Dimension size)
Sets the maximum size of this object. |
void |
setMinimumSize(java.awt.Dimension size)
Sets the minimum size of this object. |
void |
setPreferredSize(java.awt.Dimension size)
Reset the size of this component to the ui calculated size |
void |
setSize(java.awt.Dimension size)
Set size of the JComponent. |
void |
setUserSize(java.awt.Dimension size)
Set size of this component which is set during resizing by the user |
| Methods inherited from class de.uni_paderborn.fujaba.fsa.FSAPanel |
createJComponent, 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 |
| Field Detail |
private java.awt.Dimension userSize
| Constructor Detail |
public FSAResizeable(LogicUnparseInterface incr)
incr - No description provided
public FSAResizeable(LogicUnparseInterface incr,
javax.swing.JComponent parent)
incr - No description providedparent - No description provided
public FSAResizeable(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
incr - No description providedpropName - No description providedparent - No description provided| Method Detail |
public void setMinimumSize(java.awt.Dimension size)
size - The new minimumSize valuepublic java.awt.Dimension getMinimumSize()
getMinimumSize in class FSAObjectpublic void setMaximumSize(java.awt.Dimension size)
size - The new maximumSize valuepublic java.awt.Dimension getMaximumSize()
getMaximumSize in class FSAObjectpublic void setSize(java.awt.Dimension size)
size - The new size valuepublic java.awt.Dimension getSize()
getSize in class FSAObjectpublic void setUserSize(java.awt.Dimension size)
size - The new userSize valuepublic java.awt.Dimension getUserSize()
public void setPreferredSize(java.awt.Dimension size)
setPreferredSize in class FSAObjectsize - The new preferredSize valuepublic java.awt.Dimension getPreferredSize()
getPreferredSize in class FSAObject
public void resize(int dx,
int dy)
dx - The amount to increase the width of this component.dy - The amount to increase the height of this component.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||