|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.view.simple.AbstractView
org.nakedobjects.plugins.dnd.viewer.basic.MinimizedView
public class MinimizedView
| Field Summary |
|---|
| Fields inherited from interface org.nakedobjects.plugins.dnd.View |
|---|
HPADDING, VPADDING |
| Constructor Summary | |
|---|---|
MinimizedView(View viewToMinimize)
|
|
| Method Summary | |
|---|---|
void |
debug(DebugString debug)
Returns debug details about this view. |
void |
dispose()
Called when a view is no longer needed and its resources can be disposed of. |
void |
dragIn(ContentDrag drag)
Called as the content being dragged is dragged into this view. |
void |
dragOut(ContentDrag drag)
Called as the content being dragged is dragged out of this view. |
Drag |
dragStart(DragStart drag)
|
void |
draw(Canvas canvas)
Called by the frame, or the parent view, when this view must redraw itself. |
void |
drop(ContentDrag drag)
Called as another view's contents (the source) is dropped on this view's contents (the target). |
void |
firstClick(Click click)
Called when the user clicks the mouse buttone within this view. |
Size |
getMaximumSize()
|
Padding |
getPadding()
|
View |
identify(Location location)
|
void |
layout(Size maximumSize)
|
void |
removeView(View view)
Removes the specifed view from the subviews contained by this view. |
void |
secondClick(Click click)
Called when the user double-clicked this view. |
ViewAreaType |
viewAreaType(Location location)
Determines if the user is invoking an action relating to this view, rather than to whatever this view represents. |
void |
viewMenuOptions(UserActionSet options)
Called when the popup menu is being populated for this view. |
| Methods inherited from class org.nakedobjects.plugins.dnd.viewer.view.simple.AbstractView |
|---|
addView, assignId, canChangeValue, canFocus, contains, containsFocus, contentMenuOptions, debugStructure, drag, drag, dragCancel, dragFrom, dragTo, drop, editComplete, entered, exited, focusLost, focusReceived, getAbsoluteLocation, getBaseline, getBounds, getContent, getFeedbackManager, getFocusManager, getId, getLocation, getParent, getRequiredSize, getSize, getSpecification, getState, getSubviews, getView, getViewAxis, getViewManager, getWorkspace, hasFocus, invalidateContent, invalidateLayout, keyPressed, keyReleased, keyTyped, limitBoundsWithin, limitBoundsWithin, markDamaged, markDamaged, mouseDown, mouseMoved, mouseUp, objectActionResult, pickupContent, pickupView, print, refresh, replaceOptions, replaceView, setBounds, setContent, setFocusManager, setLocation, setMaximumSize, setParent, setSize, setSpecification, setView, setViewAxis, subviewFor, thirdClick, toString, update, updateView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinimizedView(View viewToMinimize)
| Method Detail |
|---|
public void debug(DebugString debug)
AbstractView
debug in interface Viewdebug in class AbstractViewpublic void dispose()
View
dispose in interface Viewdispose in class AbstractViewView.removeView(View)public Drag dragStart(DragStart drag)
dragStart in interface ViewdragStart in class AbstractViewpublic void draw(Canvas canvas)
View
draw in interface Viewdraw in class AbstractViewpublic Size getMaximumSize()
getMaximumSize in interface ViewgetMaximumSize in class AbstractViewpublic Padding getPadding()
getPadding in interface ViewgetPadding in class AbstractViewpublic void layout(Size maximumSize)
layout in interface Viewlayout in class AbstractViewpublic void removeView(View view)
View
removeView in interface ViewremoveView in class AbstractViewpublic void secondClick(Click click)
Viewclick.
secondClick in interface ViewsecondClick in class AbstractViewpublic ViewAreaType viewAreaType(Location location)
View
viewAreaType in interface ViewviewAreaType in class AbstractViewpublic void viewMenuOptions(UserActionSet options)
ViewmenuOptions object.
viewMenuOptions in interface ViewviewMenuOptions in class AbstractViewpublic void firstClick(Click click)
View
firstClick in interface ViewfirstClick in class AbstractViewclick - the location within the current view where the mouse click took placepublic void dragIn(ContentDrag drag)
View
dragIn in interface ViewdragIn in class AbstractViewpublic void dragOut(ContentDrag drag)
View
dragOut in interface ViewdragOut in class AbstractViewpublic View identify(Location location)
identify in interface Viewidentify in class AbstractViewpublic void drop(ContentDrag drag)
View
drop in interface Viewdrop in class AbstractView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||