org.nakedobjects.viewer.classic.view
Class NormalIconContent

java.lang.Object
  extended byorg.nakedobjects.viewer.classic.view.ViewContent
      extended byorg.nakedobjects.viewer.classic.view.NormalIconContent

public class NormalIconContent
extends ViewContent


Constructor Summary
NormalIconContent()
           
NormalIconContent(TextStyle style)
           
NormalIconContent(TextStyle style, boolean labelContextually)
           
 
Method Summary
 java.awt.Dimension getMinimumSize(NakedObject object)
          returns the size the component needs to be so that the Display can draw itself properly
 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
 
Methods inherited from class org.nakedobjects.viewer.classic.view.ViewContent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NormalIconContent

public NormalIconContent()

NormalIconContent

public NormalIconContent(TextStyle style)

NormalIconContent

public NormalIconContent(TextStyle style,
                         boolean labelContextually)
Method Detail

getMinimumSize

public java.awt.Dimension getMinimumSize(NakedObject object)
Description copied from class: ViewContent
returns the size the component needs to be so that the Display can draw itself properly

Specified by:
getMinimumSize in class ViewContent

paint

public void paint(java.awt.Graphics g,
                  java.awt.Rectangle within,
                  ObjectViewer forViewer)
Description copied from class: ViewContent
this method is called by the component to do the drawing on it

Specified by:
paint in class ViewContent