Uses of Class
dsto.dfc.swing.panels.Corner

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

Uses of Corner in dsto.dfc.swing.panels
 

Subclasses of Corner in dsto.dfc.swing.panels
 class BottomLeft
          BottomLeft positions an inner frame in the bottom left corner of a larger outer frame.
 class BottomRight
          BottomRight positions an inner frame in the bottom right corner of a larger outer frame.
 class TopLeft
          TopLeft positions an inner frame in the top left corner of a larger outer frame.
 class TopRight
          TopRight positions an inner frame in the top right corner of a larger outer frame.
 

Fields in dsto.dfc.swing.panels declared as Corner
protected  Corner ToolView.corner
           
 

Methods in dsto.dfc.swing.panels that return Corner
protected  Corner ToolView.defaultCorner()
           
 

Methods in dsto.dfc.swing.panels with parameters of type Corner
 void ToolView.putInCorner(Corner newCorner)
          Set the ToolView within a corner of it's parent frame.
 void ToolView.putInCorner(Corner newCorner, int newIndentLevel)
          set the ToolView within a corner of it's parent frame.
 



Copyright © 2008 Commonwealth of Australia