org.apache.felix.mosgi.managedelements.bundlesprobes.tab
Class BundlesProbesModelTabUI

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by javax.swing.table.DefaultTableModel
          extended by org.apache.felix.mosgi.managedelements.bundlesprobes.tab.BundlesProbesModelTabUI
All Implemented Interfaces:
Serializable, EventListener, javax.management.NotificationListener, TableModel

public class BundlesProbesModelTabUI
extends DefaultTableModel
implements javax.management.NotificationListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.DefaultTableModel
columnIdentifiers, dataVector
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
BundlesProbesModelTabUI()
           
 
Method Summary
 void createBundleList(javax.management.MBeanServerConnection conn)
           
 void emptyPanel()
           
 void handleNotification(javax.management.Notification notification, Object handback)
           
 void installButtonAction(String text)
           
 boolean isCellEditable(int row, int col)
           
 void refreshButtonAction()
           
 void startButtonAction(Long id)
           
 void stopButtonAction(Long id)
           
 void uninstallButtonAction(Long id)
           
 void updateButtonAction(Long id)
           
 
Methods inherited from class javax.swing.table.DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundlesProbesModelTabUI

public BundlesProbesModelTabUI()
                        throws Exception
Throws:
Exception
Method Detail

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class DefaultTableModel

handleNotification

public void handleNotification(javax.management.Notification notification,
                               Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener

createBundleList

public void createBundleList(javax.management.MBeanServerConnection conn)
                      throws Exception
Throws:
Exception

emptyPanel

public void emptyPanel()

installButtonAction

public void installButtonAction(String text)
                         throws Exception
Throws:
Exception

startButtonAction

public void startButtonAction(Long id)
                       throws Exception
Throws:
Exception

stopButtonAction

public void stopButtonAction(Long id)
                      throws Exception
Throws:
Exception

updateButtonAction

public void updateButtonAction(Long id)
                        throws Exception
Throws:
Exception

refreshButtonAction

public void refreshButtonAction()
                         throws Exception
Throws:
Exception

uninstallButtonAction

public void uninstallButtonAction(Long id)
                           throws Exception
Throws:
Exception


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.