protected static class LeftHandSideProcessor.CustomizedREpiceaGUIPermission extends java.lang.Object implements REpiceaGUIPermission
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CustomizedREpiceaGUIPermission()  | 
| 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