MetaDone
metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel Class Reference
Inheritance diagram for metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel:
Collaboration diagram for metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel:

List of all members.

Public Member Functions

int getColumnCount ()
Class<?> getColumnClass (int columnIndex)
String getColumnName (int column)
boolean isCellEditable (int rowIndex, int columnIndex)
int getRowCount ()
Object getValueAt (int rowIndex, int columnIndex)
void setValueAt (Object aValue, int rowIndex, int columnIndex)
Object addingBundle (Bundle bundle, BundleEvent event)
void modifiedBundle (Bundle bundle, BundleEvent event, Object object)
void removedBundle (Bundle bundle, BundleEvent event, Object object)

Static Public Attributes

static final int STATE_MASK = Bundle.ACTIVE | Bundle.INSTALLED | Bundle.RESOLVED | Bundle.STARTING | Bundle.STOPPING

Protected Member Functions

boolean isPluginBundle (Bundle bundle)

Private Attributes

ArrayList< Bundle > bundles = new ArrayList<Bundle>()

Static Private Attributes

static final long serialVersionUID = 1L

Member Function Documentation

Object metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.addingBundle ( Bundle  bundle,
BundleEvent  event 
)
Class<?> metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.getColumnClass ( int  columnIndex)
int metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.getColumnCount ( )
String metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.getColumnName ( int  column)
int metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.getRowCount ( )
Object metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)
boolean metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.isPluginBundle ( Bundle  bundle) [protected]
void metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.modifiedBundle ( Bundle  bundle,
BundleEvent  event,
Object  object 
)
void metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.removedBundle ( Bundle  bundle,
BundleEvent  event,
Object  object 
)
void metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Member Data Documentation

final int metadone.client.dialog.swing.PluginsOSGiDialog.PluginTableModel.STATE_MASK = Bundle.ACTIVE | Bundle.INSTALLED | Bundle.RESOLVED | Bundle.STARTING | Bundle.STOPPING [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations