|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AspectType in de.espirit.firstspirit.aspects |
---|
Methods in de.espirit.firstspirit.aspects with parameters of type AspectType | ||
---|---|---|
|
AspectMap.get(AspectType<A> type)
Get the correctly typed aspect for a type. |
|
|
Aspectable.getAspect(AspectType<T> aspect)
Request an aspect from the aspectable. |
|
|
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
|
AbstractValueHoldingSwingGadget.addAspect(AspectType<A> type,
A aspect)
Add an aspect supported by this Aspectable . |
|
|
AbstractValueHoldingSwingGadget.getAspect(AspectType<A> type)
Request an aspect from the aspectable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |