com.threerings.media
Interface FrameManager.ManagedRoot

All Known Implementing Classes:
ManagedJApplet, ManagedJFrame
Enclosing class:
FrameManager

public static interface FrameManager.ManagedRoot

Provides a bridge between either ManagedJFrame or ManagedJApplet and the frame manager.


Method Summary
 JRootPane getRootPane()
          Returns the top-level Swing pane.
 Window getWindow()
          Returns the window at the root of the UI hierarchy.
 void init(FrameManager fmgr)
          Configures the root with a reference to its frame manager.
 

Method Detail

init

void init(FrameManager fmgr)
Configures the root with a reference to its frame manager.


getWindow

Window getWindow()
Returns the window at the root of the UI hierarchy.


getRootPane

JRootPane getRootPane()
Returns the top-level Swing pane.