public class ExpansionModel
extends java.lang.Object
getModel
is suitable for setting in the expansionModel
field in SideKickParsedData.Constructor and Description |
---|
ExpansionModel() |
Modifier and Type | Method and Description |
---|---|
void |
add()
Call this for each row in the tree that should be visible and expanded.
|
java.util.List<java.lang.Integer> |
getModel() |
int |
getRow() |
void |
inc()
Call this for each row in the tree that should be visible.
|
java.lang.String |
toString() |
public java.util.List<java.lang.Integer> getModel()
public void add()
public void inc()
public int getRow()
public java.lang.String toString()
toString
in class java.lang.Object