|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nakedobjects.viewer.lightweight.view.EmptyBorder
Constructor Summary | |
EmptyBorder(int width)
|
|
EmptyBorder(int horizontal,
int vertical)
|
Method Summary | |
java.lang.String |
debug(View view)
Determines the mininum widths of top and bottom borders, and heights of the left and right borders. |
void |
draw(View view,
Canvas canvas)
|
void |
firstClick(View view,
Click click)
Determines if the user is invoking an action relating to this view, rather than to whatever this view represents. |
Padding |
getPadding(View view)
Determines the size of border in terms of it left and right widths, and top and bottom heights. |
void |
secondClick(View view,
Click click)
|
void |
viewMenuOptions(View view,
MenuOptionSet menuOptions)
Called when the popup menu is being populated for this view's border. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyBorder(int width)
public EmptyBorder(int horizontal, int vertical)
Method Detail |
public Padding getPadding(View view)
Border
getPadding
in interface Border
view
- the view this border is being placed aroundpublic java.lang.String debug(View view)
Border
debug
in interface Border
view
- the view this border is being placed aroundpublic void firstClick(View view, Click click)
Border
firstClick
in interface Border
public void draw(View view, Canvas canvas)
draw
in interface Border
public void secondClick(View view, Click click)
secondClick
in interface Border
public void viewMenuOptions(View view, MenuOptionSet menuOptions)
Border
menuOptions
object.
viewMenuOptions
in interface Border
menuOptions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |