Package jmri.jmrit.logixng.tools.swing
Interface AbstractLogixNGEditor<E extends NamedBean>
-
- Type Parameters:
E- the type of NamedBean supported by this editor
- All Known Implementing Classes:
LogixNGEditor,ModuleEditor,TableEditor
public interface AbstractLogixNGEditor<E extends NamedBean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAbstractLogixNGEditor.EditorEventListenerCreate a custom listener event.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEditorEventListener(AbstractLogixNGEditor.EditorEventListener listener)Add a listener.voidbringToFront()voidremoveEditorEventListener(AbstractLogixNGEditor.EditorEventListener listener)Remove a listener -- not used.
-
-
-
Method Detail
-
addEditorEventListener
void addEditorEventListener(AbstractLogixNGEditor.EditorEventListener listener)
Add a listener.- Parameters:
listener- The recipient
-
removeEditorEventListener
void removeEditorEventListener(AbstractLogixNGEditor.EditorEventListener listener)
Remove a listener -- not used.- Parameters:
listener- The recipient
-
bringToFront
void bringToFront()
-
-