Uses of Class
de.xima.fc.gui.common.placeholder.EPlaceholderInsertHint
-
Packages that use EPlaceholderInsertHint Package Description de.xima.fc.gui.common.placeholder -
-
Uses of EPlaceholderInsertHint in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder that return EPlaceholderInsertHint Modifier and Type Method Description EPlaceholderInsertHintGenericTextFragment. 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.EPlaceholderInsertHintPlaceHolder. getInsertHint()static EPlaceholderInsertHintEPlaceholderInsertHint. valueOf(String name)Returns 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 EPlaceholderInsertHint Modifier and Type Method Description static PlaceHolderGenericTextFragment. fromTemplate(Textbaustein template, String groupName, boolean untagged, IGuiIcon icon, EPlaceholderInsertHint insertHint)Creates aPlaceHolderinstance based on the properties of atemplate.
-