Package | Description |
---|---|
de.xima.fc.gui.bean.application | |
de.xima.fc.gui.event | |
de.xima.fc.gui.interfaces | |
de.xima.fc.gui.model | |
de.xima.fc.gui.statics |
Modifier and Type | Method and Description |
---|---|
PlaceHolder |
PlaceholderBean.getSelectedPlaceholder() |
Modifier and Type | Method and Description |
---|---|
List<PlaceHolder> |
PlaceholderBean.createPlaceholdersForCurrentContext()
All available placeholders, depending on the current context (ie. whether the user is editing a project etc.).
|
List<PlaceHolder> |
PlaceholderDataBean.getForCurrentContext()
All available placeholders, depending on the current context (ie. whether the user is editing a project etc.).
|
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderBean.setSelectedPlaceholder(PlaceHolder selectedPlaceholder) |
Modifier and Type | Method and Description |
---|---|
static PlaceholderModifyLibraryEvent |
PlaceholderUpdateLibraryEvent.replaceWith(IPlaceholderGroup group,
Set<PlaceHolder> newPlaceholders) |
Constructor and Description |
---|
PlaceholderUpdateLibraryEvent(IPlaceholderGroup group,
Set<PlaceHolder> toAdd,
Set<PlaceHolder> toRemove,
boolean clearAll) |
PlaceholderUpdateLibraryEvent(IPlaceholderGroup group,
Set<PlaceHolder> toAdd,
Set<PlaceHolder> toRemove,
boolean clearAll) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> |
IPlaceholderLibrary.getAll() |
Iterable<PlaceHolder> |
IPlaceholderLibrary.getAll(IPlaceholderGroup group) |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.add(IPlaceholderGroup group,
PlaceHolder placeholder) |
void |
IPlaceholderLibrary.remove(IPlaceholderGroup group,
PlaceHolder placeholder) |
Modifier and Type | Method and Description |
---|---|
void |
IPlaceholderLibrary.addAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
IPlaceholderLibrary.addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders) |
void |
IPlaceholderLibrary.removeAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
IPlaceholderLibrary.replaceAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
Modifier and Type | Field and Description |
---|---|
static Comparator<PlaceHolder> |
PlaceHolder.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
PlaceHolder |
PlaceHolder.PlaceHolderBuilder.build() |
static PlaceHolder |
PlaceHolder.empty(EPlaceholderType type) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.commons.lang3.tuple.Pair<IPlaceholderGroup,PlaceHolder>> |
PlaceholderLibrary.getAll() |
Iterable<PlaceHolder> |
PlaceholderLibrary.getAll(IPlaceholderGroup group) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.add(IPlaceholderGroup group,
PlaceHolder placeholder) |
void |
PlaceholderLibrary.remove(IPlaceholderGroup group,
PlaceHolder placeholder) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderLibrary.addAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
PlaceholderLibrary.addAll(Map<IPlaceholderGroup,Set<PlaceHolder>> placeholders) |
void |
PlaceholderLibrary.removeAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
void |
PlaceholderLibrary.replaceAll(IPlaceholderGroup group,
Iterable<PlaceHolder> placeholders) |
Modifier and Type | Method and Description |
---|---|
String |
IPlaceholderType.getDetailedDescription(PlaceHolder placeholder,
Locale locale) |
abstract String |
EPlaceholderType.getDetailedDescription(PlaceHolder placeholder,
Locale locale) |
String |
ContextPlaceholderType.getDetailedDescription(PlaceHolder placeholder,
Locale locale) |
IGuiIcon |
IPlaceholderType.getIcon(PlaceHolder placeholder) |
abstract IGuiIcon |
EPlaceholderType.getIcon(PlaceHolder placeholder) |
IGuiIcon |
ContextPlaceholderType.getIcon(PlaceHolder placeholder) |
String |
IPlaceholderType.getShortDescription(PlaceHolder placeholder,
Locale locale) |
abstract String |
EPlaceholderType.getShortDescription(PlaceHolder placeholder,
Locale locale) |
String |
ContextPlaceholderType.getShortDescription(PlaceHolder placeholder,
Locale locale) |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.