Uses of Class
net.sf.panoptes.model.node.Node

Packages that use Node
net.sf.panoptes.controller   
net.sf.panoptes.model.component   
net.sf.panoptes.model.component.registry   
net.sf.panoptes.model.node   
net.sf.panoptes.module.jmx   
net.sf.panoptes.module.log4j   
net.sf.panoptes.view   
net.sf.panoptes.view.configurator   
 

Uses of Node in net.sf.panoptes.controller
 

Methods in net.sf.panoptes.controller that return Node
 Node MainController.getCurrentNode()
           
 

Methods in net.sf.panoptes.controller with parameters of type Node
 void MainController.setCurrentNode(Node node)
           
 

Uses of Node in net.sf.panoptes.model.component
 

Subclasses of Node in net.sf.panoptes.model.component
 class Component
          Abstract class that must be subclassed by Components.
 class ComponentGroup
          Simple class for use in the treemodel when logical grouping is to be done.
 class ComponentQuery
          Represents a component query node which will list the query results as it's children.
 

Methods in net.sf.panoptes.model.component that return Node
 Node[] ComponentQuery.getChildren()
           
 Node[] ComponentGroup.getChildren()
           
 Node[] Component.getChildren()
           
 

Methods in net.sf.panoptes.model.component with parameters of type Node
 void ComponentGroup.addChild(Node child)
           
 

Uses of Node in net.sf.panoptes.model.component.registry
 

Methods in net.sf.panoptes.model.component.registry that return Node
 Node ComponentRegistry.getObjectInstance(ComponentName name)
           
 

Uses of Node in net.sf.panoptes.model.node
 

Subclasses of Node in net.sf.panoptes.model.node
 class RootNode
          RootNode.java Root of the management tree.
 class SymLinkNode
          Instances of this class are placeholders or "shortcuts" for other components.
 

Methods in net.sf.panoptes.model.node that return Node
 Node[] SymLinkNode.getChildren()
           
 Node NodeUpdateEvent.getNode()
           
abstract  Node[] Node.getChildren()
           
 

Constructors in net.sf.panoptes.model.node with parameters of type Node
NodeUpdateEvent(Node node)
           
NodeUpdateEvent(Node node, java.lang.Object data)
           
 

Uses of Node in net.sf.panoptes.module.jmx
 

Subclasses of Node in net.sf.panoptes.module.jmx
 class DetectedMBeanServerComponent
           
 class DomainComponent
          DomainNode.java Node representing a JMX domain.
 class JMXDiscoveryComponent
           
 class MBeanComponent
          MBeanComponent.java Wraps an MBean and implements helper methods.
 class MBeanServerComponent
          MBeanServerComponent.java Wraps a JMX server connector.
 

Methods in net.sf.panoptes.module.jmx with parameters of type Node
 void IntrospectorPanel.setNode(Node component)
           
 

Uses of Node in net.sf.panoptes.module.log4j
 

Subclasses of Node in net.sf.panoptes.module.log4j
 class LoggerComponent
          Wraps a logger location.
 

Methods in net.sf.panoptes.module.log4j that return Node
 Node[] LoggerRepository.getChildren()
           
 

Methods in net.sf.panoptes.module.log4j with parameters of type Node
 void LoggerTable.setNode(Node component)
           
 void LoggerConsole.setNode(Node component)
           
 

Constructors in net.sf.panoptes.module.log4j with parameters of type Node
LogComponentUpdateEvent(Node node, java.util.Collection newEvents)
           
 

Uses of Node in net.sf.panoptes.view
 

Methods in net.sf.panoptes.view with parameters of type Node
 void MainWindow.refresh(Node component)
           
 

Uses of Node in net.sf.panoptes.view.configurator
 

Methods in net.sf.panoptes.view.configurator with parameters of type Node
abstract  void NodeConfigurator.setNode(Node node)
           
 void JellyConfigurator.setNode(Node node)
           
 void DefaultConfigurator.setNode(Node component)
           
 



Copyright © 2003 . All Rights Reserved.