|
||||||||
| 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
com.ibm.jdg2e.view.files.ui.FileView
Implementation of file utility view. This view helps you find files,
displaying the filtered and sorted contents of a selected
IContainer in a flat table of all IFile
resources.
| Field Summary | |
protected org.eclipse.jface.viewers.ViewerSorter |
lastSorter
|
| Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
PROP_TITLE |
| Constructor Summary | |
FileView()
The constructor. |
|
| Method Summary | |
void |
createPartControl(org.eclipse.swt.widgets.Composite parent)
Create view user interface; a set of controls to direct view content and display rules and a multi-column table viewer are used in the user interface. |
void |
dispose()
Remove listener and release references. |
org.eclipse.ui.part.ShowInContext |
getShowInContext()
Support the show in context process for Eclipse by creating a context to be used when sending the request. |
org.eclipse.jface.viewers.StructuredViewer |
getViewer()
Provides access to the viewer used in the view. |
void |
init(org.eclipse.ui.IViewSite site,
org.eclipse.ui.IMemento memento)
Return view to previous display settings by setting the column widths to those that were in use when the part was shutdown with the workbench. |
void |
saveState(org.eclipse.ui.IMemento memento)
Saves column width information so that the columns are as they were when the view is shown again after a platform restart. |
void |
selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Customize user interface based on current selection. |
void |
setCustomPartName(java.lang.String partName)
Used to provide access to ViewPart.setPartName() method so
that multiple views can be distinguished. |
void |
setFocus()
Passing the focus request to the viewer's control. |
boolean |
show(org.eclipse.ui.part.ShowInContext context)
Show the context requested when this view is the target of a show in part request. |
| Methods inherited from class org.eclipse.ui.part.ViewPart |
checkSite, getViewSite, init, setContentDescription, setInitializationData, setPartName |
| Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
addPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
| Methods inherited from class org.eclipse.core.commands.common.EventManager |
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, 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 |
| Field Detail |
protected org.eclipse.jface.viewers.ViewerSorter lastSorter
| Constructor Detail |
public FileView()
| Method Detail |
public void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartIWorkbenchPart.createPartControl(org.eclipse.swt.widgets.Composite)public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartIWorkbenchPart.dispose()public org.eclipse.ui.part.ShowInContext getShowInContext()
getShowInContext in interface org.eclipse.ui.part.IShowInSourceIShowInSource.getShowInContext()public org.eclipse.jface.viewers.StructuredViewer getViewer()
public void init(org.eclipse.ui.IViewSite site,
org.eclipse.ui.IMemento memento)
throws org.eclipse.ui.PartInitException
init in interface org.eclipse.ui.IViewPartorg.eclipse.ui.PartInitExceptionViewPart.init(org.eclipse.ui.IViewSite,
org.eclipse.ui.IMemento)public void saveState(org.eclipse.ui.IMemento memento)
saveState in interface org.eclipse.ui.IViewPartViewPart.saveState(org.eclipse.ui.IMemento)public void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListenerISelectionChangedListener.selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)public void setCustomPartName(java.lang.String partName)
ViewPart.setPartName() method so
that multiple views can be distinguished.
partName - public void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartpublic boolean show(org.eclipse.ui.part.ShowInContext context)
show in interface org.eclipse.ui.part.IShowInTargetIShowInTarget.show(org.eclipse.ui.part.ShowInContext)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||