com.ibm.etools.systems.core.ui.view.search
Class SystemSearchTableView
java.lang.Object
TreeViewer
com.ibm.etools.systems.core.ui.view.SystemTableTreeView
com.ibm.etools.systems.core.ui.view.search.SystemSearchTableView
- All Implemented Interfaces:
- EventListener, ISystemDeleteTarget, ISystemRemoteChangeListener, ISystemRenameTarget, ISystemResourceChangeListener, ISystemSelectAllTarget
- public class SystemSearchTableView
- extends SystemTableTreeView
- See Also:
- Serialized Form
Fields inherited from class com.ibm.etools.systems.core.ui.view.SystemTableTreeView |
_deleteAction, _openToPerspectiveAction, _propertyDialogAction, _refreshAction, _remotePropertyDialogAction, _renameAction, _selectAllAction, _selectionEnableDeleteAction, _selectionEnableRenameAction, _selectionFlagsUpdated, _selectionIsRemoteObject, _selectionShowDeleteAction, _selectionShowOpenViewActions, _selectionShowRefreshAction, _selectionShowRenameAction, _showInTableAction, menuListenerAdded |
Methods inherited from class com.ibm.etools.systems.core.ui.view.SystemTableTreeView |
canDelete, canRename, clearMessage, computeLayout, computeLayout, displayMessage, dispose, doDelete, doRename, doSelectAll, enableSelectAll, fillContextMenu, getAdapter, getContextMenu, getContextMenuManager, getCurrentColumnWidths, getDeleteAction, getInput, getLastColumnWidths, getLayout, getNameDescriptor, getOpenToPerspectiveAction, getPropertyDialogAction, getRefreshAction, getRemoteAdapter, getRemotePropertyDialogAction, getRenameAction, getSelectAllAction, getSelection, getShell, getShowInTableAction, getTableTree, getViewFilters, getVisibleDescriptors, initDragAndDrop, inputChanged, menuAboutToShow, positionTo, removeAsListener, sameParent, scanSelections, selectionChanged, setCurrentColumnWidths, setLastColumnWidths, setViewFilters, setWorkbenchPart, showDelete, showRename |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
SystemSearchTableView
public SystemSearchTableView(Tree tabletree,
IRemoteSearchResultSet resultSet,
ISystemMessageLine msgLine)
getResultSet
public IRemoteSearchResultSet getResultSet()
systemRemoteResourceChanged
public void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
- Description copied from class:
SystemTableTreeView
- This is the method in your class that will be called when a remote resource
changes. You will be called after the resource is changed.
- Specified by:
systemRemoteResourceChanged
in interface ISystemRemoteChangeListener
- Overrides:
systemRemoteResourceChanged
in class SystemTableTreeView
- See Also:
ISystemRemoteChangeEvent
doUpdateItem
protected void doUpdateItem(Widget widget,
Object element,
boolean flag)
systemResourceChanged
public void systemResourceChanged(ISystemResourceChangeEvent event)
- Description copied from class:
SystemTableTreeView
- Used to asynchronously update the view whenever properties change.
- Specified by:
systemResourceChanged
in interface ISystemResourceChangeListener
- Overrides:
systemResourceChanged
in class SystemTableTreeView
getParentForContent
protected Object getParentForContent(Object element)
- Overrides:
getParentForContent
in class SystemTableTreeView
handleKeyPressed
protected void handleKeyPressed(KeyEvent event)
- Does nothing.
- Overrides:
handleKeyPressed
in class SystemTableTreeView
- See Also:
com.ibm.etools.systems.core.ui.view.SystemTableTreeView#handleKeyPressed(org.eclipse.swt.events.KeyEvent)
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.