Uses of Class
adams.core.ShorteningType
-
Packages that use ShorteningType Package Description adams.core adams.gui.core -
-
Uses of ShorteningType in adams.core
Methods in adams.core that return ShorteningType Modifier and Type Method Description static ShorteningTypeShorteningType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShorteningType[]ShorteningType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core with parameters of type ShorteningType Modifier and Type Method Description static StringShortening. shorten(String s, int max, ShorteningType type)Shortens a string if longer than the maximum. -
Uses of ShorteningType in adams.gui.core
Fields in adams.gui.core declared as ShorteningType Modifier and Type Field Description protected ShorteningTypeTitleGenerator. m_Shorteningwhether to shorten the file (or parent).protected ShorteningTypeUndo. m_ShorteningTypewhere to shorten the comments.Methods in adams.gui.core that return ShorteningType Modifier and Type Method Description ShorteningTypeTitleGenerator. getShortening()Returns how the file is being shortened.ShorteningTypeUndo. getShorteningType()Returns how to shorten the comments.Methods in adams.gui.core with parameters of type ShorteningType Modifier and Type Method Description voidUndo. setShorteningType(ShorteningType value)Sets how to shorten the comments.Constructors in adams.gui.core with parameters of type ShorteningType Constructor Description TitleGenerator(String title, boolean split, ShorteningType shortening)Initializes the generator.TitleGenerator(String title, boolean split, ShorteningType shortening, int maxChars)Initializes the generator.
-