|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Window java.awt.Dialog javax.swing.JDialog org.apache.bcel.verifier.VerifyDialog
public class VerifyDialog
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)]
main(String[])
,
VerifyDialog(String)
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
VerifyDialog()
Machine-generated. |
|
VerifyDialog(Dialog owner)
Machine-generated. |
|
VerifyDialog(Dialog owner,
boolean modal)
Machine-generated. |
|
VerifyDialog(Dialog owner,
String title)
Machine-generated. |
|
VerifyDialog(Dialog owner,
String title,
boolean modal)
Machine-generated. |
|
VerifyDialog(Frame owner)
Machine-generated. |
|
VerifyDialog(Frame owner,
boolean modal)
Machine-generated. |
|
VerifyDialog(Frame owner,
String title)
Machine-generated. |
|
VerifyDialog(Frame owner,
String title,
boolean modal)
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. |
Method Summary | |
---|---|
void |
flushButton_ActionPerformed(ActionEvent actionEvent)
Machine-generated. |
static void |
main(String[] args)
Verifies one or more class files. |
void |
pass1Button_ActionPerformed(ActionEvent actionEvent)
Machine-generated. |
void |
pass2Button_ActionPerformed(ActionEvent actionEvent)
Machine-generated. |
void |
pass4Button_ActionPerformed(ActionEvent actionEvent)
Machine-generated. |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerifyDialog()
public VerifyDialog(Dialog owner)
public VerifyDialog(Dialog owner, String title)
public VerifyDialog(Dialog owner, String title, boolean modal)
public VerifyDialog(Dialog owner, boolean modal)
public VerifyDialog(Frame owner)
public VerifyDialog(Frame owner, String title)
public VerifyDialog(Frame owner, String title, boolean modal)
public VerifyDialog(Frame owner, boolean modal)
public VerifyDialog(String fully_qualified_class_name)
fully_qualified_class_name
- java.lang.StringMethod Detail |
---|
public void flushButton_ActionPerformed(ActionEvent actionEvent)
public static void main(String[] args)
args
- java.lang.String[] fully qualified names of classes to verify.public void pass1Button_ActionPerformed(ActionEvent actionEvent)
public void pass2Button_ActionPerformed(ActionEvent actionEvent)
public void pass4Button_ActionPerformed(ActionEvent actionEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |