Class FeatureShortcut
java.lang.Object
de.willuhn.jameica.gui.parts.table.FeatureShortcut
- All Implemented Interfaces:
Feature
Feature, welches Shortcuts aus dem Contextmenu ermittelt und diese auf die Tabelle anwendet.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.willuhn.jameica.gui.parts.table.Feature
Feature.Context, Feature.Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(Feature.Event e, Feature.Context ctx) Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.boolean
Liefert true, wenn das Feature auf das angegebene Event reagieren soll.
-
Constructor Details
-
FeatureShortcut
public FeatureShortcut()
-
-
Method Details
-
onEvent
Description copied from interface:Feature
Liefert true, wenn das Feature auf das angegebene Event reagieren soll. -
handleEvent
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:
-