public class PerspectiveManager
extends java.lang.Object
| Constructor | Description |
|---|---|
PerspectiveManager() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isPerspectiveDirty() |
We only autosave the perspective if it has changed, to avoid spinning
up the disk on laptops.
|
static boolean |
isPerspectiveEnabled() |
We disable saving of the perspective while the 'close all' dialog is
showing.
|
static View |
loadPerspective(boolean restoreFiles) |
|
static void |
savePerspective(boolean autosave) |
|
static void |
setPerspectiveDirty(boolean dirty) |
We only autosave the perspective if it has changed, to avoid spinning
up the disk on laptops.
|
static void |
setPerspectiveEnabled(boolean enabled) |
We disable saving of the perspective while the 'close all' dialog is
showing.
|
public static boolean isPerspectiveDirty()
public static void setPerspectiveDirty(boolean dirty)
public static boolean isPerspectiveEnabled()
public static void setPerspectiveEnabled(boolean enabled)
public static View loadPerspective(boolean restoreFiles)
public static void savePerspective(boolean autosave)