All Packages Class Hierarchy This Package Previous Next Index
Class ss98.gui.HostDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----ss98.gui.HostDialog
- public class HostDialog
- extends JComponent
- implements ActionListener, MouseListener
Version $Id: HostDialog.java,v 1.2 1999/04/30 06:02:51 jeremiah Exp jeremiah $
this is our dialog to configure a host. Create a new Host Dialog,
then run show options on that dialog. This returns an ss98Host class,
and accepts one if we are going to edit.
$Log: HostDialog.java,v $
Revision 1.2 1999/04/30 06:02:51 jeremiah
need to change so that dialog reflects fact that each snmp has it's own bound.
-
addOIDButton
-
-
Bound
-
-
boundsL
-
-
cancelButton
-
-
community
-
-
communityL
-
-
communityTF
-
-
delOIDButton
-
-
dialog
-
-
editOIDButton
-
-
host
-
-
hostname
-
-
hostNameL
-
-
hostnameTF
-
-
Limit
-
-
limitsL
-
-
lowerBound
-
-
lowerBoundTF
-
-
lowerL
-
-
lowerLimit
-
-
lowerLimitTF
-
-
oidLI
-
-
oidNameL
-
-
oidNameLI
-
-
oidNames
-
-
oidNameSP
-
-
oidNameTF
-
-
oids
-
-
oidsL
-
-
oidSP
-
-
oidTF
-
-
okButton
-
-
returnValue
-
-
setBoundsB
-
-
setLimitsB
-
-
upperBound
-
-
upperBoundTF
-
-
upperL
-
-
upperLimit
-
-
upperLimitTF
-
-
HostDialog()
-
-
actionPerformed(ActionEvent)
-
-
hostComplete()
-
-
hostInit()
- set all the values in dialog to those in host
-
initialize()
- this is the section, where all of the widgets are defined
-
itemStateChanged(ItemEvent)
-
-
mouseClicked(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
refreshBounds()
-
-
refreshLists()
-
-
showOptions(Component, ss98Host)
-
oidsL
JLabel oidsL
oidNameL
JLabel oidNameL
hostNameL
JLabel hostNameL
upperL
JLabel upperL
lowerL
JLabel lowerL
communityL
JLabel communityL
boundsL
JLabel boundsL
limitsL
JLabel limitsL
okButton
JButton okButton
cancelButton
JButton cancelButton
addOIDButton
JButton addOIDButton
delOIDButton
JButton delOIDButton
editOIDButton
JButton editOIDButton
setBoundsB
JButton setBoundsB
setLimitsB
JButton setLimitsB
hostnameTF
JTextField hostnameTF
communityTF
JTextField communityTF
oidTF
JTextField oidTF
oidNameTF
JTextField oidNameTF
upperBoundTF
JTextField upperBoundTF
lowerBoundTF
JTextField lowerBoundTF
upperLimitTF
JTextField upperLimitTF
lowerLimitTF
JTextField lowerLimitTF
oidLI
JList oidLI
oidNameLI
JList oidNameLI
oidSP
JScrollPane oidSP
oidNameSP
JScrollPane oidNameSP
host
private ss98Host host
community
String community
hostname
String hostname
oids
Vector oids
oidNames
Vector oidNames
upperBound
int upperBound
lowerBound
int lowerBound
upperLimit
int upperLimit
lowerLimit
int lowerLimit
Bound
int Bound
Limit
int Limit
returnValue
int returnValue
dialog
private JDialog dialog
HostDialog
public HostDialog()
showOptions
public ss98Host showOptions(Component parent,
ss98Host host)
hostInit
private void hostInit()
- set all the values in dialog to those in host
hostComplete
private boolean hostComplete()
initialize
private void initialize()
- this is the section, where all of the widgets are defined
refreshBounds
public void refreshBounds()
refreshLists
public void refreshLists()
actionPerformed
public void actionPerformed(ActionEvent ae)
itemStateChanged
public void itemStateChanged(ItemEvent ie)
mouseClicked
public void mouseClicked(MouseEvent mc)
mousePressed
public void mousePressed(MouseEvent mp)
mouseReleased
public void mouseReleased(MouseEvent mr)
mouseEntered
public void mouseEntered(MouseEvent me)
mouseExited
public void mouseExited(MouseEvent mx)
All Packages Class Hierarchy This Package Previous Next Index