|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.ControlWidget
public class ControlWidget
A widget for a control.
| Constructor Summary | |
|---|---|
ControlWidget(DisplayControlImpl displayControl)
Construct a new ControlWidget |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent ae)
Public as a result of implementing ActionListener |
void |
doRemove()
Remove the reference to the displayControl |
static List |
fillList(List widgets)
Fill a list of widgets. |
void |
fillList(List l,
int columns)
Fill a list of widgets. |
static List |
fillList(List components,
List widgets)
Fill a list of widgets. |
DisplayControlImpl |
getDisplayControl()
Get the DisplayControl that this widget is associated with. |
DisplayConventions |
getDisplayConventions()
Get the display conventions from the contol |
void |
logException(String message,
Exception exc)
Utility method to log an exception. |
void |
userMessage(String message)
Utility method to notify the user with a message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlWidget(DisplayControlImpl displayControl)
displayControl - associated DisplayContol| Method Detail |
|---|
public void doRemove()
public void actionPerformed(ActionEvent ae)
actionPerformed in interface ActionListenerae - ActionEvent to act on
public void fillList(List l,
int columns)
l - list to fillcolumns - number of columns for layout
public static List fillList(List components,
List widgets)
components - componentswidgets - widgets for components
public static List fillList(List widgets)
widgets - widgets to add to
public DisplayConventions getDisplayConventions()
DisplayConventions to use.
public void logException(String message,
Exception exc)
message - The messageexc - The exceptionpublic void userMessage(String message)
message - The messagepublic DisplayControlImpl getDisplayControl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||