org.flexdock.docking.state
Class FloatManager.Stub
java.lang.Object
org.flexdock.docking.state.FloatManager.Stub
- All Implemented Interfaces:
- FloatManager
- Enclosing interface:
- FloatManager
public static class FloatManager.Stub
- extends Object
- implements FloatManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatManager.Stub
public FloatManager.Stub()
addToGroup
public void addToGroup(Dockable dockable,
String groupId)
- Specified by:
addToGroup
in interface FloatManager
floatDockable
public DockingFrame floatDockable(Dockable dockable,
Component frameOwner,
Rectangle screenBounds)
- Specified by:
floatDockable
in interface FloatManager
floatDockable
public DockingFrame floatDockable(Dockable dockable,
Component frameOwner)
- Specified by:
floatDockable
in interface FloatManager
getGroup
public FloatingGroup getGroup(Dockable dockable)
- Specified by:
getGroup
in interface FloatManager
getGroup
public FloatingGroup getGroup(String groupName)
- Specified by:
getGroup
in interface FloatManager
removeFromGroup
public void removeFromGroup(Dockable dockable)
- Specified by:
removeFromGroup
in interface FloatManager