uic.widgets
Interface GroupBox.PreviewHeader

Enclosing class:
GroupBox

public static interface GroupBox.PreviewHeader

This interface is needed to be implemented on borders and headers for collapsable GroupBoxes.

See Also:
GroupBox.setCollapsedHeader(uic.widgets.GroupBox.PreviewHeader), GroupBox.setContentBorder(uic.widgets.GroupBox.AbstractCollapsableBorder)

Method Summary
 void setTitle(String text)
          set the title of the box.
 void setValue(String text)
          set the value as a string of all stuff in the groupbox.
 

Method Detail

setTitle

void setTitle(String text)
set the title of the box.


setValue

void setValue(String text)
set the value as a string of all stuff in the groupbox.



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence