org.nakedobjects.viewer.lightweight.view
Class RootBorder

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.view.SimpleBorder
      extended byorg.nakedobjects.viewer.lightweight.view.RootBorder
All Implemented Interfaces:
Border

public class RootBorder
extends SimpleBorder


Constructor Summary
RootBorder()
           
 
Method Summary
protected  Color getInBackground()
           
protected  Color getRootViewIdentified()
           
 void viewMenuOptions(View view, MenuOptionSet options)
          Called when the popup menu is being populated for this view's border.
 
Methods inherited from class org.nakedobjects.viewer.lightweight.view.SimpleBorder
addControl, debug, draw, firstClick, getObjectIdentified, getPadding, getViewIdentified, secondClick, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootBorder

public RootBorder()
Method Detail

viewMenuOptions

public void viewMenuOptions(View view,
                            MenuOptionSet options)
Description copied from interface: Border
Called when the popup menu is being populated for this view's border. Any view options that need to appear on the menu should be added to the menuOptions object.

Parameters:
options -

getInBackground

protected Color getInBackground()
Overrides:
getInBackground in class SimpleBorder

getRootViewIdentified

protected Color getRootViewIdentified()
Overrides:
getRootViewIdentified in class SimpleBorder