|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.component.AbstractCompositeStateComponent.ComponentState
com.guiseframework.component.TreeControl.TreeNodeComponentState
protected static class TreeControl.TreeNodeComponentState
An encapsulation of a component for a tree node along with other metadata, such as whether the component was editable when created.
| Constructor Summary | |
|---|---|
TreeControl.TreeNodeComponentState(Component component,
boolean editable)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
isEditable()
|
| Methods inherited from class com.guiseframework.component.AbstractCompositeStateComponent.ComponentState |
|---|
getComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeControl.TreeNodeComponentState(Component component,
boolean editable)
component - The component for a tree node.editable - Whether the component is for a tree node that was editable when the component was created.expanded - Whether the component is for a tree node that was expanded when the component was created.
java.lang.NullPointerException - if the given component is null.| Method Detail |
|---|
public boolean isEditable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||