|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.flexdock.perspective.RestorationManager
public class RestorationManager
Method Summary | |
---|---|
void |
addHandler(RestorationHandler handler)
|
static RestorationManager |
getInstance()
|
static java.awt.Component |
getRestoreContainer(Dockable dockable)
|
static RootWindow |
getRestoreWindow(Dockable dockable)
|
boolean |
removeHandler(RestorationHandler handler)
|
boolean |
restore(Dockable dockable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RestorationManager getInstance()
public void addHandler(RestorationHandler handler)
public boolean removeHandler(RestorationHandler handler)
public boolean restore(Dockable dockable)
public static RootWindow getRestoreWindow(Dockable dockable)
public static java.awt.Component getRestoreContainer(Dockable dockable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |