|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
org.apache.felix.mosgi.managedelements.bundlesprobes.tab.BundlesProbesModelTabUI
public class BundlesProbesModelTabUI
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 |
---|
public BundlesProbesModelTabUI() throws Exception
Exception
Method Detail |
---|
public boolean isCellEditable(int row, int col)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.DefaultTableModel
public void handleNotification(javax.management.Notification notification, Object handback)
handleNotification
in interface javax.management.NotificationListener
public void createBundleList(javax.management.MBeanServerConnection conn) throws Exception
Exception
public void emptyPanel()
public void installButtonAction(String text) throws Exception
Exception
public void startButtonAction(Long id) throws Exception
Exception
public void stopButtonAction(Long id) throws Exception
Exception
public void updateButtonAction(Long id) throws Exception
Exception
public void refreshButtonAction() throws Exception
Exception
public void uninstallButtonAction(Long id) throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |