public static final class LazyTreeView.InterNodeDescriptor extends Object implements Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyTreeView.InterNodeDescriptor.DisplayMode |
static class |
LazyTreeView.InterNodeDescriptor.Sort
Enumeration of sorting algorithms supported by
InterNode. |
| Constructor and Description |
|---|
InterNodeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected LazyTreeView.InterNodeDescriptor |
clone() |
LazyTreeView.InterNodeDescriptor.DisplayMode |
getDisplayMode() |
int |
getFlags() |
LazyTreeView.InterNodeDescriptor.Sort |
getSort() |
boolean |
isCompact() |
boolean |
isExpanded() |
boolean |
isFlat() |
boolean |
isFlip() |
boolean |
isMesh() |
boolean |
isSection() |
void |
setCompact(boolean value) |
void |
setDisplayMode(LazyTreeView.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(LazyTreeView.InterNodeDescriptor.Sort value) |
public int getFlags()
public LazyTreeView.InterNodeDescriptor.DisplayMode getDisplayMode()
public boolean isFlat()
public boolean isMesh()
public boolean isFlip()
public boolean isCompact()
public boolean isSection()
public boolean isExpanded()
public LazyTreeView.InterNodeDescriptor.Sort getSort()
public void setFlags(int flags)
public void setDisplayMode(LazyTreeView.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(LazyTreeView.InterNodeDescriptor.Sort value)
protected LazyTreeView.InterNodeDescriptor clone()
Copyright © 2023 LSST. All rights reserved.