Uses of Class
org.apache.zookeeper.inspector.gui.nodeviewer.ZooInspectorNodeViewer
Packages that use ZooInspectorNodeViewer
Package
Description
-
Uses of ZooInspectorNodeViewer in org.apache.zookeeper.inspector.gui
Method parameters in org.apache.zookeeper.inspector.gui with type arguments of type ZooInspectorNodeViewerModifier and TypeMethodDescriptionvoid
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
ZooInspectorPanel.nodeViewersChanged
(List<ZooInspectorNodeViewer> newViewers) void
ZooInspectorNodeViewersPanel.setNodeViewers
(List<ZooInspectorNodeViewer> nodeViewers) Constructor parameters in org.apache.zookeeper.inspector.gui with type arguments of type ZooInspectorNodeViewerModifierConstructorDescriptionZooInspectorNodeViewersDialog
(Frame frame, List<ZooInspectorNodeViewer> currentViewers, Collection<NodeViewersChangeListener> listeners, ZooInspectorManager manager, IconResource iconResource) ZooInspectorNodeViewersPanel
(ZooInspectorNodeManager zooInspectorManager, List<ZooInspectorNodeViewer> nodeViewers) -
Uses of ZooInspectorNodeViewer in org.apache.zookeeper.inspector.gui.nodeviewer
Subclasses of ZooInspectorNodeViewer in org.apache.zookeeper.inspector.gui.nodeviewerModifier and TypeClassDescriptionclass
A node viewer for displaying the ACLs currently applied to the selected nodeclass
A node viewer for displaying the data for the currently selected nodeclass
A node viewer for displaying the meta data for the currently selected node.