com.adventnet.snmp.beans
Class ObjectIDEditorList
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.adventnet.snmp.beans.ObjectIDEditorList
- public class ObjectIDEditorList
- extends java.beans.PropertyEditorSupport
This class is a property editor for Multiple Object IDs
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener,
firePropertyChange,
getAsText,
getJavaInitializationString,
getTags,
getValue,
removePropertyChangeListener,
setAsText,
setValue |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
treeComp
static MibTreeComponent treeComp
browserPanel
javax.swing.JPanel browserPanel
listmodel
javax.swing.DefaultListModel listmodel
oid
java.util.Vector oid
strtemp
java.util.Vector strtemp
numtemp
java.util.Vector numtemp
ObjectIDEditorList
public ObjectIDEditorList()
getBrowserPanel
javax.swing.JPanel getBrowserPanel()
setObjectIDHelper
public static void setObjectIDHelper(ObjectIDHelper oidHelperArg)
supportsCustomEditor
public boolean supportsCustomEditor()
- Overrides:
- supportsCustomEditor in class java.beans.PropertyEditorSupport
getCustomEditor
public java.awt.Component getCustomEditor()
- Overrides:
- getCustomEditor in class java.beans.PropertyEditorSupport
isPaintable
public boolean isPaintable()
- Overrides:
- isPaintable in class java.beans.PropertyEditorSupport
paintValue
public void paintValue(java.awt.Graphics g,
java.awt.Rectangle r)
- Overrides:
- paintValue in class java.beans.PropertyEditorSupport
logErrorMessage
void logErrorMessage(java.lang.String error)
logInfoMessage
void logInfoMessage(java.lang.String info)