|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.app.Component
echopointng.ComponentEx
echopointng.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.
| 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 java.lang.String |
PROPERTY_BOTTOM_COLOR
|
static java.lang.String |
PROPERTY_BOTTOM_SIZE
|
static java.lang.String |
PROPERTY_TOP_COLOR
|
static java.lang.String |
PROPERTY_TOP_SIZE
|
| Fields inherited from class echopointng.ComponentEx |
|---|
PROPERTY_HIDDEN |
| Fields inherited from interface echopointng.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_BOTTOM_SIZE
public static final java.lang.String PROPERTY_BOTTOM_COLOR
public static final java.lang.String PROPERTY_TOP_SIZE
public static final java.lang.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.echo2.app.Insets)public void setOutsets(Insets newValue)
Insetable
setOutsets in interface InsetablenewValue - -
the Ousets to useInsetable.setOutsets(nextapp.echo2.app.Insets)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||