public static class PerspectiveManager.SelectedPerspectivePreferences extends Object implements 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
|
LinkedList<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(LinkedList<String> userVisiblePerspectives)
Set a list of perspectives that should be visible
|
public void setUserVisiblePerspectives(LinkedList<String> userVisiblePerspectives)
userVisiblePerspectives - public LinkedList<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()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.