public abstract class AbstractPermissions extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
access |
javafx.beans.property.StringProperty |
name |
javafx.beans.property.BooleanProperty |
read |
javafx.beans.property.BooleanProperty |
write |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
accessProperty() |
boolean |
changed() |
protected boolean |
changed(boolean read,
boolean write,
boolean access) |
String |
getName()
Gets the value of the property name.
|
boolean |
isAccess()
Gets the value of the property access.
|
boolean |
isRead()
Gets the value of the property read.
|
boolean |
isWrite()
Gets the value of the property write.
|
javafx.beans.property.StringProperty |
nameProperty() |
javafx.beans.property.BooleanProperty |
readProperty() |
void |
setAccess(boolean access)
Sets the value of the property access.
|
void |
setName(String name)
Sets the value of the property name.
|
void |
setRead(boolean read)
Sets the value of the property read.
|
void |
setWrite(boolean write)
Sets the value of the property write.
|
javafx.beans.property.BooleanProperty |
writeProperty() |
public javafx.beans.property.StringProperty nameProperty
getName(),
setName(String)public javafx.beans.property.BooleanProperty readProperty
isRead(),
setRead(boolean)public javafx.beans.property.BooleanProperty writeProperty
isWrite(),
setWrite(boolean)public javafx.beans.property.BooleanProperty accessProperty
isAccess(),
setAccess(boolean)public String getName()
public javafx.beans.property.StringProperty nameProperty()
getName(),
setName(String)public void setName(String name)
public boolean isRead()
public javafx.beans.property.BooleanProperty readProperty()
isRead(),
setRead(boolean)public void setRead(boolean read)
public boolean isWrite()
public javafx.beans.property.BooleanProperty writeProperty()
isWrite(),
setWrite(boolean)public void setWrite(boolean write)
public boolean isAccess()
public javafx.beans.property.BooleanProperty accessProperty()
isAccess(),
setAccess(boolean)public void setAccess(boolean access)
public boolean changed()
protected boolean changed(boolean read,
boolean write,
boolean access)
Copyright © 2015–2018 openbase.org. All rights reserved.