|
ProGuard | ||||||||||
| 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
proguard.gui.FilterDialog
This JDialog allows the user to enter a String.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
static int |
APPROVE_OPTION
Return value if the dialog is approved (with the Ok button). |
static int |
CANCEL_OPTION
Return value if the dialog is canceled (with the Cancel button or by closing the dialog window). |
| 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 | |
FilterDialog(JFrame owner,
String explanation)
|
|
| Method Summary | |
String |
getEarFilter()
Returns the ear filter currently represented in this dialog. |
String |
getFilter()
Returns the filter currently represented in this dialog. |
String |
getJarFilter()
Returns the jar filter currently represented in this dialog. |
String |
getWarFilter()
Returns the war filter currently represented in this dialog. |
String |
getZipFilter()
Returns the zip filter currently represented in this dialog. |
void |
setEarFilter(String filter)
Sets the ear filter to be represented in this dialog. |
void |
setFilter(String filter)
Sets the filter to be represented in this dialog. |
void |
setJarFilter(String filter)
Sets the jar filter to be represented in this dialog. |
void |
setWarFilter(String filter)
Sets the war filter to be represented in this dialog. |
void |
setZipFilter(String filter)
Sets the zip filter to be represented in this dialog. |
int |
showDialog()
Shows this dialog. |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, 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 |
| Field Detail |
public static final int CANCEL_OPTION
public static final int APPROVE_OPTION
| Constructor Detail |
public FilterDialog(JFrame owner,
String explanation)
| Method Detail |
public void setFilter(String filter)
public String getFilter()
public void setJarFilter(String filter)
public String getJarFilter()
public void setWarFilter(String filter)
public String getWarFilter()
public void setEarFilter(String filter)
public String getEarFilter()
public void setZipFilter(String filter)
public String getZipFilter()
public int showDialog()
CANCEL_OPTION or APPROVE_OPTION,
depending on the choice of the user.
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||