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.CursorSize
ConsoleData. cursize
Methods in mslinks.extra that return ConsoleData.CursorSize Modifier and Type Method Description ConsoleData.CursorSize
ConsoleData. getCursorSize()
static ConsoleData.CursorSize
ConsoleData.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 ConsoleData
ConsoleData. setCursorSize(ConsoleData.CursorSize cs)
-