org.apache.felix.mosgi.console.component
Class RemoteLogger_jtable

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by javax.swing.table.DefaultTableModel
          extended by org.apache.felix.mosgi.console.component.RemoteLogger_jtable
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, Serializable, EventListener, javax.management.NotificationListener, javax.swing.table.TableModel, CommonPlugin, Plugin

public class RemoteLogger_jtable
extends javax.swing.table.DefaultTableModel
implements CommonPlugin, javax.management.NotificationListener, java.awt.event.ActionListener

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
 
Fields inherited from interface org.apache.felix.mosgi.console.ifc.CommonPlugin
COMMON_PLUGIN_ADDED, COMMON_PLUGIN_REMOVED
 
Fields inherited from interface org.apache.felix.mosgi.console.ifc.Plugin
EMPTY_NODE, NEW_NODE_CONNECTION, NEW_NODE_READY, NEW_NODE_SELECTED, PLUGIN_ACTIVATED, PLUGIN_ADDED, PLUGIN_REMOVED
 
Constructor Summary
RemoteLogger_jtable()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.awt.Component getGUI()
           
 String getName()
           
 void handleNotification(javax.management.Notification notification, Object handback)
           
 String pluginLocation()
           
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void registerServicePlugin()
           
 void unregisterServicePlugin()
           
 
Methods inherited from class javax.swing.table.DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, isCellEditable, 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

RemoteLogger_jtable

public RemoteLogger_jtable()
Method Detail

getName

public String getName()
Specified by:
getName in interface Plugin

getGUI

public java.awt.Component getGUI()
Specified by:
getGUI in interface Plugin

pluginLocation

public String pluginLocation()
Specified by:
pluginLocation in interface Plugin

registerServicePlugin

public void registerServicePlugin()
Specified by:
registerServicePlugin in interface Plugin

unregisterServicePlugin

public void unregisterServicePlugin()
Specified by:
unregisterServicePlugin in interface Plugin

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

handleNotification

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

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.