| org.executequery.base.DockedTabView
All known Subclasses: org.executequery.gui.AbstractDockedTabActionPanel, org.executequery.gui.AbstractDockedTabPanel,
DockedTabView | public interface DockedTabView extends TabView(Code) | | Defines a docked tab view (non-central panel).
This provides methods to retrieve menu and preference
key names for saving application state.
author: Takis Diakoumis version: $Revision: 1.3 $ |
getMenuItemKey | public String getMenuItemKey()(Code) | | Returns the name defining the menu cache property
for this docked tab view.
the preferences key |
getPropertyKey | public String getPropertyKey()(Code) | | Returns the name defining the property name for this docked tab view.
the key |
getTitle | public String getTitle()(Code) | | Returns the display title for this view.
the title displayed for this view |
getUserPreferencePosition | public int getUserPreferencePosition()(Code) | | Returns the position of this tab view.
the tab position (SwingConstants...) |
|
|