org.apache.felix.mosgi.managedelements.bundlesprobes.tab
Class BundlesProbesModelTabUI
java.lang.Object
javax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
org.apache.felix.mosgi.managedelements.bundlesprobes.tab.BundlesProbesModelTabUI
- All Implemented Interfaces:
- Serializable, EventListener, NotificationListener, TableModel
public class BundlesProbesModelTabUI
- extends DefaultTableModel
- implements NotificationListener
- See Also:
- Serialized Form
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 |
BundlesProbesModelTabUI
public BundlesProbesModelTabUI()
throws Exception
- Throws:
Exception
isCellEditable
public boolean isCellEditable(int row,
int col)
- Specified by:
isCellEditable
in interface TableModel
- Overrides:
isCellEditable
in class DefaultTableModel
handleNotification
public void handleNotification(Notification notification,
Object handback)
- Specified by:
handleNotification
in interface NotificationListener
createBundleList
public void createBundleList(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 © 2011 Apache Software Foundation. All Rights Reserved.