|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.sse.ui.views.properties.PropertySheetConfiguration
public abstract class PropertySheetConfiguration
Configuration class for Property Sheet Pages. Not finalized.
Constructor Summary | |
---|---|
PropertySheetConfiguration()
Create new instance of PropertySheetConfiguration |
Method Summary | |
---|---|
void |
addContributions(org.eclipse.jface.action.IMenuManager menuManager,
org.eclipse.jface.action.IToolBarManager toolBarManager,
org.eclipse.jface.action.IStatusLineManager statusLineManager)
Adds contribution menu items to the given menuManager, toolbarManager, statusLineManager. |
org.eclipse.jface.viewers.ISelection |
getInputSelection(org.eclipse.ui.IWorkbenchPart selectingPart,
org.eclipse.jface.viewers.ISelection selection)
Allows for filteration of selection before being sent to the viewer. |
abstract org.eclipse.ui.views.properties.IPropertySourceProvider |
getPropertySourceProvider(org.eclipse.ui.views.properties.IPropertySheetPage page)
Returns the correct IPropertySourceProvider. |
void |
removeContributions(org.eclipse.jface.action.IMenuManager menuManager,
org.eclipse.jface.action.IToolBarManager toolBarManager,
org.eclipse.jface.action.IStatusLineManager statusLineManager)
Removes contribution menu items from the given menuManager, toolbarManager, statusLineManager. |
void |
unconfigure()
General hook for resource releasing and listener removal when configurations change. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertySheetConfiguration()
Method Detail |
---|
public void addContributions(org.eclipse.jface.action.IMenuManager menuManager, org.eclipse.jface.action.IToolBarManager toolBarManager, org.eclipse.jface.action.IStatusLineManager statusLineManager)
menuManager
- the local menu manager of the property sheettoolBarManager
- the local toolbar manager of the property sheetstatusLineManager
- the status line manager of the property sheetpublic org.eclipse.jface.viewers.ISelection getInputSelection(org.eclipse.ui.IWorkbenchPart selectingPart, org.eclipse.jface.viewers.ISelection selection)
selectingPart
- may be nullselection
- model selection
public abstract org.eclipse.ui.views.properties.IPropertySourceProvider getPropertySourceProvider(org.eclipse.ui.views.properties.IPropertySheetPage page)
page
- the page to be configured by this configuration
public void removeContributions(org.eclipse.jface.action.IMenuManager menuManager, org.eclipse.jface.action.IToolBarManager toolBarManager, org.eclipse.jface.action.IStatusLineManager statusLineManager)
menuManager
- the local menu manager of the property sheettoolBarManager
- the local toolbar manager of the property sheetstatusLineManager
- the status line manager of the property sheetpublic void unconfigure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |