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:
ActionListener, PropertyChangeListener, Serializable, EventListener, NotificationListener, TableModel, CommonPlugin, Plugin

public class RemoteLogger_jtable
extends DefaultTableModel
implements CommonPlugin, NotificationListener, 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(ActionEvent e)
           
 Component getGUI()
           
 String getName()
           
 void handleNotification(Notification notification, Object handback)
           
 String pluginLocation()
           
 void propertyChange(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 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(PropertyChangeEvent e)
Specified by:
propertyChange in interface PropertyChangeListener

handleNotification

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

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


Copyright © 2011 Apache Software Foundation. All Rights Reserved.