|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 | |
---|---|
(package private) class |
VerifyDialog.IvjEventHandler
Machine-generated. |
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
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.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
private String |
class_name
The class to verify. |
private static int |
classes_to_verify
This field is here to count the number of open VerifyDialog instances so the JVM can be exited afer every Dialog had been closed. |
(package private) VerifyDialog.IvjEventHandler |
ivjEventHandler
Machine-generated. |
private JButton |
ivjFlushButton
Machine-generated. |
private JPanel |
ivjJDialogContentPane
Machine-generated. |
private JButton |
ivjPass1Button
Machine-generated. |
private JPanel |
ivjPass1Panel
Machine-generated. |
private JButton |
ivjPass2Button
Machine-generated. |
private JPanel |
ivjPass2Panel
Machine-generated. |
private JButton |
ivjPass3Button
Machine-generated. |
private JPanel |
ivjPass3Panel
Machine-generated. |
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
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 | |
---|---|
private void |
connEtoC1(ActionEvent arg1)
Machine-generated. |
private void |
connEtoC2(ActionEvent arg1)
Machine-generated. |
private void |
connEtoC3(ActionEvent arg1)
Machine-generated. |
private void |
connEtoC4(ActionEvent arg1)
Machine-generated. |
void |
flushButton_ActionPerformed(ActionEvent actionEvent)
Machine-generated. |
private JButton |
getFlushButton()
Machine-generated. |
private JPanel |
getJDialogContentPane()
Machine-generated. |
private JButton |
getPass1Button()
Machine-generated. |
private JPanel |
getPass1Panel()
Machine-generated. |
private JButton |
getPass2Button()
Machine-generated. |
private JPanel |
getPass2Panel()
Machine-generated. |
private JButton |
getPass3Button()
Machine-generated. |
private JPanel |
getPass3Panel()
Machine-generated. |
private void |
handleException(Throwable exception)
Machine-generated. |
private void |
initConnections()
Machine-generated. |
private void |
initialize()
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, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private JPanel ivjJDialogContentPane
private JPanel ivjPass1Panel
private JPanel ivjPass2Panel
private JPanel ivjPass3Panel
private JButton ivjPass1Button
private JButton ivjPass2Button
private JButton ivjPass3Button
VerifyDialog.IvjEventHandler ivjEventHandler
private String class_name
private static int classes_to_verify
private JButton ivjFlushButton
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 |
---|
private void connEtoC1(ActionEvent arg1)
private void connEtoC2(ActionEvent arg1)
private void connEtoC3(ActionEvent arg1)
private void connEtoC4(ActionEvent arg1)
public void flushButton_ActionPerformed(ActionEvent actionEvent)
private JButton getFlushButton()
private JPanel getJDialogContentPane()
private JButton getPass1Button()
private JPanel getPass1Panel()
private JButton getPass2Button()
private JPanel getPass2Panel()
private JButton getPass3Button()
private JPanel getPass3Panel()
private void handleException(Throwable exception)
private void initConnections() throws Exception
Exception
private void initialize()
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 |