|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectspv.util.SpecviewDialog
public abstract class SpecviewDialog
This class provides the infrastructure necessary to implement message
dialogs. It mostly acts as a wrapper around the OptionPane
methods and constants. Subclasses must provide the necessary
customization.
| Field Summary | |
|---|---|
protected javax.swing.JFrame |
frame
|
protected java.lang.String |
msgtype
|
protected int |
type
|
| Constructor Summary | |
|---|---|
SpecviewDialog()
|
|
| Method Summary | |
|---|---|
protected void |
makeDialog(java.lang.String message)
This method creates a modal message window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.JFrame frame
protected java.lang.String msgtype
protected int type
| Constructor Detail |
|---|
public SpecviewDialog()
| Method Detail |
|---|
protected void makeDialog(java.lang.String message)
message - the message to be displayed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||