Interface ResourceWorkspaceFrame

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Convenience so you don't always have to cast this to DockableFrame to get the key
      boolean isInitiallyVisible()
      Should this workspace frame be shown initially when the workspace is first selected? Default is true.
    • Method Detail

      • getKey

        java.lang.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.