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 classAtomLabelDialogBuilderclassAtomQueryFeatureDialogBuilderclassBondQueryFeatureDialogBuilderclassGenericDrawAreaclassTextDrawingObjectDialogBuilder -
Uses of DialogEventConsumer in com.actelion.research.gui.generic
Methods in com.actelion.research.gui.generic that return DialogEventConsumer Modifier and Type Method Description DialogEventConsumerGenericComponent. getEventConsumer()Methods in com.actelion.research.gui.generic with parameters of type DialogEventConsumer Modifier and Type Method Description GenericDialogGenericDialogHelper. createDialog(java.lang.String title, DialogEventConsumer consumer)GenericPopupMenuGenericDialogHelper. createPopupMenu(DialogEventConsumer consumer)voidGenericComponent. 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 DialogEventConsumerSwingComponent. getEventConsumer()DialogEventConsumerSwingDialog. getEventConsumer()Methods in com.actelion.research.gui.swing with parameters of type DialogEventConsumer Modifier and Type Method Description GenericDialogSwingDialogHelper. createDialog(java.lang.String title, DialogEventConsumer consumer)GenericPopupMenuSwingDialogHelper. createPopupMenu(DialogEventConsumer consumer)voidSwingComponent. setEventConsumer(DialogEventConsumer consumer)voidSwingDialog. setEventConsumer(DialogEventConsumer consumer)Constructors in com.actelion.research.gui.swing with parameters of type DialogEventConsumer Constructor Description SwingPopupMenu(javax.swing.JComponent owner, DialogEventConsumer consumer)
-