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.


Variable Index

 o addOIDButton
 o Bound
 o boundsL
 o cancelButton
 o community
 o communityL
 o communityTF
 o delOIDButton
 o dialog
 o editOIDButton
 o host
 o hostname
 o hostNameL
 o hostnameTF
 o Limit
 o limitsL
 o lowerBound
 o lowerBoundTF
 o lowerL
 o lowerLimit
 o lowerLimitTF
 o oidLI
 o oidNameL
 o oidNameLI
 o oidNames
 o oidNameSP
 o oidNameTF
 o oids
 o oidsL
 o oidSP
 o oidTF
 o okButton
 o returnValue
 o setBoundsB
 o setLimitsB
 o upperBound
 o upperBoundTF
 o upperL
 o upperLimit
 o upperLimitTF

Constructor Index

 o HostDialog()

Method Index

 o actionPerformed(ActionEvent)
 o hostComplete()
 o hostInit()
set all the values in dialog to those in host
 o initialize()
this is the section, where all of the widgets are defined
 o itemStateChanged(ItemEvent)
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o refreshBounds()
 o refreshLists()
 o showOptions(Component, ss98Host)

Variables

 o oidsL
 JLabel oidsL
 o oidNameL
 JLabel oidNameL
 o hostNameL
 JLabel hostNameL
 o upperL
 JLabel upperL
 o lowerL
 JLabel lowerL
 o communityL
 JLabel communityL
 o boundsL
 JLabel boundsL
 o limitsL
 JLabel limitsL
 o okButton
 JButton okButton
 o cancelButton
 JButton cancelButton
 o addOIDButton
 JButton addOIDButton
 o delOIDButton
 JButton delOIDButton
 o editOIDButton
 JButton editOIDButton
 o setBoundsB
 JButton setBoundsB
 o setLimitsB
 JButton setLimitsB
 o hostnameTF
 JTextField hostnameTF
 o communityTF
 JTextField communityTF
 o oidTF
 JTextField oidTF
 o oidNameTF
 JTextField oidNameTF
 o upperBoundTF
 JTextField upperBoundTF
 o lowerBoundTF
 JTextField lowerBoundTF
 o upperLimitTF
 JTextField upperLimitTF
 o lowerLimitTF
 JTextField lowerLimitTF
 o oidLI
 JList oidLI
 o oidNameLI
 JList oidNameLI
 o oidSP
 JScrollPane oidSP
 o oidNameSP
 JScrollPane oidNameSP
 o host
 private ss98Host host
 o community
 String community
 o hostname
 String hostname
 o oids
 Vector oids
 o oidNames
 Vector oidNames
 o upperBound
 int upperBound
 o lowerBound
 int lowerBound
 o upperLimit
 int upperLimit
 o lowerLimit
 int lowerLimit
 o Bound
 int Bound
 o Limit
 int Limit
 o returnValue
 int returnValue
 o dialog
 private JDialog dialog

Constructors

 o HostDialog
 public HostDialog()

Methods

 o showOptions
 public ss98Host showOptions(Component parent,
                             ss98Host host)
 o hostInit
 private void hostInit()
set all the values in dialog to those in host

 o hostComplete
 private boolean hostComplete()
 o initialize
 private void initialize()
this is the section, where all of the widgets are defined

 o refreshBounds
 public void refreshBounds()
 o refreshLists
 public void refreshLists()
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
 o itemStateChanged
 public void itemStateChanged(ItemEvent ie)
 o mouseClicked
 public void mouseClicked(MouseEvent mc)
 o mousePressed
 public void mousePressed(MouseEvent mp)
 o mouseReleased
 public void mouseReleased(MouseEvent mr)
 o mouseEntered
 public void mouseEntered(MouseEvent me)
 o mouseExited
 public void mouseExited(MouseEvent mx)

All Packages  Class Hierarchy  This Package  Previous  Next  Index