Uses of Class
fr.esrf.tangoatk.widget.util.interlock.NetEditor
Packages that use NetEditor
Package
Description
Contains a set of classes to handle a network graph viewer and its editor.
-
Uses of NetEditor in fr.esrf.tangoatk.widget.util.interlock
Methods in fr.esrf.tangoatk.widget.util.interlock with parameters of type NetEditorModifier and TypeMethodDescriptionvoidNetEditorFrame.cancelCreate(NetEditor src) Clear the help label when the creation mode is abortedvoidNetEditorListener.cancelCreate(NetEditor src) Triggered when the creation mode is canceled only if the editor is editable.voidNetEditorFrame.linkClicked(NetEditor src, NetObject obj, int childIdx, MouseEvent e) voidNetEditorListener.linkClicked(NetEditor src, NetObject obj, int childIdx, MouseEvent e) Trigerred when the user click on a link if the editor is not editable.voidNetEditorFrame.objectClicked(NetEditor src, NetObject obj, MouseEvent e) voidNetEditorListener.objectClicked(NetEditor src, NetObject obj, MouseEvent e) Trigerred when the user click on an object only if the editor is not editable.voidSets the NetEditor.voidNetEditorFrame.sizeChanged(NetEditor src, Dimension d) Revalidate the inner ScrollPanevoidNetEditorListener.sizeChanged(NetEditor src, Dimension d) Trigerred when the scheme size change, after a load or a call to computePreferredSize.voidNetEditorFrame.valueChanged(NetEditor src) Update the title bar with the filename and the apptitle when the scheme change .voidNetEditorListener.valueChanged(NetEditor src) Trigerred when the scheme change, it means that when the user do something that affects the scheme currently edited, this function is called.Constructors in fr.esrf.tangoatk.widget.util.interlock with parameters of type NetEditorModifierConstructorDescriptionNetEditorDlg(JDialog parent, NetEditor iE) Construct an NetEditorDlg.NetEditorDlg(JFrame parent, NetEditor iE) Construct an NetEditorDlg.NetObjectDlg(JDialog parent, NetEditor iE) Construct an NetObject edition dialog.NetObjectDlg(JFrame parent, NetEditor iE) Construct an NetObject edition dialog. -
Uses of NetEditor in fr.esrf.tangoatk.widget.util.interlock.examples
Subclasses of NetEditor in fr.esrf.tangoatk.widget.util.interlock.examplesModifier and TypeClassDescriptionclassclassA class which override the NetEditor to build an Interlock Simulator editorclassA class which override the ItlkNetEditor to build an Interlock Simulator viewerMethods in fr.esrf.tangoatk.widget.util.interlock.examples with parameters of type NetEditorModifier and TypeMethodDescriptionvoidDjNetViewer.cancelCreate(NetEditor src) voidItlkViewer.cancelCreate(NetEditor src) voidDjNetViewer.linkClicked(NetEditor src, NetObject obj, int childIdx, MouseEvent e) voidItlkViewer.linkClicked(NetEditor src, NetObject obj, int childIdx, MouseEvent e) voidDjNetViewer.objectClicked(NetEditor src, NetObject obj, MouseEvent e) voidItlkEditor.objectClicked(NetEditor src, NetObject obj, MouseEvent e) voidItlkViewer.objectClicked(NetEditor src, NetObject obj, MouseEvent e) voidDjNetViewer.sizeChanged(NetEditor src, Dimension d) voidItlkViewer.sizeChanged(NetEditor src, Dimension d) voidDjNetViewer.valueChanged(NetEditor src) voidItlkViewer.valueChanged(NetEditor src)