Feature.Context, Feature.Event| Constructor | Description |
|---|---|
FeatureClipboard() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
applyShortcut(Feature.Context ctx) |
Wendet den Shortcut an.
|
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.
|
public boolean onEvent(Feature.Event e)
FeatureonEvent in interface Featuree - das Event.Feature.onEvent(de.willuhn.jameica.gui.parts.table.Feature.Event)public void handleEvent(Feature.Event e, Feature.Context ctx)
FeaturehandleEvent in interface Featuree - das Event.ctx - Context-Infos.Feature.handleEvent(de.willuhn.jameica.gui.parts.table.Feature.Event, de.willuhn.jameica.gui.parts.table.Feature.Context)protected void applyShortcut(Feature.Context ctx)
ctx - der Context.