Class PropertyAdjustersReadOnly
java.lang.Object
net.thevpc.common.props.impl.PropertyAdjustersReadOnly
- All Implemented Interfaces:
PropertyAdjusters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(PropertyAdjuster listener) getAll()booleanreadOnly()voidreadOnly(boolean readOnly) voidremove(PropertyAdjuster listener)
-
Field Details
-
source
-
readOnly
protected boolean readOnly
-
-
Constructor Details
-
PropertyAdjustersReadOnly
-
-
Method Details
-
readOnly
public void readOnly(boolean readOnly) -
readOnly
public boolean readOnly() -
add
- Specified by:
addin interfacePropertyAdjusters
-
remove
- Specified by:
removein interfacePropertyAdjusters
-
getAll
- Specified by:
getAllin interfacePropertyAdjusters
-