public class WrapperWidget extends ControlWidget
| Constructor and Description |
|---|
WrapperWidget(DisplayControlImpl control,
java.awt.Component c1)
Wrap a component with a couple of labels
|
WrapperWidget(DisplayControlImpl control,
java.awt.Component c1,
java.awt.Component c2)
Wrap two components with a label
|
WrapperWidget(DisplayControlImpl control,
java.awt.Component c1,
java.awt.Component c2,
java.awt.Component c3)
Wrap three components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillList(java.util.List l,
int columns)
Fill the list of components with this widgets components.
|
actionPerformed, doRemove, fillList, fillList, getDisplayControl, getDisplayConventions, logException, userMessagepublic WrapperWidget(DisplayControlImpl control, java.awt.Component c1)
control - control for widgetc1 - component to wrappublic WrapperWidget(DisplayControlImpl control, java.awt.Component c1, java.awt.Component c2)
control - control for widgetc1 - first componentc2 - second componentpublic WrapperWidget(DisplayControlImpl control, java.awt.Component c1, java.awt.Component c2, java.awt.Component c3)
control - control for widgetc1 - first componentc2 - second componentc3 - third componentpublic void fillList(java.util.List l,
int columns)
fillList in class ControlWidgetl - list to fillcolumns - number of columns