Class SkipIdenticalLinesParameter
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ParameterComponent
org.a11y.brlapi.Parameter
org.a11y.brlapi.GlobalParameter
org.a11y.brlapi.parameters.SkipIdenticalLinesParameter
- All Implemented Interfaces:
Parameter.BooleanSettable, Parameter.Settable
public class SkipIdenticalLinesParameter
extends GlobalParameter
implements Parameter.BooleanSettable
-
Nested Class Summary
Nested classes/interfaces inherited from class Parameter
Parameter.BooleanSettable, Parameter.ByteSettable, Parameter.IntSettable, Parameter.LongSettable, Parameter.Settable, Parameter.ShortSettable, Parameter.StringSettable, Parameter.WatcherHandle -
Field Summary
Fields inherited from class ParameterComponent
DEFAULT_SUBPARAMFields inherited from class Component
BYTE_MASK, UNICODE_BRAILLE_ROW -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GlobalParameter
isGlobalMethods inherited from class Parameter
get, getLabel, getName, getParseDescription, getValue, getValue, hasSubparam, isHidable, isSettable, set, set, setValue, toString, toString, watch, watchMethods inherited from class ParameterComponent
asBitMask, asBoolean, asBooleanArray, asByte, asByteArray, asDisplaySize, asDots, asDots, asInt, asIntArray, asLong, asLongArray, asRowCells, asShort, asShortArray, asString, toStringMethods inherited from class Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Constructor Details
-
SkipIdenticalLinesParameter
-
-
Method Details
-
getParameter
public final int getParameter()- Specified by:
getParameterin classParameter
-
get
-
set
public final void set(long subparam, boolean yes) - Specified by:
setin interfaceParameter.BooleanSettable
-