|
EchoPoint 2.1.0rc5 |
||||||||
| 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.AbleComponent
public abstract class AbleComponent
AbleComponent is an abstract Component that implements
a number of the 'able interfaces and serves as the base for other components
| Field Summary |
|---|
| Fields inherited from class echopointng.ComponentEx |
|---|
PROPERTY_HIDDEN |
| Fields inherited from interface echopointng.able.AccessKeyable |
|---|
PROPERTY_ACCESS_KEY |
| Fields inherited from interface echopointng.able.Borderable |
|---|
PROPERTY_BORDER |
| Fields inherited from interface echopointng.able.MouseCursorable |
|---|
CURSOR_AUTO, CURSOR_CROSSHAIR, CURSOR_CUSTOM_URI, CURSOR_DEFAULT, CURSOR_E_RESIZE, CURSOR_HELP, CURSOR_MOVE, CURSOR_N_RESIZE, CURSOR_NE_RESIZE, CURSOR_NW_RESIZE, CURSOR_POINTER, CURSOR_S_RESIZE, CURSOR_SE_RESIZE, CURSOR_SW_RESIZE, CURSOR_TEXT, CURSOR_W_RESIZE, CURSOR_WAIT, PROPERTY_MOUSE_CURSOR, PROPERTY_MOUSE_CURSOR_URI |
| Fields inherited from interface echopointng.able.Insetable |
|---|
DEFAULT_INSETS, DEFAULT_OUTSETS, PROPERTY_INSETS, PROPERTY_OUTSETS |
| Fields inherited from interface echopointng.able.Widthable |
|---|
PROPERTY_WIDTH |
| Fields inherited from interface echopointng.able.Heightable |
|---|
PROPERTY_HEIGHT |
| Fields inherited from interface echopointng.able.ToolTipable |
|---|
PROPERTY_TOOL_TIP_TEXT |
| Constructor Summary | |
|---|---|
AbleComponent()
|
|
| Method Summary | |
|---|---|
String |
getAccessKey()
Returns the access key in use. |
Border |
getBorder()
|
Extent |
getHeight()
Retutns the height extent of the Heightable. |
Insets |
getInsets()
|
int |
getMouseCursor()
Returns the current mouse cursor in use. |
String |
getMouseCursorUri()
|
Insets |
getOutsets()
|
String |
getToolTipText()
Returns the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable). |
Extent |
getWidth()
Returns the width extent of the Widthable. |
void |
setAccessKey(String newValue)
Sets the access key to be used. |
void |
setBorder(Border newValue)
Sets the Border to be used by the Borderable |
void |
setHeight(Extent newValue)
Sets the height extent of the Heightable. |
void |
setInsets(Insets newValue)
Sets the Insets in play. |
void |
setMouseCursor(int mouseCursor)
Sets the mouse cursor to use. |
void |
setMouseCursorUri(String mouseCursorURI)
Sets the URI to a custom platform mouse cursor. |
void |
setOutsets(Insets newValue)
Sets the Outsets in play. |
void |
setToolTipText(String newValue)
Sets the tool tip text (displayed when the mouse cursor is hovered over the ToolTipable). |
void |
setWidth(Extent newValue)
Sets the width extent of the Widthable. |
| 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 |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface echopointng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Constructor Detail |
|---|
public AbleComponent()
| Method Detail |
|---|
public String getAccessKey()
AccessKeyable
getAccessKey in interface AccessKeyableAccessKeyable.getAccessKey()public Border getBorder()
getBorder in interface BorderableBorder of the Borderable.Borderable.getBorder()public Extent getHeight()
HeightableHeightable.
getHeight in interface HeightableHeightable.Heightable.getHeight()public Insets getInsets()
getInsets in interface InsetableInsetable.getInsets()public int getMouseCursor()
MouseCursorable
getMouseCursor in interface MouseCursorableMouseCursorable.getMouseCursor()public String getMouseCursorUri()
getMouseCursorUri in interface MouseCursorableMouseCursorable.getMouseCursorUri()public Insets getOutsets()
getOutsets in interface InsetableInsetable.getOutsets()public Extent getWidth()
WidthableWidthable.
getWidth in interface WidthableWidthable.Widthable.getWidth()public void setAccessKey(String newValue)
AccessKeyable
setAccessKey in interface AccessKeyablenewValue - -
the access key to be used.AccessKeyable.setAccessKey(java.lang.String)public void setBorder(Border newValue)
BorderableBorder to be used by the Borderable
setBorder in interface BorderablenewValue - - the new Border to useBorderable.setBorder(nextapp.echo2.app.Border)public void setHeight(Extent newValue)
HeightableHeightable.
setHeight in interface HeightablenewValue - - the new height extent of the HeightableHeightable.setHeight(nextapp.echo2.app.Extent)public void setInsets(Insets newValue)
Insetable
setInsets in interface InsetablenewValue - -
the Insets to useInsetable.setInsets(nextapp.echo2.app.Insets)public void setMouseCursor(int mouseCursor)
MouseCursorable
setMouseCursor in interface MouseCursorablemouseCursor - - the mouse cursor to useMouseCursorable.setMouseCursor(int)public void setMouseCursorUri(String mouseCursorURI)
MouseCursorable
setMouseCursorUri in interface MouseCursorablemouseCursorURI - the URI to a custom platform mouse cursor.MouseCursorable.setMouseCursorUri(java.lang.String)public void setOutsets(Insets newValue)
Insetable
setOutsets in interface InsetablenewValue - -
the Ousets to useInsetable.setOutsets(nextapp.echo2.app.Insets)public void setWidth(Extent newValue)
WidthableWidthable.
setWidth in interface WidthablenewValue - - the new width extent of the WidthableWidthable.setWidth(nextapp.echo2.app.Extent)public String getToolTipText()
ToolTipable
getToolTipText in interface ToolTipableToolTipable.getToolTipText()public void setToolTipText(String newValue)
ToolTipable
setToolTipText in interface ToolTipablenewValue - the new tool tip textToolTipable.setToolTipText(java.lang.String)
|
EchoPoint 2.1.0rc5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||