com.adventnet.snmp.ui
Class MibDescription

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

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.


Constructor Summary
MibDescription()
          Instantiates MibDescriptionUI.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 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
 

Constructor Detail

MibDescription

public MibDescription()
Instantiates MibDescriptionUI.

Method Detail

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


Copyright (c)AdventNet Inc., 1996-2006