Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view.commands
Class SystemBuildErrorViewProvider

java.lang.Object
  extended byContainerContentProvider
      extended bycom.ibm.etools.systems.core.ui.view.SystemTableViewProvider
          extended bycom.ibm.etools.systems.core.ui.view.commands.SystemBuildErrorViewProvider

public class SystemBuildErrorViewProvider
extends SystemTableViewProvider

This is the content and label provider for the SystemTableView. This class is used both to populate the SystemTableView but also to resolve the icon and labels for the cells in the table.

See Also:
Serialized Form

Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.view.SystemTableViewProvider
_dateFormat, _lastObject, _lastResults, _viewer
 
Constructor Summary
SystemBuildErrorViewProvider()
           
 
Method Summary
 Object[] getElements(Object object)
           
 void inputChanged(Viewer visualPart, Object oldInput, Object newInput)
           
 void moveOffsetToEnd()
           
 void setOffset(int offset)
           
 
Methods inherited from class com.ibm.etools.systems.core.ui.view.SystemTableViewProvider
addListener, flushCache, getAdapterFor, getCache, getChildren, getColumnImage, getColumnText, getElementAt, getImage, getMaxCharsInColumnZero, getParent, getText, hasChildren, isDeleted, isLabelProperty, removeListener, setCache
 
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

SystemBuildErrorViewProvider

public SystemBuildErrorViewProvider()
Method Detail

inputChanged

public void inputChanged(Viewer visualPart,
                         Object oldInput,
                         Object newInput)
Overrides:
inputChanged in class SystemTableViewProvider

setOffset

public void setOffset(int offset)

moveOffsetToEnd

public void moveOffsetToEnd()

getElements

public Object[] getElements(Object object)
Overrides:
getElements in class SystemTableViewProvider

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.