Uses of Interface
fr.esrf.tangoatk.widget.util.jdraw.JDrawEditorListener
Packages that use JDrawEditorListener
Package
Description
Contains a set of classes to handle a vector drawing viewer and its editor.
-
Uses of JDrawEditorListener in fr.esrf.tangoatk.widget.util.jdraw
Classes in fr.esrf.tangoatk.widget.util.jdraw that implement JDrawEditorListenerModifier and TypeClassDescriptionclassDisplays a JDraw file in a library view (only selection and clipboard operations allowed).classMain JDrawEditor frame, can be extended to produce customized editor.classA class to display the editor as a NetBeans pluginMethods in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDrawEditorListenerModifier and TypeMethodDescriptionvoidJDClipboard.addChangeListener(JDrawEditorListener l) voidJDrawEditor.addEditorListener(JDrawEditorListener l) Add an JDrawEditor listener.voidJDrawEditor.removeEditorListener(JDrawEditorListener l) Remove an JDrawEditor listener.