org.nakedobjects.plugins.dnd.viewer.action
Class IconizeWindowControl

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.action.AbstractControlView
      extended by org.nakedobjects.plugins.dnd.viewer.action.WindowControl
          extended by org.nakedobjects.plugins.dnd.viewer.action.IconizeWindowControl
All Implemented Interfaces:
java.lang.Cloneable, View

public class IconizeWindowControl
extends WindowControl


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.dnd.viewer.action.WindowControl
HEIGHT, WIDTH
 
Fields inherited from class org.nakedobjects.plugins.dnd.viewer.action.AbstractControlView
action
 
Fields inherited from interface org.nakedobjects.plugins.dnd.View
HPADDING, VPADDING
 
Constructor Summary
IconizeWindowControl(View target)
           
 
Method Summary
 void draw(Canvas canvas)
          Called by the frame, or the parent view, when this view must redraw itself.
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.action.WindowControl
getMaximumSize
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.action.AbstractControlView
addView, canChangeValue, canFocus, contains, containsFocus, contentMenuOptions, debug, debugStructure, dispose, drag, drag, dragCancel, dragFrom, dragIn, dragOut, dragStart, dragTo, drop, drop, editComplete, entered, enteredSubview, exited, exitedSubview, firstClick, focusLost, focusReceived, getAbsoluteLocation, getBaseline, getBounds, getContent, getFeedbackManager, getFocusManager, getId, getLocation, getPadding, getParent, getRequiredSize, getSize, getSpecification, getState, getSubviews, getView, getViewAxis, getViewManager, getWorkspace, hasFocus, identify, invalidateContent, invalidateLayout, isOver, isPressed, keyPressed, keyReleased, keyTyped, layout, limitBoundsWithin, limitBoundsWithin, markDamaged, markDamaged, mouseDown, mouseMoved, mouseUp, objectActionResult, pickupContent, pickupView, print, refresh, removeView, replaceView, secondClick, setBounds, setFocusManager, setLocation, setMaximumSize, setParent, setSize, setView, subviewFor, thirdClick, update, updateView, viewAreaType, viewMenuOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconizeWindowControl

public IconizeWindowControl(View target)
Method Detail

draw

public void draw(Canvas canvas)
Description copied from interface: View
Called by the frame, or the parent view, when this view must redraw itself.

Specified by:
draw in interface View
Overrides:
draw in class AbstractControlView


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