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 DialogEventConsumergetEventConsumer()voidsetEnabled(boolean b)voidsetEventConsumer(DialogEventConsumer consumer)
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean b)
-
getEventConsumer
DialogEventConsumer getEventConsumer()
-
setEventConsumer
void setEventConsumer(DialogEventConsumer consumer)
-
-