Package | Description |
---|---|
org.apache.zookeeper.inspector.gui | |
org.apache.zookeeper.inspector.gui.nodeviewer |
Modifier and Type | Method and Description |
---|---|
void |
ZooInspectorPanel.nodeViewersChanged(List<ZooInspectorNodeViewer> newViewers) |
void |
NodeViewersChangeListener.nodeViewersChanged(List<ZooInspectorNodeViewer> newViewers)
Called when the node viewers configuration is changed (i.e node viewers
are added, removed or the order of the node viewers is changed)
|
void |
ZooInspectorNodeViewersPanel.setNodeViewers(List<ZooInspectorNodeViewer> nodeViewers) |
Constructor and Description |
---|
ZooInspectorNodeViewersDialog(Frame frame,
List<ZooInspectorNodeViewer> currentViewers,
Collection<NodeViewersChangeListener> listeners,
ZooInspectorManager manager,
IconResource iconResource) |
ZooInspectorNodeViewersPanel(ZooInspectorNodeManager zooInspectorManager,
List<ZooInspectorNodeViewer> nodeVeiwers) |
Modifier and Type | Class and Description |
---|---|
class |
NodeViewerACL
A node viewer for displaying the ACLs currently applied to the selected node
|
class |
NodeViewerData
A node viewer for displaying the data for the currently selected node
|
class |
NodeViewerMetaData
A node viewer for displaying the meta data for the currently selected node.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.