|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstory.scheherazade.virgil.VirgilLauncher
public class VirgilLauncher
This class presents a GUI that allows a user to enter a name, and configure Virgil prior to launching it.
| Field Summary | |
|---|---|
static java.lang.String |
MODE_CUSTOM_ORIGINAL
|
| Constructor Summary | |
|---|---|
VirgilLauncher(java.lang.String[] args)
|
|
| Method Summary | |
|---|---|
static void |
centerJFrame(javax.swing.JFrame frame)
Sets a JFrame to the center of the screen horizontally, a little higher than center vertically. |
javax.swing.JComponent |
getPanel()
Get the JComponent of the GUI front-end of the selector. |
java.lang.Object |
getSelection()
Return the value of this selector. |
SCHVariableType |
getType()
|
void |
launch(java.lang.String mode,
java.lang.String UID,
java.lang.String sourceStory)
|
static void |
main(java.lang.String[] args)
|
javax.swing.JPanel |
makeContent()
|
void |
redoLayout()
Reconstruct the GUI for this selector. |
boolean |
selectionReady()
Returns whether a value has been properly set. |
void |
setSelection(java.lang.Object selection)
Set the selection. |
void |
subSelectorCancelling()
Indicates to the selector that a subordinate selector (such as the parameters within a ConditionSelector) has been told by the user to cancel the selection process. |
void |
subSelectorSet(SCHSelector subSelector)
These are required to implement SCHSelector. |
void |
subSelectorSubmitting()
Indicates to the selector that a subordinate selector (such as the parameters within a ConditionSelector) has been told by the user that their value is final. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MODE_CUSTOM_ORIGINAL
| Constructor Detail |
|---|
public VirgilLauncher(java.lang.String[] args)
throws Scheherexception
Scheherexception| Method Detail |
|---|
public javax.swing.JPanel makeContent()
public static void main(java.lang.String[] args)
public void subSelectorSet(SCHSelector subSelector)
subSelectorSet in interface SCHSelectorpublic void subSelectorSubmitting()
SCHSelector
subSelectorSubmitting in interface SCHSelectorpublic void subSelectorCancelling()
SCHSelector
subSelectorCancelling in interface SCHSelectorpublic boolean selectionReady()
SCHSelector
selectionReady in interface SCHSelector
public void setSelection(java.lang.Object selection)
throws Scheherexception
SCHSelector
setSelection in interface SCHSelectorScheherexception
public java.lang.Object getSelection()
throws Scheherexception
SCHSelector
getSelection in interface SCHSelectorScheherexceptionpublic void redoLayout()
SCHSelector
redoLayout in interface SCHSelectorpublic javax.swing.JComponent getPanel()
SCHSelector
getPanel in interface SCHSelector
public SCHVariableType getType()
throws Scheherexception
getType in interface SCHSelectorScheherexceptionpublic static void centerJFrame(javax.swing.JFrame frame)
public void launch(java.lang.String mode,
java.lang.String UID,
java.lang.String sourceStory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||