|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clearRootViewIdentified()
|
void |
collectionAddUpdate(NakedCollection collection,
NakedObject element)
|
void |
collectionRemoveUpdate(NakedCollection collection,
NakedObject element)
|
void |
dropView(ViewDrag drag)
|
NakedObject |
getObject()
|
ObjectViewState |
getState()
|
boolean |
isRoot()
|
java.lang.String |
objectInfo()
The information about this object to be displayed on the status bar. |
boolean |
objectLocatedAt(Location mouseLocation)
|
void |
objectMenuOptions(MenuOptionSet options)
|
void |
objectUpdate(NakedObject object)
|
DragView |
pickupObject(ObjectDrag drag)
Returns the view that logically contains this view, i.e., for the associated object. |
DragView |
pickupView(ViewDrag drag)
|
void |
removeViewsFor(NakedObject object,
java.util.Vector toRemove)
Called when this view is dropped onto the workspace. |
void |
setRootViewIdentified()
|
ObjectView |
topView()
|
void |
viewMenuOptions(MenuOptionSet options)
|
Methods inherited from interface org.nakedobjects.viewer.lightweight.View |
calculateRepaintArea, contains, debugDetails, dispose, draw, entered, enteredSubview, exited, exitedSubview, firstClick, getAbsoluteLocation, getBaseline, getBorder, getBounds, getId, getLocation, getName, getPadding, getParent, getRequiredSize, getSize, getWorkspace, identifyView, indicatesForView, invalidateLayout, isLayoutInvalid, isOpen, isReplaceable, layout, makeView, menuOptions, mouseMoved, print, redraw, secondClick, setBorder, setBounds, setLocation, setSize, thirdClick, validateLayout |
Method Detail |
public NakedObject getObject()
public boolean isRoot()
public void setRootViewIdentified()
public ObjectViewState getState()
public void clearRootViewIdentified()
public void collectionAddUpdate(NakedCollection collection, NakedObject element)
public void collectionRemoveUpdate(NakedCollection collection, NakedObject element)
public void dropView(ViewDrag drag)
public java.lang.String objectInfo()
public boolean objectLocatedAt(Location mouseLocation)
public void objectMenuOptions(MenuOptionSet options)
public void objectUpdate(NakedObject object)
public DragView pickupObject(ObjectDrag drag)
public DragView pickupView(ViewDrag drag)
public void removeViewsFor(NakedObject object, java.util.Vector toRemove)
public ObjectView topView()
public void viewMenuOptions(MenuOptionSet options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |