com.ibm.etools.systems.core.ui.view.commands
Class SystemBuildErrorView
java.lang.Object
TableViewer
com.ibm.etools.systems.core.ui.view.SystemTableView
com.ibm.etools.systems.core.ui.view.commands.SystemBuildErrorView
- All Implemented Interfaces:
- EventListener, ISystemDeleteTarget, ISystemRemoteChangeListener, ISystemRenameTarget, ISystemResourceChangeListener, ISystemSelectAllTarget
- public class SystemBuildErrorView
- extends SystemTableView
- See Also:
- Serialized Form
Fields inherited from class com.ibm.etools.systems.core.ui.view.SystemTableView |
_deleteAction, _openToPerspectiveAction, _propertyDialogAction, _provider, _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.SystemTableView |
canDelete, canRename, clearMessage, computeLayout, computeLayout, displayMessage, dispose, doDelete, doRename, doSelectAll, enableSelectAll, fillContextMenu, getAdapter, getAdapterForContents, getColumnManager, getContextMenu, getContextMenuManager, getCurrentColumnWidths, getDeleteAction, getInput, getLastColumnWidths, getLayout, getOpenToPerspectiveAction, getPropertyDialogAction, getRefreshAction, getRemoteAdapter, getRemotePropertyDialogAction, getRenameAction, getSelectAllAction, getSelection, getShell, getShowInTableAction, getViewFilters, initDragAndDrop, inputChanged, menuAboutToShow, positionTo, scanSelections, selectionChanged, setCurrentColumnWidths, setLastColumnWidths, setViewFilters, setWorkbenchPart, showColumns, showDelete, showRename, systemRemoteResourceChanged |
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
SystemBuildErrorView
public SystemBuildErrorView(Table table,
ISystemMessageLine msgLine)
refresh
public void refresh()
getVisibleDescriptors
public IPropertyDescriptor[] getVisibleDescriptors(Object object)
- Description copied from class:
SystemTableView
- Used to determine what the columns should be on the table.
- Overrides:
getVisibleDescriptors
in class SystemTableView
getNameDescriptor
public IPropertyDescriptor getNameDescriptor(Object object)
- Overrides:
getNameDescriptor
in class SystemTableView
setOffset
public void setOffset(int offset)
updateChildren
public void updateChildren()
clearAllItems
public void clearAllItems()
newItem
protected Item newItem(Widget parent,
int flags,
int ix)
systemResourceChanged
public void systemResourceChanged(ISystemResourceChangeEvent event)
- Description copied from class:
SystemTableView
- Used to asynchronously update the view whenever properties change.
- Specified by:
systemResourceChanged
in interface ISystemResourceChangeListener
- Overrides:
systemResourceChanged
in class SystemTableView
getParentForContent
protected Object getParentForContent(Object element)
- Overrides:
getParentForContent
in class SystemTableView
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.