public class MBeanServerTreeModel extends Object implements org.jdesktop.swingx.treetable.TreeTableModel, org.marid.l10n.L10nSupport
org.marid.l10n.L10nSupport.LS| Modifier and Type | Field and Description |
|---|---|
protected Supplier<MBeanServerConnection> |
connectionSupplier |
protected EventListenerList |
listenerList |
protected RootNode |
root |
| Constructor and Description |
|---|
MBeanServerTreeModel(Supplier<MBeanServerConnection> connectionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTreeModelListener(TreeModelListener l) |
Object |
getChild(Object parent,
int index) |
int |
getChildCount(Object parent) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getHierarchicalColumn() |
int |
getIndexOfChild(Object parent,
Object child) |
RootNode |
getRoot() |
Object |
getValueAt(Object node,
int column) |
boolean |
isCellEditable(Object node,
int column) |
boolean |
isLeaf(Object node) |
void |
removeTreeModelListener(TreeModelListener l) |
void |
setValueAt(Object value,
Object node,
int column) |
void |
update() |
void |
valueForPathChanged(TreePath path,
Object newValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultL10nLocale, getDefaultLFunc, m, sprotected final Supplier<MBeanServerConnection> connectionSupplier
protected final EventListenerList listenerList
protected RootNode root
public MBeanServerTreeModel(Supplier<MBeanServerConnection> connectionSupplier)
public int getChildCount(Object parent)
getChildCount in interface TreeModelpublic void valueForPathChanged(TreePath path, Object newValue)
valueForPathChanged in interface TreeModelpublic int getIndexOfChild(Object parent, Object child)
getIndexOfChild in interface TreeModelpublic void addTreeModelListener(TreeModelListener l)
addTreeModelListener in interface TreeModelpublic void removeTreeModelListener(TreeModelListener l)
removeTreeModelListener in interface TreeModelpublic void update()
public Class<?> getColumnClass(int columnIndex)
getColumnClass in interface org.jdesktop.swingx.treetable.TreeTableModelpublic int getColumnCount()
getColumnCount in interface org.jdesktop.swingx.treetable.TreeTableModelpublic String getColumnName(int column)
getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModelpublic int getHierarchicalColumn()
getHierarchicalColumn in interface org.jdesktop.swingx.treetable.TreeTableModelpublic Object getValueAt(Object node, int column)
getValueAt in interface org.jdesktop.swingx.treetable.TreeTableModelpublic boolean isCellEditable(Object node, int column)
isCellEditable in interface org.jdesktop.swingx.treetable.TreeTableModelCopyright © 2012–2015 MARID software development group. All rights reserved.