Class FeatureSummary
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.table.FeatureSummary
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.willuhn.jameica.gui.parts.table.Feature
Feature.Context, Feature.Event
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCTX_KEY_TEXTContext-Key fuer den anzuzeigenden Summen-Text.
-
Constructor Summary
Constructors Constructor Description FeatureSummary()
-
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.
-
-
-
Field Detail
-
CTX_KEY_TEXT
public static final java.lang.String CTX_KEY_TEXT
Context-Key fuer den anzuzeigenden Summen-Text.- See Also:
- Constant Field Values
-
-
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)
-
-