|
|||||||||||
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.
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 | |
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. |
|
FSAResizeable(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
boolean transientProperties)
Overwrites the constructor of 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 |
Constructor Detail |
public FSAResizeable(LogicUnparseInterface incr)
incr
- No description providedpublic FSAResizeable(LogicUnparseInterface incr, javax.swing.JComponent parent)
incr
- No description providedparent
- No description providedpublic FSAResizeable(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSAResizeable(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 |
public void setMinimumSize(java.awt.Dimension size)
size
- The new minimumSize valuepublic java.awt.Dimension getMinimumSize()
getMinimumSize
in class FSAObject
public void setMaximumSize(java.awt.Dimension size)
size
- The new maximumSize valuepublic java.awt.Dimension getMaximumSize()
getMaximumSize
in class FSAObject
public void setSize(java.awt.Dimension size)
size
- The new size valuepublic java.awt.Dimension getSize()
getSize
in class FSAObject
public 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 FSAObject
size
- 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 |