org.nakedobjects.plugins.dnd.viewer.view.specification
Class ServiceBorder
java.lang.Object
org.nakedobjects.plugins.dnd.viewer.border.AbstractViewDecorator
org.nakedobjects.plugins.dnd.viewer.border.AbstractBorder
org.nakedobjects.plugins.dnd.viewer.view.specification.ServiceBorder
- All Implemented Interfaces:
- java.lang.Cloneable, View
public class ServiceBorder
- extends AbstractBorder
|
Method Summary |
protected void |
debugDetails(DebugString debug)
|
void |
draw(Canvas canvas)
Called by the frame, or the parent view, when this view must redraw itself. |
void |
entered()
Called as the mouse crosses the bounds, and ends up inside, of this view. |
void |
exited()
Called as the mouse crosses the bounds, and ends up outside, of this view. |
void |
secondClick(Click click)
Called when the user double-clicked this view. |
java.lang.String |
toString()
|
| Methods inherited from class org.nakedobjects.plugins.dnd.viewer.border.AbstractBorder |
contentArea, dragFrom, dragIn, dragOut, dragStart, drop, drop, firstClick, getBaseline, getBottom, getLeft, getPadding, getRequiredSize, getRight, getSize, getTop, identify, isOnBorder, mouseDown, mouseMoved, mouseUp, overBorder, overContent, pickupContent, pickupView, setBounds, setMaximumSize, setSize, thirdClick, viewAreaType |
| Methods inherited from class org.nakedobjects.plugins.dnd.viewer.border.AbstractViewDecorator |
addView, canChangeValue, canFocus, contains, containsFocus, contentMenuOptions, debug, debugStructure, dispose, drag, drag, dragCancel, dragTo, editComplete, focusLost, focusReceived, getAbsoluteLocation, getBounds, getContent, getFeedbackManager, getFocusManager, getId, getLocation, getMaximumSize, getParent, getSpecification, getState, getSubviews, getView, getViewAxis, getViewManager, getWorkspace, hasFocus, invalidateContent, invalidateLayout, keyPressed, keyReleased, keyTyped, layout, limitBoundsWithin, markDamaged, markDamaged, objectActionResult, print, refresh, removeView, replaceView, setFocusManager, setLocation, setParent, setView, subviewFor, update, updateView, viewMenuOptions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceBorder
public ServiceBorder(int size,
View wrappedView)
ServiceBorder
public ServiceBorder(View wrappedView)
debugDetails
protected void debugDetails(DebugString debug)
- Overrides:
debugDetails in class AbstractBorder
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 AbstractBorder
entered
public void entered()
- Description copied from interface:
View
- Called as the mouse crosses the bounds, and ends up inside, of this view. Is also called as the mouse
returns into this view from a contained view.
- Specified by:
entered in interface View- Overrides:
entered in class AbstractViewDecorator
exited
public void exited()
- Description copied from interface:
View
- Called as the mouse crosses the bounds, and ends up outside, of this view.
- Specified by:
exited in interface View- Overrides:
exited in class AbstractBorder
secondClick
public void secondClick(Click click)
- Description copied from interface:
View
- Called when the user double-clicked this view. This method will have been preceded by a call to
click.
- Specified by:
secondClick in interface View- Overrides:
secondClick in class AbstractBorder
toString
public java.lang.String toString()
- Overrides:
toString in class AbstractViewDecorator
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.