21 module
com { module sun { module star { module awt { module tree {
39 interface ::com::sun::star::view::XMultiSelectionSupplier;
55 boolean isNodeExpanded( [in]
XTreeNode Node )
70 boolean isNodeCollapsed( [in]
XTreeNode Node )
88 void makeNodeVisible( [in]
XTreeNode Node )
100 boolean isNodeVisible( [in]
XTreeNode Node )
174 XTreeNode getNodeForLocation( [in]
long x, [in]
long y );
188 XTreeNode getClosestNodeForLocation( [in]
long x, [in]
long y );
218 boolean stopEditing();
223 void cancelEditing();
238 void startEditingAtNode( [in]
XTreeNode Node )
specifies a rectangular area by position and size.
Definition: Rectangle.idl:27
Definition: Ambiguous.idl:20
string DefaultCollapsedGraphicURL
If the given URL points to a loadable graphic, the graphic is rendered before collapsed non leaf node...
Definition: XTreeControl.idl:161
An instance of this interface can get notifications from a TreeControl when nodes are expanded or col...
Definition: XTreeExpansionListener.idl:30
An instance implementing this interface represents the model data for an entry in a XTreeDataModel...
Definition: XTreeNode.idl:30
Exception used to stop an expand/collapse from happening.
Definition: ExpandVetoException.idl:28
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
You can implement this interface and register with XTreeControl::addTreeEditListener() to get notific...
Definition: XTreeEditListener.idl:30
string DefaultExpandedGraphicURL
If the given URL points to a loadable graphic, the graphic is rendered before expanded non leaf nodes...
Definition: XTreeControl.idl:154
An interface to a control that displays a set of hierarchical data as an outline. ...
Definition: XTreeControl.idl:28