|
||||||||||
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
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration
public class XMLPropertySheetConfiguration
Configuration for property sheet page which shows XML content.
PropertySheetConfiguration
Constructor Summary | |
---|---|
XMLPropertySheetConfiguration()
Create new instance of XMLPropertySheetConfiguration |
Method Summary | |
---|---|
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. |
org.eclipse.ui.views.properties.IPropertySourceProvider |
getPropertySourceProvider(org.eclipse.ui.views.properties.IPropertySheetPage page)
Returns the correct IPropertySourceProvider. |
void |
unconfigure()
General hook for resource releasing and listener removal when configurations change. |
Methods inherited from class org.eclipse.wst.sse.ui.views.properties.PropertySheetConfiguration |
---|
addContributions, removeContributions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLPropertySheetConfiguration()
Method Detail |
---|
public org.eclipse.jface.viewers.ISelection getInputSelection(org.eclipse.ui.IWorkbenchPart selectingPart, org.eclipse.jface.viewers.ISelection selection)
PropertySheetConfiguration
getInputSelection
in class PropertySheetConfiguration
selectingPart
- may be nullselection
- model selection
public org.eclipse.ui.views.properties.IPropertySourceProvider getPropertySourceProvider(org.eclipse.ui.views.properties.IPropertySheetPage page)
PropertySheetConfiguration
getPropertySourceProvider
in class PropertySheetConfiguration
page
- the page to be configured by this configuration
public void unconfigure()
PropertySheetConfiguration
unconfigure
in class PropertySheetConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |