Class FeatureShortcut
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.table.FeatureShortcut
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.willuhn.jameica.gui.parts.table.Feature
Feature.Context, Feature.Event
-
-
Constructor Summary
Constructors Constructor Description FeatureShortcut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(Feature.Event e, Feature.Context ctx)
Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.boolean
onEvent(Feature.Event e)
Liefert true, wenn das Feature auf das angegebene Event reagieren soll.
-
-
-
Method Detail
-
onEvent
public boolean onEvent(Feature.Event e)
Description copied from interface:Feature
Liefert true, wenn das Feature auf das angegebene Event reagieren soll.- Specified by:
onEvent
in interfaceFeature
- Parameters:
e
- das Event.- Returns:
- true, wenn es auf das angegebene Event reagieren soll.
- See Also:
Feature.onEvent(de.willuhn.jameica.gui.parts.table.Feature.Event)
-
handleEvent
public void handleEvent(Feature.Event e, Feature.Context ctx)
Description copied from interface:Feature
Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.- Specified by:
handleEvent
in interfaceFeature
- Parameters:
e
- das Event.ctx
- Context-Infos.- See Also:
Feature.handleEvent(de.willuhn.jameica.gui.parts.table.Feature.Event, de.willuhn.jameica.gui.parts.table.Feature.Context)
-
-