Module io.annot8.components.items
Class ItemPropertyAsBoolean
- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<ItemPropertyAsBoolean.Processor,ItemPropertyAsBoolean.Settings>
-
- io.annot8.components.items.processors.ItemPropertyAsBoolean
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<ItemPropertyAsBoolean.Processor,ItemPropertyAsBoolean.Settings>,io.annot8.api.components.ProcessorDescriptor<ItemPropertyAsBoolean.Processor,ItemPropertyAsBoolean.Settings>
@ComponentName("Item Property as Boolean") @ComponentDescription("Converts an existing Item Property into a Boolean") @SettingsClass(Settings.class) @ComponentTags({"item","properties","boolean"}) public class ItemPropertyAsBoolean extends io.annot8.common.components.AbstractProcessorDescriptor<ItemPropertyAsBoolean.Processor,ItemPropertyAsBoolean.Settings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemPropertyAsBoolean.Processorstatic classItemPropertyAsBoolean.Settings
-
Constructor Summary
Constructors Constructor Description ItemPropertyAsBoolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()protected ItemPropertyAsBoolean.ProcessorcreateComponent(io.annot8.api.context.Context context, ItemPropertyAsBoolean.Settings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
createComponent
protected ItemPropertyAsBoolean.Processor createComponent(io.annot8.api.context.Context context, ItemPropertyAsBoolean.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<ItemPropertyAsBoolean.Processor,ItemPropertyAsBoolean.Settings>
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
-