org.nakedobjects.viewer.lightweight.view
Class IconBorder

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

public class IconBorder
extends SimpleBorder


Constructor Summary
IconBorder()
           
 
Method Summary
 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, getInBackground, getObjectIdentified, getPadding, getRootViewIdentified, getViewIdentified, secondClick, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IconBorder

public IconBorder()
Method Detail

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 -