|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
public class PluginTableModel
The TableModel of the table containing all plug-ins.
| Field Summary |
|---|
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
PluginTableModel()
Create an instance of PluginTableModel |
|
| Method Summary | |
|---|---|
boolean |
contains(org.osgi.framework.Bundle bundle)
Returns TRUE if the given Bundle is contained in this table, FALSE - otherwise. |
int |
getColumnCount()
Returns the count of table columns. |
int |
getRowCount()
Returns the count of table rows. |
Object |
getValueAt(int row,
int column)
Returns the value in the cell given by row and column. |
boolean |
isCellEditable(int row,
int column)
Returns FALSE for all cells in this table. |
boolean |
isShowSystemBundles()
Returns TRUE if system bundles are show, FALSE - otherwise. |
void |
setShowSystemBundles(boolean showSystemBundles)
Sets the showSystemBundles property. |
void |
update()
Updates the table content. |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginTableModel()
| Method Detail |
|---|
public int getRowCount()
public boolean contains(org.osgi.framework.Bundle bundle)
bundle - the Bundle to search for
public int getColumnCount()
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModel
public Object getValueAt(int row,
int column)
public void update()
public boolean isShowSystemBundles()
public void setShowSystemBundles(boolean showSystemBundles)
showSystemBundles - indicates if system bundles will be shown or not
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||