Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view.search
Class SystemSearchTableView

java.lang.Object
  extended byTreeViewer
      extended bycom.ibm.etools.systems.core.ui.view.SystemTableTreeView
          extended bycom.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

Field Summary
static String Copyright
           
 
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
 
Fields inherited from interface com.ibm.etools.systems.core.ui.ISystemDeleteTarget
copyright
 
Fields inherited from interface com.ibm.etools.systems.core.ui.ISystemRenameTarget
copyright
 
Fields inherited from interface com.ibm.etools.systems.model.ISystemResourceChangeListener
copyright
 
Fields inherited from interface com.ibm.etools.systems.model.ISystemRemoteChangeListener
copyright
 
Constructor Summary
SystemSearchTableView(Tree tabletree, IRemoteSearchResultSet resultSet, ISystemMessageLine msgLine)
           
 
Method Summary
protected  void doUpdateItem(Widget widget, Object element, boolean flag)
           
protected  Object getParentForContent(Object element)
           
 IRemoteSearchResultSet getResultSet()
           
protected  void handleKeyPressed(KeyEvent event)
          Does nothing.
 void systemRemoteResourceChanged(ISystemRemoteChangeEvent event)
          This is the method in your class that will be called when a remote resource changes.
 void systemResourceChanged(ISystemResourceChangeEvent event)
          Used to asynchronously update the view whenever properties change.
 
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
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

SystemSearchTableView

public SystemSearchTableView(Tree tabletree,
                             IRemoteSearchResultSet resultSet,
                             ISystemMessageLine msgLine)
Method Detail

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)

Remote Systems
v6.4.1

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.