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 ShorteningType
ShorteningType. 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 String
Shortening. 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 ShorteningType
TitleGenerator. m_Shortening
whether to shorten the file (or parent).protected ShorteningType
Undo. m_ShorteningType
where to shorten the comments.Methods in adams.gui.core that return ShorteningType Modifier and Type Method Description ShorteningType
TitleGenerator. getShortening()
Returns how the file is being shortened.ShorteningType
Undo. getShorteningType()
Returns how to shorten the comments.Methods in adams.gui.core with parameters of type ShorteningType Modifier and Type Method Description void
Undo. 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.
-