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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceCreate a custom listener event. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a listener.voidvoidRemove a listener -- not used.
-
Method Details
-
addEditorEventListener
Add a listener.- Parameters:
listener- The recipient
-
removeEditorEventListener
Remove a listener -- not used.- Parameters:
listener- The recipient
-
bringToFront
void bringToFront()
-