public static class TreeView.InterNodeDescriptor extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeView.InterNodeDescriptor.DisplayMode |
static class |
TreeView.InterNodeDescriptor.Sort
Enumeration of sorting algorithms supported by
InterNode. |
| Constructor and Description |
|---|
InterNodeDescriptor() |
InterNodeDescriptor(TreeView.InterNodeDescriptor other) |
| Modifier and Type | Method and Description |
|---|---|
TreeView.InterNodeDescriptor.DisplayMode |
getDisplayMode() |
int |
getFlags() |
TreeView.InterNodeDescriptor.Sort |
getSort() |
boolean |
isCompact() |
boolean |
isDefault() |
boolean |
isExpanded() |
boolean |
isFlat() |
boolean |
isFlip() |
boolean |
isMesh() |
boolean |
isSection() |
void |
setCompact(boolean value) |
void |
setDisplayMode(TreeView.InterNodeDescriptor.DisplayMode value) |
void |
setExpanded(boolean value) |
void |
setFlags(int flags) |
void |
setFlat(boolean value) |
void |
setFlip(boolean value) |
void |
setMesh(boolean value) |
void |
setSection(boolean value) |
void |
setSort(TreeView.InterNodeDescriptor.Sort value) |
public InterNodeDescriptor()
public InterNodeDescriptor(TreeView.InterNodeDescriptor other)
public boolean isDefault()
public int getFlags()
public TreeView.InterNodeDescriptor.DisplayMode getDisplayMode()
public boolean isFlat()
public boolean isMesh()
public boolean isFlip()
public boolean isCompact()
public boolean isSection()
public boolean isExpanded()
public TreeView.InterNodeDescriptor.Sort getSort()
public void setFlags(int flags)
public void setDisplayMode(TreeView.InterNodeDescriptor.DisplayMode value)
public void setFlat(boolean value)
public void setMesh(boolean value)
public void setFlip(boolean value)
public void setCompact(boolean value)
public void setSection(boolean value)
public void setExpanded(boolean value)
public void setSort(TreeView.InterNodeDescriptor.Sort value)
Copyright © 2023 LSST. All rights reserved.