|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.ui.MibDescription
public class MibDescription
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 |
|---|
com.adventnet.snmp.ui.MibDescriptionUI descrui
boolean state
MibOperations mibOperations
java.lang.String description
java.util.StringTokenizer st
java.util.StringTokenizer spaceToken
java.lang.StringBuffer sb
java.util.Vector siblings
boolean selectionChanged
static boolean visibilitystate
| Constructor Detail |
|---|
public MibDescription()
| Method Detail |
|---|
javax.swing.ImageIcon createImageIcon(java.net.URL path)
public void setMibNodeDescription(MibNode mibNode)
public void setMibNodeDescription(NodeData node)
public void setMibOperations(MibOperations mibOps)
public void itemStateChanged(java.awt.event.ItemEvent ie)
itemStateChanged in interface java.awt.event.ItemListenerpublic void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||