public static class PerspectiveManager.SelectedPerspectivePreferences
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SelectedPerspectivePreferences() |
Modifier and Type | Method and Description |
---|---|
boolean |
getPerspectivesToolbarAlwaysHidden()
Get whether the perspectives toolbar should always be hidden
|
boolean |
getPerspectivesToolbarVisibleOnStartup()
Get whether the perspectives toolbar should be visible in the GUI at
application startup
|
java.util.LinkedList<java.lang.String> |
getUserVisiblePerspectives()
Get the list of perspectives that the user has specified should be
visible in the application
|
void |
setPerspectivesToolbarAlwaysHidden(boolean h)
Set whether the perspectives toolbar should always be hidden
|
void |
setPerspectivesToolbarVisibleOnStartup(boolean v)
Set whether the perspectives toolbar should be visible in the GUI at
application startup
|
void |
setUserVisiblePerspectives(java.util.LinkedList<java.lang.String> userVisiblePerspectives)
Set a list of perspectives that should be visible
|
public void setUserVisiblePerspectives(java.util.LinkedList<java.lang.String> userVisiblePerspectives)
userVisiblePerspectives
- public java.util.LinkedList<java.lang.String> getUserVisiblePerspectives()
public void setPerspectivesToolbarVisibleOnStartup(boolean v)
v
- true if the perspectives toolbar should be visible at
application startuppublic boolean getPerspectivesToolbarVisibleOnStartup()
public void setPerspectivesToolbarAlwaysHidden(boolean h)
h
- true if the perspectives toolbar should always be hiddenpublic boolean getPerspectivesToolbarAlwaysHidden()