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 voidhandleEvent(Feature.Event e, Feature.Context ctx)Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.booleanonEvent(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:FeatureLiefert true, wenn das Feature auf das angegebene Event reagieren soll.- Specified by:
onEventin 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:FeatureWird aufgerufen, wenn das angegebene Event ausgeloest wurde.- Specified by:
handleEventin 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)
-
-