Class BooleanProperty
java.lang.Object
com.thecsdev.common.properties.ObjectProperty<Boolean>
com.thecsdev.common.properties.NotNullProperty<Boolean>
com.thecsdev.common.properties.PrimitiveProperty<Boolean>
com.thecsdev.common.properties.BooleanProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetZ()final booleantoggle()Inverts the value of thisBooleanProperty.Methods inherited from class NotNullProperty
get, getDefaultValue, getOptionalMethods inherited from class ObjectProperty
addChangeListener, addFilter, applyFilters, assertCallerIsOwner, getHandle, getInterceptor, getOwner, getReadOnly, isOwner, removeChangeListener, removeFilter, set, set, setHandle, setInterceptor, setOwner, setReadOnly
-
Constructor Details
-
BooleanProperty
public BooleanProperty() -
BooleanProperty
-
-
Method Details
-
getZ
public final boolean getZ() -
toggle
public final boolean toggle()Inverts the value of thisBooleanProperty.- Returns:
- The new (now inverted) value.
-