Uses of Interface
de.xima.fc.beans.interfaces.IGuiIcon
-
Packages that use IGuiIcon Package Description de.xima.fc.bl.fdv.processing de.xima.fc.gui.bean.workflow de.xima.fc.gui.common.interfaces de.xima.fc.gui.common.model de.xima.fc.gui.common.statics de.xima.fc.gui.model de.xima.fc.gui.model.designer de.xima.fc.gui.statics de.xima.fc.interfaces.processing de.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.mixin de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.ui Interfaces für Anzeigeelementede.xima.fc.workflow de.xima.fc.workflow.designer.iface de.xima.fc.workflow.designer.mixin de.xima.fc.workflow.designer.model de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.enums de.xima.fc.workflow.mixin de.xima.fc.workflow.taglib.model -
-
Uses of IGuiIcon in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return IGuiIcon Modifier and Type Method Description IGuiIcon
AVerarbeitung. getGuiIcon()
IGuiIcon
ProcessingWrapper. getGuiIcon()
-
Uses of IGuiIcon in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IGuiIcon Modifier and Type Method Description IGuiIcon
ProcessingBean.IActionSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean.PluginSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean.ProcessingSelectItem. getGuiIcon()
IGuiIcon
ProcessingBean. getIcon(Aktion action)
Deprecated.IGuiIcon
ProcessingBean. getProcessingIcon(String processingKey)
Deprecated. -
Uses of IGuiIcon in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces that return IGuiIcon Modifier and Type Method Description IGuiIcon
IMenuEntryModel. getIcon()
-
Uses of IGuiIcon in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return IGuiIcon Modifier and Type Method Description IGuiIcon
MenuEntryModel. getIcon()
Methods in de.xima.fc.gui.common.model with parameters of type IGuiIcon Modifier and Type Method Description void
MenuEntryModel. setIcon(IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics that return IGuiIcon Modifier and Type Method Description IGuiIcon
EContentView. getIcon()
-
Uses of IGuiIcon in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return IGuiIcon Modifier and Type Method Description IGuiIcon
PlaceHolder. getIcon()
Methods in de.xima.fc.gui.model with parameters of type IGuiIcon Modifier and Type Method Description static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowActionResult(String actionName, IGuiIcon icon, String property, String kind)
static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowNode(String nodeName, IGuiIcon icon, String property, String description)
static PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. forWorkflowTrigger(IGuiIcon icon, String property, String description)
PlaceHolder.PlaceHolderBuilder
PlaceHolder.PlaceHolderBuilder. icon(IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return IGuiIcon Modifier and Type Method Description IGuiIcon
TabError. getIcon()
IGuiIcon
TabModel. getIcon()
Constructors in de.xima.fc.gui.model.designer with parameters of type IGuiIcon Constructor Description IFrame(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String url, boolean disabled, boolean closable)
New POJO with the given data.Include(String id, String label, String parentId, String parentLabel, String title, IGuiIcon icon, String includePath, boolean disabled, boolean closable)
New POJO with the given data.TabError(String errorMessage, Throwable exception, IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return IGuiIcon Modifier and Type Method Description IGuiIcon
ContextPlaceholderType. getIcon(PlaceHolder placeholder)
abstract IGuiIcon
EPlaceholderType. getIcon(PlaceHolder placeholder)
IGuiIcon
IPlaceholderType. getIcon(PlaceHolder placeholder)
Constructors in de.xima.fc.gui.statics with parameters of type IGuiIcon Constructor Description ContextPlaceholderType(String displayName, String detailedDescription, IGuiIcon defaultIcon)
-
Uses of IGuiIcon in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IGuiIcon Modifier and Type Method Description IGuiIcon
IProcessing. getGuiIcon()
-
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IGuiIcon Modifier and Type Method Description IGuiIcon
IElementPrototypeDescriptor. getIcon()
-
Uses of IGuiIcon in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IGuiIcon Modifier and Type Method Description default IGuiIcon
IElementCategory. getIcon()
(Optional) If this method returns null, a default icon will be used.IGuiIcon
ISingleElementPrototype. getPrototypeIcon(IGetElementPrototypesParams params)
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IGuiIcon Modifier and Type Method Description TData
ISingleElementPrototype. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
-
Uses of IGuiIcon in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return IGuiIcon Modifier and Type Method Description IGuiIcon
EWorkflowNodeType. getDefaultIcon()
IGuiIcon
EWorkflowTriggerType. getDefaultIcon()
IGuiIcon
EWorkflowStateType. getIcon()
-
Uses of IGuiIcon in de.xima.fc.mdl.ui
Classes in de.xima.fc.mdl.ui that implement IGuiIcon Modifier and Type Class Description class
GuiIcon
Default implementation ofIGuiIcon
for common icon libraries.Fields in de.xima.fc.mdl.ui declared as IGuiIcon Modifier and Type Field Description static IGuiIcon
GuiIcon. EMPTY
Methods in de.xima.fc.mdl.ui that return IGuiIcon Modifier and Type Method Description static IGuiIcon
GuiIcon. valueOf(String id)
-
Uses of IGuiIcon in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return IGuiIcon Modifier and Type Method Description IGuiIcon
ElementPrototypeDescriptor. getIcon()
Constructors in de.xima.fc.workflow with parameters of type IGuiIcon Constructor Description ElementPrototypeDescriptor(TPayload payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)
Creates a new POJO with the given data.NodePrototypeDescriptor(INodePrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)
Creates a new POJO with the given data.TriggerPrototypeDescriptor(ITriggerPrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)
Creates a new POJO with the given data. -
Uses of IGuiIcon in de.xima.fc.workflow.designer.iface
Methods in de.xima.fc.workflow.designer.iface that return IGuiIcon Modifier and Type Method Description IGuiIcon
IGuiCategory. getIcon()
-
Uses of IGuiIcon in de.xima.fc.workflow.designer.mixin
Methods in de.xima.fc.workflow.designer.mixin that return IGuiIcon Modifier and Type Method Description default IGuiIcon
ISingleBuiltinNodePrototype. getPrototypeIcon(IGetElementPrototypesParams params)
default IGuiIcon
ISingleBuiltinTriggerPrototype. getPrototypeIcon(IGetElementPrototypesParams params)
-
Uses of IGuiIcon in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IGuiIcon Modifier and Type Method Description IGuiIcon
AWorkflowElementCategory. getIcon()
Constructors in de.xima.fc.workflow.designer.model with parameters of type IGuiIcon Constructor Description AWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)
Creates a new element category with the given data.MainWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)
SubWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)
-
Uses of IGuiIcon in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type IGuiIcon Modifier and Type Method Description FcCounterProps
FcCounterHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
FcDoiInitProps
FcDoiInitHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
FcEmailProps
FcEmailHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
FcExperimentProps
FcExperimentHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
FcMultipleConditionProps
FcMultipleConditionHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
-
Uses of IGuiIcon in de.xima.fc.workflow.enums
Methods in de.xima.fc.workflow.enums that return IGuiIcon Modifier and Type Method Description IGuiIcon
EWorkflowElementCategory. getIcon()
-
Uses of IGuiIcon in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IGuiIcon Modifier and Type Method Description default IGuiIcon
IPluginActionNodeHandler. getPrototypeIcon(IGetElementPrototypesParams params)
This default implementation returns an icon resembling a jigsaw puzzle piece, which is the default icon for an action plugin.default IGuiIcon
IPluginTriggerHandler. getPrototypeIcon(IGetElementPrototypesParams params)
This default implementation returns an icon resembling a jigsaw puzzle piece, which is the default icon for an trigger plugin.Methods in de.xima.fc.workflow.mixin with parameters of type IGuiIcon Modifier and Type Method Description default TData
ISingleBaseActionNodePrototype. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
This default implementation returns a new instance of theTData
properties model, prefilled with the label and icon (BaseActionProps.getName()
andBaseActionProps.getIcon()
).default TData
ISingleBaseTriggerPrototype. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
This default implementation returns a new instance of theTData
properties model, pre-filled with the label and icon (BaseActionProps.getName()
andBaseActionProps.getIcon()
). -
Uses of IGuiIcon in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement IGuiIcon Modifier and Type Class Description class
ClientIconWrapper
Wraps aClientIcon
and treats it as aIGuiIcon
.Methods in de.xima.fc.workflow.taglib.model with parameters of type IGuiIcon Modifier and Type Method Description static ClientIcon
ClientIcon. of(IGuiIcon icon)
-