Interface ResourceWorkspaceFrame
- All Known Implementing Classes:
AbstractRMDesignerFrame
,BlockEditorFrame
,CollapsiblePanePalette
,ComponentSecurityPanel
,ComponentTranslationPanel
,ElementEditorFrame
,FillAndStrokePane
,InspectorFrame
,KeysFrame
,PaletteFrame
,PipelinePalette
,PropertyEditorFrame
,PropertyTablePanel
,TabbedPanePalette
public interface ResourceWorkspaceFrame
A resource workspace frame is a dockable frame that will be available for display when its associated workspace is
selected. Note: Any implementing class should be a descendant of DockableFrame.
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Convenience so you don't always have to cast this to DockableFrame to get the keyboolean
Should this workspace frame be shown initially when the workspace is first selected? Default is true.
-
Method Details
-
getKey
String getKey()Convenience so you don't always have to cast this to DockableFrame to get the key -
isInitiallyVisible
boolean isInitiallyVisible()Should this workspace frame be shown initially when the workspace is first selected? Default is true.
-