com.adventnet.snmp.ui
Class MibDescription

java.lang.Object
  extended by com.adventnet.snmp.ui.MibDescription
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.util.EventListener

public class MibDescription
extends java.lang.Object
implements java.awt.event.ItemListener, java.awt.event.ActionListener

This class sets the mib node details in the MibDescriptionUI.


Field Summary
(package private)  java.lang.String description
           
(package private)  com.adventnet.snmp.ui.MibDescriptionUI descrui
           
(package private)  MibOperations mibOperations
           
(package private)  java.lang.StringBuffer sb
           
(package private)  boolean selectionChanged
           
(package private)  java.util.Vector siblings
           
(package private)  java.util.StringTokenizer spaceToken
           
(package private)  java.util.StringTokenizer st
           
(package private)  boolean state
           
(package private) static boolean visibilitystate
           
 
Constructor Summary
MibDescription()
          Instantiates MibDescriptionUI.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
(package private)  javax.swing.ImageIcon createImageIcon(java.net.URL path)
           
 void itemStateChanged(java.awt.event.ItemEvent ie)
          Invoked when the selection in combo box is changed.
 void setMibNodeDescription(MibNode mibNode)
          Sets the node information in the MibDescriptionUI.
 void setMibNodeDescription(NodeData node)
           
 void setMibOperations(MibOperations mibOps)
          This receives the MibOperations instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descrui

com.adventnet.snmp.ui.MibDescriptionUI descrui

state

boolean state

mibOperations

MibOperations mibOperations

description

java.lang.String description

st

java.util.StringTokenizer st

spaceToken

java.util.StringTokenizer spaceToken

sb

java.lang.StringBuffer sb

siblings

java.util.Vector siblings

selectionChanged

boolean selectionChanged

visibilitystate

static boolean visibilitystate
Constructor Detail

MibDescription

public MibDescription()
Instantiates MibDescriptionUI.

Method Detail

createImageIcon

javax.swing.ImageIcon createImageIcon(java.net.URL path)

setMibNodeDescription

public void setMibNodeDescription(MibNode mibNode)
Sets the node information in the MibDescriptionUI.


setMibNodeDescription

public void setMibNodeDescription(NodeData node)

setMibOperations

public void setMibOperations(MibOperations mibOps)
This receives the MibOperations instance.


itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent ie)
Invoked when the selection in combo box is changed.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener