Uses of Enum
de.xima.fc.gui.common.placeholder.EPlaceholderInsertHint
Packages that use EPlaceholderInsertHint
-
Uses of EPlaceholderInsertHint in de.xima.fc.gui.common.placeholder
Subclasses with type arguments of type EPlaceholderInsertHint in de.xima.fc.gui.common.placeholderModifier and TypeClassDescriptionenumA placeholder insertion hint describes the way a placeholder prefers to be inserted into input components (if it is supported by the respective input component).Methods in de.xima.fc.gui.common.placeholder that return EPlaceholderInsertHintModifier and TypeMethodDescriptionGenericTextFragment.getInsertHint()default EPlaceholderInsertHintIPlaceholder.getInsertHint()The preferred way for this text fragment to be inserted into input elements, although this might not be supported by all target components.PlaceHolder.getInsertHint()static EPlaceholderInsertHintReturns the enum constant of this type with the specified name.static EPlaceholderInsertHint[]EPlaceholderInsertHint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.common.placeholder with parameters of type EPlaceholderInsertHintModifier and TypeMethodDescriptionstatic PlaceHolderGenericTextFragment.fromTemplate(Textbaustein template, String groupName, boolean untagged, IGuiIcon icon, EPlaceholderInsertHint insertHint) Creates aPlaceHolderinstance based on the properties of atemplate.