|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.ControlWidget
ucar.unidata.idv.control.WrapperWidget
public class WrapperWidget
Class for wrapping a set of widgets.
| Constructor Summary | |
|---|---|
WrapperWidget(DisplayControlImpl control,
Component c1)
Wrap a component with a couple of labels |
|
WrapperWidget(DisplayControlImpl control,
Component c1,
Component c2)
Wrap two components with a label |
|
WrapperWidget(DisplayControlImpl control,
Component c1,
Component c2,
Component c3)
Wrap three components. |
|
| Method Summary | |
|---|---|
void |
fillList(List l,
int columns)
Fill the list of components with this widgets components. |
| Methods inherited from class ucar.unidata.idv.control.ControlWidget |
|---|
actionPerformed, doRemove, fillList, fillList, getDisplayControl, getDisplayConventions, logException, userMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperWidget(DisplayControlImpl control,
Component c1)
control - control for widgetc1 - component to wrap
public WrapperWidget(DisplayControlImpl control,
Component c1,
Component c2)
control - control for widgetc1 - first componentc2 - second component
public WrapperWidget(DisplayControlImpl control,
Component c1,
Component c2,
Component c3)
control - control for widgetc1 - first componentc2 - second componentc3 - third component| Method Detail |
|---|
public void fillList(List l,
int columns)
fillList in class ControlWidgetl - list to fillcolumns - number of columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||