Class IrisTreeTableModel.RowProperties
java.lang.Object
com.illumon.iris.console.events.treetable.IrisTreeTableModel.RowProperties
- Enclosing class:
- IrisTreeTableModel
public static class IrisTreeTableModel.RowProperties extends Object
-
Field Summary
Fields Modifier and Type Field Description intdepthbooleanhasChildrenIrisTreeTableModel.RowStatestate -
Method Summary
Modifier and Type Method Description booleanisExpanded()booleanisPending()
-
Field Details
-
hasChildren
public final boolean hasChildren -
state
-
depth
public final int depth
-
-
Method Details
-
isPending
public boolean isPending() -
isExpanded
public boolean isExpanded()
-