public static class PerspectiveManager.SelectedPerspectivePreferences
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_perspectivesToolbarAlwaysHidden
Whether the toolbar should always be hidden (and not able to be toggled
from the menu or widget.
|
protected boolean |
m_perspectivesToolbarVisibleOnStartup
Whether the toolbar should be visible (or hidden) at startup
|
protected java.util.LinkedList<java.lang.String> |
m_userVisiblePerspectives
List of user selected perspectives to show
|
| 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
|
protected java.util.LinkedList<java.lang.String> m_userVisiblePerspectives
protected boolean m_perspectivesToolbarVisibleOnStartup
protected boolean m_perspectivesToolbarAlwaysHidden
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()