| |
|
| java.lang.Object net.refractions.udig.style.sld.editor.internal.PageHistoryHolder
PageHistoryHolder | class PageHistoryHolder (Code) | | History for navigating preference pages.
since: 3.1 |
PageHistoryHolder | public PageHistoryHolder(FilteredEditorDialog dialog)(Code) | | Creates a new history for the given dialog.
Parameters: dialog - the preference dialog to create a history for |
addHistoryEntry | public void addHistoryEntry(PageHistoryEntry entry)(Code) | | Adds the preference page path and its label to the page history.
Parameters: entry - the preference page history entry |
createHistoryControls | public ToolBar createHistoryControls(ToolBar historyBar, ToolBarManager manager)(Code) | | Creates the history toolbar and initializes historyToolbar .
Parameters: historyBar - Parameters: manager - the control of the history toolbar |
createHistoryControls | public Control createHistoryControls(Composite parent)(Code) | | Create the history control in the parent
Parameters: parent - Control |
dispose | public void dispose()(Code) | | Dispose the receiver and clear out the references.
|
|
|
|