org.netbeans.core.windows.view.ui.toolbars |
|
Java Source File Name | Type | Comment |
ActionsTree.java | Class | A tree displaying a hierarchy of Node in a similar fashion as the TreeView does
except for unnecessary popmenus and drag'n'drop implementation. |
ConfigureToolbarPanel.java | Class | Toolbar Customizer showing a tree of all available actions. |
ResetToolbarsAction.java | Class | author: S. |
ToolbarConfiguration.java | Class | Toolbar configuration.
It can load configuration from DOM Document, store configuration int XML file. |
ToolbarConstraints.java | Class | An object that encapsulates position and (optionally) size for
Absolute positioning of components. |
ToolbarDnDListener.java | Class | Listener for toolbar motion. |
ToolbarLayout.java | Class | ToolbarLayout is a LayoutManager2 that should be used on a toolbar panel to
allow placement of components in absolute positions. |
ToolbarProcessor.java | Class | ToolbarProcessor is cookie of XMLDataObject which creates ToolbarConfiguration. |
ToolbarRow.java | Class | This class represents one row of toolbars. |