Uses of Interface
dsto.dfc.swing.panels.FrameLike

Packages that use FrameLike
dsto.dfc.swing.panels Provides MDI-style window management support for managing a set of components. 
 

Uses of FrameLike in dsto.dfc.swing.panels
 

Classes in dsto.dfc.swing.panels that implement FrameLike
 class GhostFrame
          LightWeight imposter class acting as a proxy for internal or external frames.
 class InsideFrame
          Used by the ToolView class to display a tool component see also ToolViewGhostFrameOutsideFrame FrameLike
 class OutsideFrame
          Used by the ToolView class to display a tool component see also ToolViewGhostFrameInsideFrame FrameLike
 

Fields in dsto.dfc.swing.panels declared as FrameLike
 FrameLike ToolView.insideFrame
           
 FrameLike ToolView.outsideFrame
           
 FrameLike ToolView.stateFrame
           
 

Methods in dsto.dfc.swing.panels that return FrameLike
protected  FrameLike ToolView.createInsideFrameIfNeeded()
           
protected  FrameLike ToolView.createOutsideFrameIfNeeded()
           
 

Methods in dsto.dfc.swing.panels with parameters of type FrameLike
protected  boolean ToolView.frameNotYetCreated(FrameLike frame)
           
protected  void ToolView.resizeFrameToFitNewTool(FrameLike frame)
           
 

Constructors in dsto.dfc.swing.panels with parameters of type FrameLike
InsideFrame(FrameLike template, JFrame owner)
           
OutsideFrame(FrameLike template, Frame owner)
           
 



Copyright © 2008 Commonwealth of Australia