LibreOffice
LibreOffice 24.2 SDK API Reference
Classes
com::sun::star::awt::tree Module Reference

hierarchical (tree) control. More...

Classes

exception  ExpandVetoException
 Exception used to stop an expand/collapse from happening. More...
 
service  MutableTreeDataModel
 If you do not want to implement the XTreeDataModel yourself, use this service. More...
 
service  MutableTreeNode
 Represents an editable tree node as used by the MutableTreeDataModel. More...
 
service  TreeControl
 A control that displays a set of hierarchical data as an outline. More...
 
service  TreeControlModel
 specifies the standard model of a TreeControl. More...
 
struct  TreeDataModelEvent
 An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl. More...
 
struct  TreeExpansionEvent
 This event tells you what node is currently expanding or collapsing. More...
 
interface  XMutableTreeDataModel
 This is the editable version of the XTreeDataModel. More...
 
interface  XMutableTreeNode
 Represents a mutable tree node as used by the MutableTreeDataModel. More...
 
interface  XTreeControl
 An interface to a control that displays a set of hierarchical data as an outline. More...
 
interface  XTreeDataModel
 An instance of this interface is used by the TreeControl to retrieve the hierarchical outline data that is displayed in the actual control. More...
 
interface  XTreeDataModelListener
 An instance of this interface is used by the TreeControl to get notifications about data model changes. More...
 
interface  XTreeEditListener
 You can implement this interface and register with XTreeControl::addTreeEditListener() to get notifications when editing of a node starts and ends. More...
 
interface  XTreeExpansionListener
 An instance of this interface can get notifications from a TreeControl when nodes are expanded or collapsed. More...
 
interface  XTreeNode
 An instance implementing this interface represents the model data for an entry in a XTreeDataModel. More...
 

Detailed Description

hierarchical (tree) control.