Class PermissionUsageView
- java.lang.Object
 - 
- org.eclipse.core.commands.common.EventManager
 - 
- org.eclipse.ui.part.WorkbenchPart
 - 
- org.eclipse.ui.part.ViewPart
 - 
- com.ensoftcorp.open.android.essentials.ui.views.PermissionUsageView
 
 
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.core.runtime.IAdaptable,org.eclipse.core.runtime.IExecutableExtension,org.eclipse.ui.IPersistable,org.eclipse.ui.IViewPart,org.eclipse.ui.IWorkbenchPart,org.eclipse.ui.IWorkbenchPart2,org.eclipse.ui.IWorkbenchPart3,org.eclipse.ui.part.IWorkbenchPartOrientation
public class PermissionUsageView extends org.eclipse.ui.part.ViewPartAn Eclipse view for searching and viewing apply permission mapping values in the Atlas index- Author:
 - Ben Holland
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDThe ID of the view as specified by the extension. 
- 
Constructor Summary
Constructors Constructor Description PermissionUsageView() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreatePartControl(org.eclipse.swt.widgets.Composite parent)voidsetFocus()- 
Methods inherited from class org.eclipse.ui.part.ViewPart
getViewSite, init, init, saveState, setInitializationData 
- 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ID
public static final java.lang.String ID
The ID of the view as specified by the extension.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
- Specified by:
 createPartControlin interfaceorg.eclipse.ui.IWorkbenchPart- Specified by:
 createPartControlin classorg.eclipse.ui.part.WorkbenchPart
 
- 
setFocus
public void setFocus()
- Specified by:
 setFocusin interfaceorg.eclipse.ui.IWorkbenchPart- Specified by:
 setFocusin classorg.eclipse.ui.part.WorkbenchPart
 
 - 
 
 -