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

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

public abstract class WindowControl
extends AbstractControlView


Field Summary
static int HEIGHT
           
static int 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
protected WindowControl(UserAction action, View target)
           
 
Method Summary
 Size 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, draw, 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
 

Field Detail

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values

WIDTH

public static final int WIDTH
See Also:
Constant Field Values
Constructor Detail

WindowControl

protected WindowControl(UserAction action,
                        View target)
Method Detail

getMaximumSize

public Size getMaximumSize()


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