|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.tptp.filtertype.extension.sample.views.FilterTypeSampleView
public class FilterTypeSampleView
This sample view, simply shows the package listing for the selected object.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
PROP_TITLE |
| Constructor Summary | |
|---|---|
FilterTypeSampleView()
|
|
| Method Summary | |
|---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
void |
filterUpdated()
When a filter is selected or changed, this method is called to signal to the viewer that one of its filters have changed or updated. |
java.lang.String[] |
getFilterScope()
Returns the filter scope associated with the IFilterViewer implementor. |
void |
makeActions()
Creates the actions visible. |
void |
refresh()
Refreshes the package listing in the view. |
void |
setFilterQueryProvider(IFilterQueryProvider fqp)
When the action is created, this method is called providing the IFilterQueryProvider to the viewer. |
void |
setFocus()
|
| 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, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
|---|
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public FilterTypeSampleView()
| Method Detail |
|---|
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)public void refresh()
public void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartWorkbenchPart.setFocus()public void makeActions()
public void filterUpdated()
IFilterViewer
filterUpdated in interface IFilterViewerIFilterViewer.filterUpdated()public void setFilterQueryProvider(IFilterQueryProvider fqp)
IFilterViewer
setFilterQueryProvider in interface IFilterViewerIFilterViewer.setFilterQueryProvider(org.eclipse.hyades.ui.filters.IFilterQueryProvider)public java.lang.String[] getFilterScope()
IFilterViewer
getFilterScope in interface IFilterViewerIFilterViewer.getFilterScope()public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPartWorkbenchPart.dispose()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||