|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeViewColumn | |
org.gnu.gtk |
Uses of TreeViewColumn in org.gnu.gtk |
Methods in org.gnu.gtk that return TreeViewColumn | |
TreeViewColumn |
TreeView.getColumn(int position)
Gets the column at the given position in the tree view. |
TreeViewColumn |
TreeView.getCursorColumn()
Returns the current column |
Methods in org.gnu.gtk with parameters of type TreeViewColumn | |
int |
TreeView.appendColumn(TreeViewColumn column)
Appends column to the list of columns. |
int |
TreeView.insertColumn(TreeViewColumn column,
int position)
This inserts the column into the tree_view at position. |
int |
TreeView.removeColumn(TreeViewColumn column)
Removes column from tree_view. |
void |
TreeView.moveColumn(TreeViewColumn column,
TreeViewColumn baseColumn)
Moves column to be after to baseColumn. |
void |
TreeView.moveColumn(TreeViewColumn column,
TreeViewColumn baseColumn)
Moves column to be after to baseColumn. |
void |
TreeView.setExpanderColumn(TreeViewColumn column)
Sets the column to draw the expander arrow at. |
void |
TreeView.scrollToCell(TreePath path,
TreeViewColumn column,
double rowAlign,
double colAlign)
Moves the alignments of the view to the position specified by column and path. |
void |
TreeView.scrollToCell(TreePath path,
TreeViewColumn column)
Moves the alignments of the view to the position specified by column and path. |
void |
TreeView.scrollToCell(TreeViewColumn column)
|
void |
TreeView.setCursor(TreePath path,
TreeViewColumn focusColumn,
boolean startEditing)
Sets the current keyboard focus to be at path, and selects it. |
void |
TreeView.activateCell(TreePath path,
TreeViewColumn column)
Activates the cell determined by path and column. |
void |
TreeView.setSearchColumn(TreeViewColumn column)
Sets column as the column where the interactive search code should search in. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |