|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration
org.eclipse.wst.dtd.ui.views.contentoutline.DTDContentOutlineConfiguration
Configuration for outline view page which shows DTD content.
ContentOutlineConfiguration| Constructor Summary | |
|---|---|
DTDContentOutlineConfiguration()
Default constructor for DTDContentOutlineConfiguration. |
|
| Method Summary | |
|---|---|
IContributionItem[] |
createToolbarContributions(TreeViewer viewer)
|
IContentProvider |
getContentProvider(TreeViewer viewer)
Returns the ContentProvider to use with the given viewer. |
ILabelProvider |
getLabelProvider(TreeViewer viewer)
Returns the LabelProvider for the items within the given viewer. |
IMenuListener |
getMenuListener(TreeViewer viewer)
Returns the menu listener to notify when the given viewer's context menu is about to be shown or null. |
TransferDragSourceListener[] |
getTransferDragSourceListeners(TreeViewer treeViewer)
Adopted since you can't easily removeDragSupport from StructuredViewers. |
TransferDropTargetListener[] |
getTransferDropTargetListeners(TreeViewer treeViewer)
Adopted since you can't easily removeDropSupport from StructuredViewers. |
void |
unconfigure(TreeViewer viewer)
General hook for resource releasing and listener removal when configurations change or the viewer is disposed of. |
| Methods inherited from class org.eclipse.wst.sse.ui.views.contentoutline.ContentOutlineConfiguration |
|---|
getKeyListeners, getMenuContributions, getSelection, getToolbarContributions, isLinkedWithEditor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DTDContentOutlineConfiguration()
| Method Detail |
public IContributionItem[] createToolbarContributions(TreeViewer viewer)
viewer - the TreeViewer associated with this configuration
public IContentProvider getContentProvider(TreeViewer viewer)
ContentOutlineConfiguration
getContentProvider in class ContentOutlineConfigurationviewer - the TreeViewer associated with this configuration
public ILabelProvider getLabelProvider(TreeViewer viewer)
ContentOutlineConfiguration
getLabelProvider in class ContentOutlineConfigurationviewer - the TreeViewer associated with this configuration
public IMenuListener getMenuListener(TreeViewer viewer)
ContentOutlineConfiguration
getMenuListener in class ContentOutlineConfigurationviewer - the TreeViewer associated with this configuration
public TransferDragSourceListener[] getTransferDragSourceListeners(TreeViewer treeViewer)
ContentOutlineConfiguration
getTransferDragSourceListeners in class ContentOutlineConfigurationtreeViewer - the TreeViewer associated with this configuration
public TransferDropTargetListener[] getTransferDropTargetListeners(TreeViewer treeViewer)
ContentOutlineConfiguration
getTransferDropTargetListeners in class ContentOutlineConfigurationtreeViewer - the TreeViewer associated with this configuration
public void unconfigure(TreeViewer viewer)
ContentOutlineConfiguration
unconfigure in class ContentOutlineConfigurationviewer - the TreeViewer associated with this configuration
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||