com.buglabs.osgi.filesystem.status
Class BundleTableViewer

java.lang.Object
  extended by com.buglabs.tableviewer.TableViewer
      extended by com.buglabs.osgi.filesystem.status.BundleTableViewer

public class BundleTableViewer
extends TableViewer


Field Summary
 
Fields inherited from class com.buglabs.tableviewer.TableViewer
COLUMN_SEPARATOR, HEADER_SEPARATOR, NO_HEADER, NONE
 
Constructor Summary
BundleTableViewer(BundleContext context)
           
 
Method Summary
static java.lang.String getStateName(int state)
          Return state label as defined in OSGi spec.
 
Methods inherited from class com.buglabs.tableviewer.TableViewer
addColumn, getColumnBorder, render, setColumnBorder, setContentProvider, setFilter, setLabelProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleTableViewer

public BundleTableViewer(BundleContext context)
Method Detail

getStateName

public static java.lang.String getStateName(int state)
Return state label as defined in OSGi spec.

Parameters:
state -
Returns: