Interface GenericComponent
-
- All Known Subinterfaces:
GenericCheckBox
,GenericComboBox
,GenericDialog
,GenericLabel
,GenericPopupMenu
,GenericTextField
- All Known Implementing Classes:
SwingCheckBox
,SwingComboBox
,SwingComponent
,SwingDialog
,SwingLabel
,SwingPopupMenu
,SwingTextField
public interface GenericComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogEventConsumer
getEventConsumer()
void
setEnabled(boolean b)
void
setEventConsumer(DialogEventConsumer consumer)
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean b)
-
getEventConsumer
DialogEventConsumer getEventConsumer()
-
setEventConsumer
void setEventConsumer(DialogEventConsumer consumer)
-
-