public class FileSystemRightsEditor extends BitFlagsRightsEditor
BIT_CREATE_ACCESS, BIT_DELETE_ACCESS, BIT_DENIED_ACCESS, BIT_READ_ACCESS, BIT_WRITE_ACCESS, BITSET_SIZE| Constructor and Description |
|---|
FileSystemRightsEditor()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Rights |
createDefaultRights()
Creates an instance of the
Rights, which does not take any input and is
considered a default starting point in editing. |
protected Rights |
createPopulatedRights(BitSet perms)
Creates an instance of the
Rights configured using the given input. |
static java.lang.String |
getResourceType()
Returns the compatible resource type name.
|
protected java.lang.String |
getTitle()
Obtains the window title for the editor.
|
edit, initializepublic static java.lang.String getResourceType()
public Rights createDefaultRights()
Rights, which does not take any input and is
considered a default starting point in editing.createDefaultRights in interface RightsEditorcreateDefaultRights in class BitFlagsRightsEditorRights.protected Rights createPopulatedRights(BitSet perms)
Rights configured using the given input.createPopulatedRights in class BitFlagsRightsEditorperms - The permissions.Rights.protected java.lang.String getTitle()
getTitle in class BitFlagsRightsEditor