org.apache.bcel.verifier
Class VerifyDialog
javax.swing.JDialog
org.apache.bcel.verifier.VerifyDialog
public class VerifyDialog
extends javax.swing.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)]
$Id: VerifyDialog.java,v 1.1.1.1 2001/10/29 20:00:33 jvanzyl Exp $VerifyDialog() - Machine-generated.
|
VerifyDialog(String fully_qualified_class_name) - Use this constructor if you want a possibility to verify other
class files than java.lang.Object.
|
VerifyDialog(java.awt.Dialog owner) - Machine-generated.
|
VerifyDialog(java.awt.Dialog owner, String title) - Machine-generated.
|
VerifyDialog(java.awt.Dialog owner, String title, boolean modal) - Machine-generated.
|
VerifyDialog(java.awt.Dialog owner, boolean modal) - Machine-generated.
|
VerifyDialog(java.awt.Frame owner) - Machine-generated.
|
VerifyDialog(java.awt.Frame owner, String title) - Machine-generated.
|
VerifyDialog(java.awt.Frame owner, String title, boolean modal) - Machine-generated.
|
VerifyDialog(java.awt.Frame owner, boolean modal) - Machine-generated.
|
VerifyDialog
public VerifyDialog()
Machine-generated.
VerifyDialog
public VerifyDialog(String fully_qualified_class_name)
Use this constructor if you want a possibility to verify other
class files than java.lang.Object.
fully_qualified_class_name
- java.lang.String
VerifyDialog
public VerifyDialog(java.awt.Dialog owner)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Dialog owner,
String title)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Dialog owner,
String title,
boolean modal)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Dialog owner,
boolean modal)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Frame owner)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Frame owner,
String title)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Frame owner,
String title,
boolean modal)
Machine-generated.
VerifyDialog
public VerifyDialog(java.awt.Frame owner,
boolean modal)
Machine-generated.
flushButton_ActionPerformed
public void flushButton_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Machine-generated.
main
public static void main(java.lang.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'.
args
- java.lang.String[] fully qualified names of classes to verify.
pass1Button_ActionPerformed
public void pass1Button_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Machine-generated.
pass2Button_ActionPerformed
public void pass2Button_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Machine-generated.
pass4Button_ActionPerformed
public void pass4Button_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Machine-generated.