Uses of Class
org.nakedobjects.plugins.dnd.viewer.action.WindowControl

Packages that use WindowControl
org.nakedobjects.plugins.dnd.viewer.action   
org.nakedobjects.plugins.dnd.viewer.border   
 

Uses of WindowControl in org.nakedobjects.plugins.dnd.viewer.action
 

Subclasses of WindowControl in org.nakedobjects.plugins.dnd.viewer.action
 class CloseWindowControl
           
 class IconizeWindowControl
           
 class ResizeWindowControl
           
 

Uses of WindowControl in org.nakedobjects.plugins.dnd.viewer.border
 

Fields in org.nakedobjects.plugins.dnd.viewer.border declared as WindowControl
protected  WindowControl[] AbstractWindowBorder.controls
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type WindowControl
 void SimpleStyleWindowBorder.draw(Canvas canvas, Size s, boolean hasFocus, ViewState state, WindowControl[] controls, java.lang.String title)
           
 void BorderDrawing.draw(Canvas canvas, Size s, boolean hasFocus, ViewState state, WindowControl[] controls, java.lang.String title)
           
 void SwingStyleWindowBorder.draw(Canvas canvas, Size s, boolean hasFocus, ViewState state, WindowControl[] controls, java.lang.String title)
           
 void LineStyleWindowBorder.draw(Canvas canvas, Size s, boolean hasFocus, ViewState state, WindowControl[] controls, java.lang.String title)
           
 void SimpleStyleWindowBorder.getRequiredSize(Size size, java.lang.String title, WindowControl[] controls)
           
 void BorderDrawing.getRequiredSize(Size size, java.lang.String title, WindowControl[] controls)
           
 void SwingStyleWindowBorder.getRequiredSize(Size size, java.lang.String title, WindowControl[] controls)
           
 void LineStyleWindowBorder.getRequiredSize(Size size, java.lang.String title, WindowControl[] controls)
           
 void SimpleStyleWindowBorder.layoutControls(Size size, WindowControl[] controls)
           
 void BorderDrawing.layoutControls(Size size, WindowControl[] controls)
           
 void SwingStyleWindowBorder.layoutControls(Size size, WindowControl[] controls)
           
 void LineStyleWindowBorder.layoutControls(Size size, WindowControl[] controls)
           
protected  void AbstractWindowBorder.setControls(WindowControl[] controls)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.