|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
echopoint.ComponentEx
echopoint.Separator
public class Separator
The Separator class is a Component
that provides a simple separator within menus or between
other Components
It consists of a top line and bottom line, that can have width and color values. It also has an Inset value around it.
Modified by HansH 2009-04-03
| Field Summary | |
|---|---|
static Color |
DEFAULT_BOTTOM_COLOR
the default bottom color |
static Extent |
DEFAULT_BOTTOM_SIZE
the default bottom size is 1 |
static Insets |
DEFAULT_INSETS
the default insets are {4,2} |
static Style |
DEFAULT_STYLE
|
static Color |
DEFAULT_TOP_COLOR
the default top color |
static Extent |
DEFAULT_TOP_SIZE
the default top size is 1 |
static String |
PROPERTY_BOTTOM_COLOR
|
static String |
PROPERTY_BOTTOM_SIZE
|
static String |
PROPERTY_TOP_COLOR
|
static String |
PROPERTY_TOP_SIZE
|
| Fields inherited from class echopoint.ComponentEx |
|---|
PROPERTY_HIDDEN |
| Fields inherited from interface echopoint.able.Insetable |
|---|
DEFAULT_OUTSETS, PROPERTY_INSETS, PROPERTY_OUTSETS |
| Constructor Summary | |
|---|---|
Separator()
Constructs a Separator. |
|
| Method Summary | |
|---|---|
Color |
getBottomColor()
The color of the bottom separator line |
Extent |
getBottomSize()
The size of the bottom separator line |
Insets |
getInsets()
|
Insets |
getOutsets()
|
Color |
getTopColor()
The color of the top separator line |
Extent |
getTopSize()
The size of the top separator line |
void |
setBottomColor(Color color)
|
void |
setBottomSize(Extent newValue)
|
void |
setInsets(Insets newValue)
Sets the Insets in play. |
void |
setOutsets(Insets newValue)
Sets the Outsets in play. |
void |
setTopColor(Color newValue)
|
void |
setTopSize(Extent newValue)
|
| Methods inherited from class echopoint.ComponentEx |
|---|
get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, getAttribute, getAttributeNames, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, getRenderProperty, isHidden, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAttribute, setHidden |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface echopoint.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Field Detail |
|---|
public static final String PROPERTY_BOTTOM_SIZE
public static final String PROPERTY_BOTTOM_COLOR
public static final String PROPERTY_TOP_SIZE
public static final String PROPERTY_TOP_COLOR
public static final Color DEFAULT_BOTTOM_COLOR
public static final Insets DEFAULT_INSETS
public static final Color DEFAULT_TOP_COLOR
public static final Extent DEFAULT_TOP_SIZE
public static final Extent DEFAULT_BOTTOM_SIZE
public static final Style DEFAULT_STYLE
| Constructor Detail |
|---|
public Separator()
Separator.
| Method Detail |
|---|
public Color getBottomColor()
public Extent getBottomSize()
public Color getTopColor()
public Extent getTopSize()
public void setBottomColor(Color color)
public void setBottomSize(Extent newValue)
public void setTopColor(Color newValue)
public void setTopSize(Extent newValue)
public Insets getInsets()
getInsets in interface InsetableInsetable.getInsets()public Insets getOutsets()
getOutsets in interface InsetableInsetable.getOutsets()public void setInsets(Insets newValue)
Insetable
setInsets in interface InsetablenewValue - -
the Insets to useInsetable.setInsets(nextapp.echo.app.Insets)public void setOutsets(Insets newValue)
Insetable
setOutsets in interface InsetablenewValue - -
the Ousets to useInsetable.setOutsets(nextapp.echo.app.Insets)
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||