Singleton object keeping track of the user's desktop history, i.e. what panels s/he has opened in what modules, and in what order. Works pretty much like the history JavaScript object in a browser.
Modifiers | Name | Description |
---|---|---|
static class |
DesktopHistory.Entry |
Constructor and description |
---|
DesktopHistory
(ReadyApiDisplayDispatcher displayDispatcher) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addEntry(DesktopPanel desktopPanel) |
|
void |
addEntry(javax.swing.JPanel dashboardPanel) |
|
void |
addEntry(ModelItem modelItem) |
|
void |
back() |
|
boolean |
canGoBack() |
|
boolean |
canGoForward() |
|
void |
forward() |
|
DesktopHistory.Entry |
getCurrentEntry() |
|
java.util.List<DesktopHistory.Entry> |
getEntries() |
|
void |
handleModelItemDeletion(ModelItemDeletionMessage itemDeletionMessage) |
|
static DesktopHistory |
instance() |
|
void |
lock() |
|
void |
unlock() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
ReadyAPI core SDK 3.10.0