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 SummaryModifier and TypeMethodDescriptiongetKey()Convenience so you don't always have to cast this to DockableFrame to get the keybooleanShould this workspace frame be shown initially when the workspace is first selected? Default is true.
- 
Method Details- 
getKeyString getKey()Convenience so you don't always have to cast this to DockableFrame to get the key
- 
isInitiallyVisibleboolean isInitiallyVisible()Should this workspace frame be shown initially when the workspace is first selected? Default is true.
 
-