|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.uihierarchy.Accessor
chrriis.uihierarchy.SingleLevelAccessor
An accessor for a single hierarchy level.
Nested Class Summary | |
class |
SingleLevelAccessor.ConstraintsHandler
A manipulator for the constraints of the SingleLevelAccessor. |
Method Summary | |
Component |
getComponent()
Get the component at this hierarchy level. |
UIHConfig |
getConfig()
Get the configuration the accessor uses. |
SingleLevelAccessor.ConstraintsHandler |
getConstraintsHandler()
Get a handler for the constraints of the level of this accessor. |
String |
getDottedDecimalPath()
Get the level path as a dotted decimal notation. |
SingleLevelAccessor |
next()
Create an accessor for the next sibbling. |
SingleLevelAccessor |
parent()
Create an accessor for the parent. |
SingleLevelAccessor |
previous()
Create an accessor for the previous sibbling. |
Methods inherited from class chrriis.uihierarchy.Accessor |
forceEnabled, forceHEnabled, getComponents, getEnabledState, isEnabled, isEnabled, isHEnabled, isVisible, remove, run, runTraversing, setEnabled, setEnabled, setHEnabled, setHEnabled, setVisible |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public SingleLevelAccessor.ConstraintsHandler getConstraintsHandler()
public Component getComponent()
public UIHConfig getConfig()
public SingleLevelAccessor previous()
public SingleLevelAccessor next()
public SingleLevelAccessor parent()
public String getDottedDecimalPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |