|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.japi.swing.prefs.keys.AbstractSimpleNode<C>
public abstract class AbstractSimpleNode<C>
Base class for simple nodes.
| Constructor Summary | |
|---|---|
protected |
AbstractSimpleNode(C[] children)
Create an AbstractSimpleNode. |
| Method Summary | |
|---|---|
C |
getChild(int index)
Gets a child with a specific index. |
int |
getChildCount()
Get the number of children. |
Object |
getValueAt(int column)
Get the value of this node at a certain value index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractSimpleNode(@Nullable
C[] children)
children - | Method Detail |
|---|
@Nullable public final C getChild(int index)
index - Index of desired child
null if no such child.public final int getChildCount()
public Object getValueAt(int column)
column - Index of desired value
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||