|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nakedobjects.viewer.classic.view.ViewBorder
The Display does the drawing for a Display.
Constructor Summary | |
ViewBorder()
|
Method Summary | |
abstract java.awt.Insets |
getBorderInsets(ObjectViewer viewer)
return insets that determine where any contained components will be placed |
java.awt.Dimension |
getMinimumSize(ObjectViewer viewer)
returns the size the component needs to be so that the Display can draw itself properly |
abstract void |
paint(java.awt.Graphics g,
java.awt.Rectangle within,
ObjectViewer forViewer)
this method is called by the component to do the drawing on it |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ViewBorder()
Method Detail |
public abstract java.awt.Insets getBorderInsets(ObjectViewer viewer)
public java.awt.Dimension getMinimumSize(ObjectViewer viewer)
public abstract void paint(java.awt.Graphics g, java.awt.Rectangle within, ObjectViewer forViewer)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |