Uses of Class
de.xima.fc.gui.common.placeholder.PlaceHolder
-
-
Uses of PlaceHolder in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return types with arguments of type PlaceHolder Modifier and Type Method Description Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>>FetchDesignerPlaceholdersResponse. getPlaceholders()Constructor parameters in de.xima.fc.gui.bean.designer.request with type arguments of type PlaceHolder Constructor Description FetchDesignerPlaceholdersResponse(Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>> placeholders)Creates a new POJO response with the given data. -
Uses of PlaceHolder in de.xima.fc.gui.common.bean.placeholder
Methods in de.xima.fc.gui.common.bean.placeholder that return types with arguments of type PlaceHolder Modifier and Type Method Description List<PlaceHolder>PlaceholderBean. getPlaceholders()All available placeholders, depending on the current context (i.e. -
Uses of PlaceHolder in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder that return PlaceHolder Modifier and Type Method Description PlaceHolderPlaceHolder.PlaceHolderBuilder. build()static PlaceHolderPlaceHolder. empty(EPlaceholderType type)static PlaceHolderPlaceHolder. formLang()static PlaceHolderPlaceHolder. formXfAction()static PlaceHolderPlaceHolder. formXfQualifier()PlaceHolderPlaceholderContextModel. getSelectedPlaceholder()Methods in de.xima.fc.gui.common.placeholder that return types with arguments of type PlaceHolder Modifier and Type Method Description Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>>IPlaceholderLibrary. getAll()Iterable<PlaceHolder>IPlaceholderLibrary. getAll(IPlaceholderGroup group)Methods in de.xima.fc.gui.common.placeholder with parameters of type PlaceHolder Modifier and Type Method Description StringContextPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)abstract StringEPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)StringIPlaceholderType. getDetailedDescription(PlaceHolder placeholder, Locale locale)IGuiIconContextPlaceholderType. getIcon(PlaceHolder placeholder)abstract IGuiIconEPlaceholderType. getIcon(PlaceHolder placeholder)IGuiIconIPlaceholderType. getIcon(PlaceHolder placeholder)StringContextPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)abstract StringEPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)StringIPlaceholderType. getShortDescription(PlaceHolder placeholder, Locale locale)voidIPlaceholderLibrary. remove(IPlaceholderGroup group, PlaceHolder placeholder)voidPlaceholderContextModel. setSelectedPlaceholder(PlaceHolder selectedPlaceholder)Method parameters in de.xima.fc.gui.common.placeholder with type arguments of type PlaceHolder Modifier and Type Method Description voidIPlaceholderLibrary. addAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders)voidIPlaceholderLibrary. removeAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders)voidIPlaceholderLibrary. replaceAll(IPlaceholderGroup group, Iterable<PlaceHolder> placeholders) -
Uses of PlaceHolder in de.xima.fc.gui.common.placeholder.event
Method parameters in de.xima.fc.gui.common.placeholder.event with type arguments of type PlaceHolder Modifier and Type Method Description static PlaceholderModifyLibraryEventPlaceholderUpdateLibraryEvent. replaceWith(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders)Constructor parameters in de.xima.fc.gui.common.placeholder.event with type arguments of type PlaceHolder Constructor Description PlaceholderUpdateLibraryEvent(IPlaceholderGroup group, Set<PlaceHolder> toAdd, Set<PlaceHolder> toRemove, boolean clearAll) -
Uses of PlaceHolder in de.xima.fc.gui.common.placeholder.provider
-