Class VerifyDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class VerifyDialog extends JDialog
A class for simple graphical class file verification. Use the main(String []) method with fully qualified class names as arguments to use it as a stand-alone application. Use the VerifyDialog(String) constructor to use this class in your application. [This class was created using VisualAge for Java, but it does not work under VAJ itself (Version 3.02 JDK 1.2)]
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • classesToVerify

      private static int classesToVerify
      This field is here to count the number of open VerifyDialog instances so the JVM can be exited afer every Dialog had been closed.
    • ivjJDialogContentPane

      private JPanel ivjJDialogContentPane
      Machine-generated.
    • ivjPass1Panel

      private JPanel ivjPass1Panel
      Machine-generated.
    • ivjPass2Panel

      private JPanel ivjPass2Panel
      Machine-generated.
    • ivjPass3Panel

      private JPanel ivjPass3Panel
      Machine-generated.
    • ivjPass1Button

      private JButton ivjPass1Button
      Machine-generated.
    • ivjPass2Button

      private JButton ivjPass2Button
      Machine-generated.
    • ivjPass3Button

      private JButton ivjPass3Button
      Machine-generated.
    • ivjEventHandler

      private final VerifyDialog.IvjEventHandler ivjEventHandler
      Machine-generated.
    • className

      private String className
      The class to verify. Default set to 'java.lang.Object' in case this class is instantiated via one of the many machine-generated constructors.
    • ivjFlushButton

      private JButton ivjFlushButton
      Machine-generated.
  • Constructor Details

    • VerifyDialog

      public VerifyDialog()
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, String title)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, String title, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, String title)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, String title, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(String fullyQualifiedClassName)
      Use this constructor if you want a possibility to verify other class files than Object.
      Parameters:
      fullyQualifiedClassName - "java.lang.String"
  • Method Details

    • main

      public static void main(String[] args)
      Verifies one or more class files. Verification results are presented graphically: Red means 'rejected', green means 'passed' while yellow means 'could not be verified yet'.
      Parameters:
      args - String[] fully qualified names of classes to verify.
    • connEtoC1

      private void connEtoC1(ActionEvent arg1)
      Machine-generated.
    • connEtoC2

      private void connEtoC2(ActionEvent arg1)
      Machine-generated.
    • connEtoC3

      private void connEtoC3(ActionEvent arg1)
      Machine-generated.
    • connEtoC4

      private void connEtoC4(ActionEvent arg1)
      Machine-generated.
    • flushButton_ActionPerformed

      public void flushButton_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • getFlushButton

      private JButton getFlushButton()
      Machine-generated.
    • getJDialogContentPane

      private JPanel getJDialogContentPane()
      Machine-generated.
    • getPass1Button

      private JButton getPass1Button()
      Machine-generated.
    • getPass1Panel

      private JPanel getPass1Panel()
      Machine-generated.
    • getPass2Button

      private JButton getPass2Button()
      Machine-generated.
    • getPass2Panel

      private JPanel getPass2Panel()
      Machine-generated.
    • getPass3Button

      private JButton getPass3Button()
      Machine-generated.
    • getPass3Panel

      private JPanel getPass3Panel()
      Machine-generated.
    • handleException

      private void handleException(Throwable exception)
      Machine-generated.
    • initConnections

      private void initConnections()
      Machine-generated.
    • initialize

      private void initialize()
      Machine-generated.
    • pass1Button_ActionPerformed

      public void pass1Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • pass2Button_ActionPerformed

      public void pass2Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • pass4Button_ActionPerformed

      public void pass4Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.