public class DefaultREpiceaGUIPermission extends java.lang.Object implements REpiceaGUIPermission
| Constructor and Description |
|---|
DefaultREpiceaGUIPermission(boolean allowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDragGranted()
This method returns true if the drag is allowed for this component.
|
boolean |
isDropGranted()
This method returns true if the drop is allowed on this component.
|
boolean |
isEnablingGranted()
This method returns true if the enabling is allowed.
|
boolean |
isSelectionGranted()
This method returns true if the selection is allowed.
|
public boolean isDragGranted()
REpiceaGUIPermissionisDragGranted in interface REpiceaGUIPermissionpublic boolean isDropGranted()
REpiceaGUIPermissionisDropGranted in interface REpiceaGUIPermissionpublic boolean isSelectionGranted()
REpiceaGUIPermissionisSelectionGranted in interface REpiceaGUIPermissionpublic boolean isEnablingGranted()
REpiceaGUIPermissionisEnablingGranted in interface REpiceaGUIPermission