T
- public class HierarchyWizardEditorLayout<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PRETTY_THRESHOLD
Constant.
|
Constructor and Description |
---|
HierarchyWizardEditorLayout(HierarchyWizardModelGrouping<T> model)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPretty()
Is the layout pretty.
|
int[] |
layout()
Computes the cardinalities of the optimal number of elements per hierarchy level.
|
void |
setPretty(boolean pretty)
Sets the pretty mode.
|
public static final int PRETTY_THRESHOLD
public HierarchyWizardEditorLayout(HierarchyWizardModelGrouping<T> model)
model
-