|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JTreeTable | |
|---|---|
| org.openbp.swing.components.treetable | |
| org.openbp.swing.components.treetable.resize | |
| Uses of JTreeTable in org.openbp.swing.components.treetable |
|---|
| Fields in org.openbp.swing.components.treetable declared as JTreeTable | |
|---|---|
protected JTreeTable |
TreeTableCellRenderer.treeTable
Table which contains the tree. |
protected JTreeTable |
TreeTableCellEditor.treeTable
TreeTable mediator used to communicate with the other Tree Tabel elements. |
protected JTreeTable |
SimpleTreeTableModel.treeTable
The JTreeTable using this model. |
JTreeTable |
DefaultTreeCellRenderer.treeTable
Tree Table that uses this tree cell rendered for it's tree. |
| Methods in org.openbp.swing.components.treetable with parameters of type JTreeTable | |
|---|---|
void |
TreeTableModel.setTreeTable(JTreeTable treeTable)
Used by the JTreeTable to set a reference to itself. |
void |
SimpleTreeTableModel.setTreeTable(JTreeTable treeTable)
If the constructor was used in which the JTreeTable was not set, this method
should be called directly after instantiating the model to set the JTreeTable. |
| Constructors in org.openbp.swing.components.treetable with parameters of type JTreeTable | |
|---|---|
DefaultTreeCellRenderer(JTreeTable treeTable)
Default Constructor. |
|
SimpleTreeTableModel(TreeTableNode rootNode,
JTreeTable treeTable)
Default preferred constructor. |
|
TreeTableCellEditor(JTreeTable treeTable)
Default Constructor |
|
TreeTableCellRenderer(JTreeTable treeTable,
TreeTableModel model)
Creates a new TreeTableCellRenderer object. |
|
TreeTableEvent(JTreeTable source,
int type)
Default constructor. |
|
| Uses of JTreeTable in org.openbp.swing.components.treetable.resize |
|---|
| Methods in org.openbp.swing.components.treetable.resize with parameters of type JTreeTable | |
|---|---|
void |
ColumnSizeConstraint.adjustMaximalWidthOfColumn(JTreeTable treetable)
Update the max width of column if they are set. |
void |
ColumnSizeConstraint.adjustPreferredToWidth(JTreeTable treetable)
Adjust the prefered width of all columns to the width of the whole tree table. |
void |
RatioConstraint.calculateColumnSizes(JTreeTable treetable)
Initialises the arrays needed for the calculations. |
void |
FullVisibleConstraint.calculateColumnSizes(JTreeTable treetable)
|
void |
ColumnSizeConstraint.calculateColumnSizes(JTreeTable treetable)
Calculates the size of each column in the tree table. |
int |
ColumnSizeConstraint.determineMaxColumnWidth(JTreeTable treetable,
int column)
Determines the maximum width of the tree column according to the text displayed. |
int |
ColumnSizeConstraint.determineMaxTreeColumnWidth(JTreeTable treetable)
Determines the maximum width of the tree column according to the text displayed. |
boolean |
ColumnSizeConstraint.isRecalculateNeeded(JTreeTable treetable)
Determine if the preferred width of the columns needs to be re-calculated or not. |
void |
ColumnSizeConstraint.setMinimumOfColumn(int columnWidth,
int column,
JTreeTable treetable)
Set the minimal width of a column. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||