Uses of Interface
com.actelion.research.gui.generic.GenericComponent
-
Packages that use GenericComponent Package Description com.actelion.research.gui.editor com.actelion.research.gui.generic com.actelion.research.gui.swing -
-
Uses of GenericComponent in com.actelion.research.gui.editor
Methods in com.actelion.research.gui.editor that return GenericComponent Modifier and Type Method Description GenericComponentDialogEvent. getSource()Constructors in com.actelion.research.gui.editor with parameters of type GenericComponent Constructor Description DialogEvent(GenericComponent source, int what, int value)DialogEvent(GenericComponent source, int what, java.lang.String message) -
Uses of GenericComponent in com.actelion.research.gui.generic
Subinterfaces of GenericComponent in com.actelion.research.gui.generic Modifier and Type Interface Description interfaceGenericCheckBoxinterfaceGenericComboBoxinterfaceGenericDialoginterfaceGenericLabelinterfaceGenericPopupMenuinterfaceGenericTextFieldMethods in com.actelion.research.gui.generic with parameters of type GenericComponent Modifier and Type Method Description voidGenericDialog. add(GenericComponent c, int x, int y)voidGenericDialog. add(GenericComponent c, int x1, int y1, int x2, int y2) -
Uses of GenericComponent in com.actelion.research.gui.swing
Classes in com.actelion.research.gui.swing that implement GenericComponent Modifier and Type Class Description classSwingCheckBoxclassSwingComboBoxclassSwingComponentclassSwingDialogclassSwingLabelclassSwingPopupMenuclassSwingTextFieldMethods in com.actelion.research.gui.swing with parameters of type GenericComponent Modifier and Type Method Description voidSwingDialog. add(GenericComponent c, int x, int y)voidSwingDialog. add(GenericComponent c, int x1, int y1, int x2, int y2)
-