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 GenericComponent
DialogEvent. 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 interface
GenericCheckBox
interface
GenericComboBox
interface
GenericDialog
interface
GenericLabel
interface
GenericPopupMenu
interface
GenericTextField
Methods in com.actelion.research.gui.generic with parameters of type GenericComponent Modifier and Type Method Description void
GenericDialog. add(GenericComponent c, int x, int y)
void
GenericDialog. 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 class
SwingCheckBox
class
SwingComboBox
class
SwingComponent
class
SwingDialog
class
SwingLabel
class
SwingPopupMenu
class
SwingTextField
Methods in com.actelion.research.gui.swing with parameters of type GenericComponent Modifier and Type Method Description void
SwingDialog. add(GenericComponent c, int x, int y)
void
SwingDialog. add(GenericComponent c, int x1, int y1, int x2, int y2)
-