Uses of Interface
com.actelion.research.gui.editor.DialogEventConsumer
-
Packages that use DialogEventConsumer Package Description com.actelion.research.gui.editor com.actelion.research.gui.generic com.actelion.research.gui.swing -
-
Uses of DialogEventConsumer in com.actelion.research.gui.editor
Classes in com.actelion.research.gui.editor that implement DialogEventConsumer Modifier and Type Class Description class
AtomLabelDialogBuilder
class
AtomQueryFeatureDialogBuilder
class
BondQueryFeatureDialogBuilder
class
GenericDrawArea
class
TextDrawingObjectDialogBuilder
-
Uses of DialogEventConsumer in com.actelion.research.gui.generic
Methods in com.actelion.research.gui.generic that return DialogEventConsumer Modifier and Type Method Description DialogEventConsumer
GenericComponent. getEventConsumer()
Methods in com.actelion.research.gui.generic with parameters of type DialogEventConsumer Modifier and Type Method Description GenericDialog
GenericDialogHelper. createDialog(java.lang.String title, DialogEventConsumer consumer)
GenericPopupMenu
GenericDialogHelper. createPopupMenu(DialogEventConsumer consumer)
void
GenericComponent. setEventConsumer(DialogEventConsumer consumer)
-
Uses of DialogEventConsumer in com.actelion.research.gui.swing
Methods in com.actelion.research.gui.swing that return DialogEventConsumer Modifier and Type Method Description DialogEventConsumer
SwingComponent. getEventConsumer()
DialogEventConsumer
SwingDialog. getEventConsumer()
Methods in com.actelion.research.gui.swing with parameters of type DialogEventConsumer Modifier and Type Method Description GenericDialog
SwingDialogHelper. createDialog(java.lang.String title, DialogEventConsumer consumer)
GenericPopupMenu
SwingDialogHelper. createPopupMenu(DialogEventConsumer consumer)
void
SwingComponent. setEventConsumer(DialogEventConsumer consumer)
void
SwingDialog. setEventConsumer(DialogEventConsumer consumer)
Constructors in com.actelion.research.gui.swing with parameters of type DialogEventConsumer Constructor Description SwingPopupMenu(javax.swing.JComponent owner, DialogEventConsumer consumer)
-