org.flexdock.perspective
public class RestorationManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
addHandler(RestorationHandler handler) |
static RestorationManager |
getInstance() |
static Component |
getRestoreContainer(Dockable dockable) |
static RootWindow |
getRestoreWindow(Dockable dockable) |
boolean |
removeHandler(RestorationHandler handler) |
boolean |
restore(Dockable dockable) |
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)