com.adventnet.snmp.ui
Class MibDescription
java.lang.Object
|
+--com.adventnet.snmp.ui.MibDescription
- 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.
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
descrui
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
MibDescription
public MibDescription()
- Instantiates MibDescriptionUI.
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