org.nakedobjects.viewer.lightweight.view
Class OpenFieldBorder

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

public class OpenFieldBorder
extends SimpleBorder


Constructor Summary
OpenFieldBorder()
           
 
Method Summary
protected  Color getInBackground()
           
protected  Color getRootViewIdentified()
           
 void viewMenuOptions(View view, MenuOptionSet menuOptions)
          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

OpenFieldBorder

public OpenFieldBorder()
Method Detail

getRootViewIdentified

protected Color getRootViewIdentified()
Overrides:
getRootViewIdentified in class SimpleBorder

getInBackground

protected Color getInBackground()
Overrides:
getInBackground in class SimpleBorder

viewMenuOptions

public void viewMenuOptions(View view,
                            MenuOptionSet menuOptions)
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:
menuOptions -