Uses of Class
de.espirit.firstspirit.aspects.AspectType

Packages that use AspectType
de.espirit.firstspirit.aspects   
de.espirit.firstspirit.ui.gadgets.aspects   
de.espirit.firstspirit.ui.gadgets.aspects.focus   
de.espirit.firstspirit.ui.gadgets.aspects.highlight   
de.espirit.firstspirit.ui.gadgets.aspects.transfer   
de.espirit.firstspirit.ui.gadgets.swing   
 

Uses of AspectType in de.espirit.firstspirit.aspects
 

Methods in de.espirit.firstspirit.aspects with parameters of type AspectType
<A> A
AspectMap.get(AspectType<A> type)
          Get the correctly typed aspect for a type.
<T> T
Aspectable.getAspect(AspectType<T> aspect)
          Request an aspect from the aspectable.
<A,C extends A>
void
AspectMap.put(AspectType<A> type, C aspect)
          Put an aspect for specific type.
 void AspectMap.remove(AspectType<?> type)
          Remove the aspect for the given type from this map.
 

Uses of AspectType in de.espirit.firstspirit.ui.gadgets.aspects
 

Fields in de.espirit.firstspirit.ui.gadgets.aspects declared as AspectType
static AspectType<ChangeManaging<?>> ChangeManaging.TYPE
          Aspect definition for a gadget that manages changes on its value.
static AspectType<ChangeTracking> ChangeTracking.TYPE
          Deprecated. The aspect's technical type being used to request this aspect from a Gadget.
static AspectType<DifferenceVisualizing> DifferenceVisualizing.TYPE
          Aspect type.
static AspectType<DisplaySettingsAware> DisplaySettingsAware.TYPE
          The aspect's technical type being used to request the aspect from this Gadget.
static AspectType<Editable> Editable.TYPE
          The aspect's technical to be used for requesting the aspect from an Aspectable.
static AspectType<IntegrityValidating> IntegrityValidating.TYPE
          The aspects type.
static AspectType<LabelHidable> LabelHidable.TYPE
          The aspect's technical type being used for requesting the aspect from an Aspectable.
static AspectType<Labelable> Labelable.TYPE
          The aspect's technical type for requesting the aspect from an Aspectable.
static AspectType<Resizable> Resizable.TYPE
          The aspect's technical type to be used for requesting it from an Aspectable.
static AspectType<SingleLineable> SingleLineable.TYPE
          The aspect's programmatic type being used for requesting the aspect from an Aspectable.
static AspectType<ValueHolder<?>> ValueHolder.TYPE
          The aspect's generic type to access the value holding container in an unchecked way.
static AspectType<ValueLikening<?>> ValueLikening.TYPE
          The aspect's technical type to be used for requesting it from an Aspectable.
 

Uses of AspectType in de.espirit.firstspirit.ui.gadgets.aspects.focus
 

Fields in de.espirit.firstspirit.ui.gadgets.aspects.focus declared as AspectType
static AspectType<SwingFocusable> SwingFocusable.TYPE
          The aspect's technical type being used to request the aspect from a Aspectable.
 

Uses of AspectType in de.espirit.firstspirit.ui.gadgets.aspects.highlight
 

Fields in de.espirit.firstspirit.ui.gadgets.aspects.highlight declared as AspectType
static AspectType<Highlightable> Highlightable.TYPE
          The aspect's technical type being used for requesting this aspect from an Aspectable
 

Uses of AspectType in de.espirit.firstspirit.ui.gadgets.aspects.transfer
 

Fields in de.espirit.firstspirit.ui.gadgets.aspects.transfer declared as AspectType
static AspectType<TransferHandling> TransferHandling.TYPE
          Aspect providing means to handle transfers.
static AspectType<TransferSupplying> TransferSupplying.TYPE
          The aspect's technical type being used to request the aspect from a Aspectable.
 

Uses of AspectType in de.espirit.firstspirit.ui.gadgets.swing
 

Fields in de.espirit.firstspirit.ui.gadgets.swing declared as AspectType
static AspectType<SeparateEditable> SeparateEditable.TYPE
          The aspect's technical type being used to request an aspect from an Aspectable.
static AspectType<WidthFixable> WidthFixable.TYPE
          The aspect's technical type to be used for requesting the aspect from an Aspectable.
 

Methods in de.espirit.firstspirit.ui.gadgets.swing with parameters of type AspectType
protected
<A> void
AbstractValueHoldingSwingGadget.addAspect(AspectType<A> type, A aspect)
          Add an aspect supported by this Aspectable.
<A> A
AbstractValueHoldingSwingGadget.getAspect(AspectType<A> type)
          Request an aspect from the aspectable.
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480