Class ViewportDetail
java.lang.Object
com.illumon.iris.console.events.treetable.ViewportDetail
public class ViewportDetail extends Object
-
Constructor Summary
Constructors Constructor Description ViewportDetail(Object key, int depth)
ViewportDetail(Object key, int depth, Set<Object> expanded)
-
Method Summary
Modifier and Type Method Description boolean
addExpandedKey(Object key)
int
getDepth()
com.illumon.iris.treetable.TableDetails
getDetails()
Set<Object>
getExpandedKeys()
Object
getKey()
void
removeExpandedKey(Object key)
String
toString()
-
Constructor Details
-
Method Details
-
getKey
-
getDepth
public int getDepth() -
addExpandedKey
-
removeExpandedKey
-
getExpandedKeys
-
getDetails
@NotNull public com.illumon.iris.treetable.TableDetails getDetails() -
toString
-