Uses of Class
mslinks.extra.ConsoleData.CursorSize
-
Packages that use ConsoleData.CursorSize Package Description mslinks.extra -
-
Uses of ConsoleData.CursorSize in mslinks.extra
Fields in mslinks.extra declared as ConsoleData.CursorSize Modifier and Type Field Description private ConsoleData.CursorSizeConsoleData. cursizeMethods in mslinks.extra that return ConsoleData.CursorSize Modifier and Type Method Description ConsoleData.CursorSizeConsoleData. getCursorSize()static ConsoleData.CursorSizeConsoleData.CursorSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConsoleData.CursorSize[]ConsoleData.CursorSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mslinks.extra with parameters of type ConsoleData.CursorSize Modifier and Type Method Description ConsoleDataConsoleData. setCursorSize(ConsoleData.CursorSize cs)
-