Package org.a11y.brlapi
Class GlobalParameter
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.ParameterComponent
-
- org.a11y.brlapi.Parameter
-
- org.a11y.brlapi.GlobalParameter
-
- Direct Known Subclasses:
AudibleAlertsParameter
,BoundCommandKeycodesParameter
,ClipboardContentParameter
,CommandKeycodeNameParameter
,CommandKeycodeSummaryParameter
,ComputerBrailleCellSizeParameter
,ComputerBrailleRowCellsParameter
,ComputerBrailleRowsMaskParameter
,ComputerBrailleTableParameter
,CursorBlinkPercentageParameter
,CursorBlinkPeriodParameter
,CursorDotsParameter
,DefinedDriverKeycodesParameter
,DeviceCellSizeParameter
,DeviceIdentifierParameter
,DeviceModelParameter
,DeviceOnlineParameter
,DeviceSpeedParameter
,DisplaySizeParameter
,DriverCodeParameter
,DriverKeycodeNameParameter
,DriverKeycodeSummaryParameter
,DriverNameParameter
,DriverVersionParameter
,LiteraryBrailleParameter
,LiteraryBrailleTableParameter
,MessageLocaleParameter
,ServerVersionParameter
,SkipIdenticalLinesParameter
public abstract class GlobalParameter extends Parameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.a11y.brlapi.Parameter
Parameter.BooleanSettable, Parameter.ByteSettable, Parameter.IntSettable, Parameter.LongSettable, Parameter.Settable, Parameter.ShortSettable, Parameter.StringSettable, Parameter.WatcherHandle
-
-
Field Summary
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GlobalParameter(ConnectionBase connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isGlobal()
-
Methods inherited from class org.a11y.brlapi.Parameter
get, get, getLabel, getName, getParameter, getParseDescription, getValue, getValue, isHidable, isSettable, set, setValue, setValue, toString, toString, watch, watch
-
Methods inherited from class org.a11y.brlapi.ParameterComponent
asBitMask, asBoolean, asBooleanArray, asByte, asByteArray, asDisplaySize, asDots, asDots, asInt, asIntArray, asLong, asLongArray, asRowCells, asShort, asShortArray, asString, toString
-
Methods inherited from class org.a11y.brlapi.Component
printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-
-
-
Constructor Detail
-
GlobalParameter
protected GlobalParameter(ConnectionBase connection)
-
-