|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.layout.SplitPaneLayoutData
A LayoutData object used to describe how a
Component is rendered within a SplitPane.
| Field Summary | |
static int |
OVERFLOW_AUTO
|
static int |
OVERFLOW_HIDDEN
|
static int |
OVERFLOW_SCROLL
|
| Constructor Summary | |
SplitPaneLayoutData()
|
|
| Method Summary | |
Alignment |
getAlignment()
Returns the alignment of the containing pane. |
Color |
getBackground()
Returns the background color of the containing pane. |
FillImage |
getBackgroundImage()
Returns the BackgroundImage displayed in the
containing pane. |
Insets |
getInsets()
Returns the inset margins of the containing pane. |
Extent |
getMaximumSize()
Returns the preferred maximum size of the containing pane. |
Extent |
getMinimumSize()
Returns the preferred minimum size of the containing pane. |
int |
getOverflow()
Returns the overflow state, describing how the pane will behave when the content is larger than display area. |
void |
setAlignment(Alignment newValue)
Sets the alignment of the containing pane. |
void |
setBackground(Color newValue)
Sets the background color of the containing pane. |
void |
setBackgroundImage(FillImage newValue)
Sets the BackgroundImage displayed in the
containing pane. |
void |
setInsets(Insets newValue)
Sets the inset margins of the containing pane. |
void |
setMaximumSize(Extent newValue)
Sets the preferred maximum size of the containing pane. |
void |
setMinimumSize(Extent newValue)
Sets the preferred minimum size of the containing pane. |
void |
setOverflow(int newValue)
Sets the overflow state, describing how the pane will behave when the content is larger than display area. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int OVERFLOW_AUTO
public static final int OVERFLOW_HIDDEN
public static final int OVERFLOW_SCROLL
| Constructor Detail |
public SplitPaneLayoutData()
| Method Detail |
public Alignment getAlignment()
public Color getBackground()
public FillImage getBackgroundImage()
BackgroundImage displayed in the
containing pane.
public Insets getInsets()
SplitPaneLayoutData
instance is attached to a Pane component.
public Extent getMaximumSize()
Extents with
pixel units.
public Extent getMinimumSize()
Extents with
pixel units.
public int getOverflow()
OVERFLOW_AUTO: provide scrollbars as necessaryOVERFLOW_HIDDEN: never display scrollbars, hide overflow contentOVERFLOW_SCROLL: always display scrollbarspublic void setAlignment(Alignment newValue)
newValue - the new alignmentpublic void setBackground(Color newValue)
newValue - the new background colorpublic void setBackgroundImage(FillImage newValue)
BackgroundImage displayed in the
containing pane.
newValue - the new BackgroundImagepublic void setInsets(Insets newValue)
SplitPaneLayoutData
instance is attached to a Pane component.
newValue - the new inset marginspublic void setMaximumSize(Extent newValue)
Extents with
pixel units.
newValue - the new maximum sizepublic void setMinimumSize(Extent newValue)
Extents with
pixel units.
newValue - the new minimum sizepublic void setOverflow(int newValue)
newValue - the overflow state, one of the following values:
OVERFLOW_AUTO: provide scrollbars as necessaryOVERFLOW_HIDDEN: never display scrollbars, hide overflow contentOVERFLOW_SCROLL: always display scrollbars
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||