com.adventnet.snmp.ui
Class GeneralSettingsPanel
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JPanel
|
+--com.adventnet.snmp.ui.GeneralSettingsPanel
- synchronized class GeneralSettingsPanel
- extends javax.swing.JPanel
- See Also:
- Serialized Form
| Inner classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Inner classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent,
javax.swing.JComponent.IntVector,
javax.swing.JComponent.KeyboardBinding,
javax.swing.JComponent.KeyboardState |
| Inner classes inherited from class java.awt.Component |
java.awt.Component.AWTTreeLock |
| Fields inherited from class javax.swing.JComponent |
_bounds,
accessibleContext,
listenerList,
paintingChild,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
component,
containerListener,
layoutMgr,
ncomponents |
| Fields inherited from class java.awt.Component |
actionListenerK,
adjustmentListenerK,
appContext,
background,
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
componentListener,
componentListenerK,
componentOrientation,
containerListenerK,
cursor,
dropTarget,
enabled,
eventMask,
focusListener,
focusListenerK,
font,
foreground,
hasFocus,
height,
incRate,
inputMethodListener,
inputMethodListenerK,
isInc,
isPacked,
itemListenerK,
keyListener,
keyListenerK,
LEFT_ALIGNMENT,
locale,
LOCK,
minSize,
mouseListener,
mouseListenerK,
mouseMotionListener,
mouseMotionListenerK,
newEventsOnly,
ownedWindowK,
parent,
peer,
peerFont,
popups,
prefSize,
RIGHT_ALIGNMENT,
textListenerK,
TOP_ALIGNMENT,
valid,
visible,
width,
windowListenerK,
x,
y |
|
Method Summary |
java.lang.String |
getParameter(java.lang.String)
|
void |
init()
|
void |
initVariables()
|
(package private) boolean |
isUserEntrySelected()
|
boolean |
saveAllSettings()
|
void |
setConstraints(int,
int,
int,
int,
double,
double,
int,
int,
java.awt.Insets,
int,
int)
|
void |
setDriverName(java.lang.String)
|
void |
setPassword(java.lang.String)
|
void |
setProperties(java.util.Properties)
|
void |
setUpConnections()
|
void |
setUpGUI(java.awt.Container)
|
void |
setUpProperties()
|
void |
setUrlName(java.lang.String)
|
void |
setUserName(java.lang.String)
|
void |
showStatus(java.lang.String)
|
void |
showStatus(java.lang.String,
java.lang.Exception)
|
void |
start()
|
void |
stop()
|
void |
updateSettings()
|
| Methods inherited from class javax.swing.JPanel |
,
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
| Methods inherited from class javax.swing.JComponent |
_paintImmediately,
addAncestorListener,
addNotify,
addPropertyChangeListener,
addPropertyChangeListener,
addVetoableChangeListener,
alwaysOnTop,
bindingForKeyStroke,
checkIfChildObscuredBySibling,
computeVisibleRect,
computeVisibleRect,
contains,
createToolTip,
enableSerialization,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChange,
fireVetoableChange,
getActionForKeyStroke,
getAlignmentX,
getAlignmentY,
getAutoscrolls,
getBorder,
getBounds,
getClientProperty,
getComponentGraphics,
getConditionForKeyStroke,
getDebugGraphicsOptions,
getGraphics,
getHeight,
getInsets,
getInsets,
getLocation,
getMaximumSize,
getMinimumSize,
getNextFocusableComponent,
getPreferredSize,
getRegisteredKeyStrokes,
getRootPane,
getSize,
getToolTipLocation,
getToolTipText,
getToolTipText,
getTopLevelAncestor,
getVisibleRect,
getWidth,
getX,
getY,
grabFocus,
hasFocus,
isDoubleBuffered,
isFocusCycleRoot,
isFocusTraversable,
isLightweightComponent,
isManagingFocus,
isOpaque,
isOptimizedDrawingEnabled,
isPaintingTile,
isRequestFocusEnabled,
isValidateRoot,
paint,
paintBorder,
paintChildren,
paintComponent,
paintImmediately,
paintImmediately,
print,
printAll,
processComponentKeyEvent,
processFocusEvent,
processKeyBinding,
processKeyBindings,
processKeyBindingsForAllComponents,
processKeyEvent,
processMouseMotionEvent,
putClientProperty,
rectangleIsObscured,
rectangleIsObscuredBySibling,
registerKeyboardAction,
registerKeyboardAction,
registerWithKeyboardManager,
removeAncestorListener,
removeNotify,
removePropertyChangeListener,
removePropertyChangeListener,
removeVetoableChangeListener,
repaint,
repaint,
requestDefaultFocus,
requestFocus,
resetKeyboardActions,
reshape,
revalidate,
scrollRectToVisible,
setAlignmentX,
setAlignmentY,
setAutoscrolls,
setBackground,
setBorder,
setDebugGraphicsOptions,
setDoubleBuffered,
setEnabled,
setFont,
setForeground,
setMaximumSize,
setMinimumSize,
setNextFocusableComponent,
setOpaque,
setPaintingChild,
setPreferredSize,
setRequestFocusEnabled,
setToolTipText,
setUI,
setVisible,
shouldDebugGraphics,
superProcessMouseMotionEvent,
unregisterKeyboardAction,
unregisterWithKeyboardManager,
update |
| Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
applyOrientation,
countComponents,
deliverEvent,
dispatchEventImpl,
dispatchEventToSelf,
doLayout,
eventEnabled,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents_NoClientCode,
getComponents,
getCursorTarget,
getLayout,
getMouseEventTarget,
getWindow,
insets,
invalidate,
invalidateTree,
isAncestorOf,
layout,
lightweightPrint,
list,
list,
locate,
minimumSize,
nextFocus,
paintComponents,
postProcessKeyEvent,
postsOldMouseEvents,
preferredSize,
preProcessKeyEvent,
printComponents,
printHeavyweightComponents,
processContainerEvent,
processEvent,
proxyEnableEvents,
proxyRequestFocus,
remove,
remove,
removeAll,
removeContainerListener,
setCursor,
setFocusOwner,
setLayout,
transferFocus,
updateCursor,
validate,
validateTree |
| Methods inherited from class java.awt.Component |
action,
add,
addComponentListener,
addFocusListener,
addInputMethodListener,
addKeyListener,
addMouseListener,
addMouseMotionListener,
areInputMethodsEnabled,
bounds,
checkImage,
checkImage,
coalesceEvents,
constructComponentName,
contains,
createImage,
createImage,
disable,
disableEvents,
dispatchEvent,
enable,
enable,
enableEvents,
enableInputMethods,
getBackground,
getBounds,
getColorModel,
getComponentOrientation,
getCursor,
getDropTarget,
getFont_NoClientCode,
getFont,
getFontMetrics,
getForeground,
getInputContext,
getInputMethodRequests,
getIntrinsicCursor,
getLocale,
getLocation,
getLocationOnScreen,
getName,
getNativeContainer,
getParent_NoClientCode,
getParent,
getPeer,
getSize,
getToolkit,
getToolkitImpl,
getTreeLock,
gotFocus,
handleEvent,
hide,
imageUpdate,
inside,
isDisplayable,
isEnabled,
isEnabledImpl,
isLightweight,
isShowing,
isValid,
isVisible,
keyDown,
keyUp,
list,
list,
list,
location,
lostFocus,
mouseDown,
mouseDrag,
mouseEnter,
mouseExit,
mouseMove,
mouseUp,
move,
nextFocus,
paintAll,
postEvent,
prepareImage,
prepareImage,
processComponentEvent,
processInputMethodEvent,
processMouseEvent,
remove,
removeComponentListener,
removeFocusListener,
removeInputMethodListener,
removeKeyListener,
removeMouseListener,
removeMouseMotionListener,
repaint,
repaint,
repaint,
resize,
resize,
setBounds,
setBounds,
setComponentOrientation,
setDropTarget,
setLocale,
setLocation,
setLocation,
setName,
setSize,
setSize,
show,
show,
size,
toString,
transferFocus |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Top
javax.swing.JPanel Top
JPanel1
javax.swing.JPanel JPanel1
JPanel2
javax.swing.JPanel JPanel2
v1Radio
javax.swing.JRadioButton v1Radio
v2Radio
javax.swing.JRadioButton v2Radio
v3Radio
javax.swing.JRadioButton v3Radio
JPanel4
javax.swing.JPanel JPanel4
maxRepLabel
javax.swing.JLabel maxRepLabel
minRepLabel
javax.swing.JLabel minRepLabel
maxRepField
javax.swing.JTextField maxRepField
minRepField
javax.swing.JTextField minRepField
JPanel6
javax.swing.JPanel JPanel6
contextNameLabel
javax.swing.JLabel contextNameLabel
contextIDLabel
javax.swing.JLabel contextIDLabel
contextIDField
javax.swing.JTextField contextIDField
contextNameField
javax.swing.JTextField contextNameField
JPanel7
javax.swing.JPanel JPanel7
JPanel5
javax.swing.JPanel JPanel5
addButton
javax.swing.JButton addButton
modifyButton
javax.swing.JButton modifyButton
deleteButton
javax.swing.JButton deleteButton
JScrollPane1
javax.swing.JScrollPane JScrollPane1
v3Table
javax.swing.JTable v3Table
dbaseParams
javax.swing.JButton dbaseParams
saveV3Table
javax.swing.JCheckBox saveV3Table
databaseBox
javax.swing.JCheckBox databaseBox
setEngineID
javax.swing.JCheckBox setEngineID
JPanel3
javax.swing.JPanel JPanel3
timeOutLabel
javax.swing.JLabel timeOutLabel
retriesLabel
javax.swing.JLabel retriesLabel
timeOutSpin
com.adventnet.beans.utilbeans.NumericSpinControl timeOutSpin
retriesSpin
com.adventnet.beans.utilbeans.NumericSpinControl retriesSpin
encodeLabel
javax.swing.JLabel encodeLabel
encodeCombo
javax.swing.JComboBox encodeCombo
versionRadioGroup
javax.swing.ButtonGroup versionRadioGroup
cons
java.awt.GridBagConstraints cons
inset
java.awt.Insets inset
v3TableModel
javax.swing.table.DefaultTableModel v3TableModel
settingsModel
MibSettingsModel settingsModel
isConnectedToV3Database
boolean isConnectedToV3Database
bcp
BroadCastPanel bcp
driverName
java.lang.String driverName
urlName
java.lang.String urlName
userName
java.lang.String userName
password
java.lang.String password
broadCastBox
javax.swing.JCheckBox broadCastBox
contextNameVector
java.util.Vector contextNameVector
contextNameFieldpropertyChanged
boolean contextNameFieldpropertyChanged
packageVersion
int packageVersion
prevSelection
int prevSelection
parent
javax.swing.JFrame parent
GeneralSettingsPanel
public GeneralSettingsPanel()
GeneralSettingsPanel
public GeneralSettingsPanel(MibSettingsModel)
GeneralSettingsPanel
public GeneralSettingsPanel(java.applet.Applet)
GeneralSettingsPanel
public GeneralSettingsPanel(javax.swing.JFrame,
MibSettingsModel)
getParameter
public java.lang.String getParameter(java.lang.String)
init
public void init()
initVariables
public void initVariables()
isUserEntrySelected
boolean isUserEntrySelected()
saveAllSettings
public boolean saveAllSettings()
setConstraints
public void setConstraints(int,
int,
int,
int,
double,
double,
int,
int,
java.awt.Insets,
int,
int)
setDriverName
public void setDriverName(java.lang.String)
setPassword
public void setPassword(java.lang.String)
setProperties
public void setProperties(java.util.Properties)
setUpConnections
public void setUpConnections()
setUpGUI
public void setUpGUI(java.awt.Container)
setUpProperties
public void setUpProperties()
setUrlName
public void setUrlName(java.lang.String)
setUserName
public void setUserName(java.lang.String)
showStatus
public void showStatus(java.lang.String)
showStatus
public void showStatus(java.lang.String,
java.lang.Exception)
start
public void start()
stop
public void stop()
updateSettings
public void updateSettings()