|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.virgil.PropositionTypeSelector
public class PropositionTypeSelector
Field Summary | |
---|---|
static java.lang.String |
ACTION_ASSERT
|
static java.lang.String |
ACTION_GERUND
|
static java.lang.String |
ACTION_HOW
|
static java.lang.String |
ACTION_IMPERATIVE
|
static java.lang.String |
ACTION_INFINITIVE
|
static java.lang.String |
CONDITION_ASSERT
|
static java.lang.String |
CONDITION_GERUND
|
static java.lang.String |
CONDITION_HOW
|
static java.lang.String |
CONDITION_IMPERATIVE
|
static java.lang.String |
CONDITION_INFINITIVE
|
static java.lang.String |
CONDITION_INSTRUCTIONAL
|
static java.lang.String |
REALITY_ACTION
|
static java.lang.String |
REALITY_CONDITION
|
static java.lang.String |
SELECT_BELOW
|
static java.lang.String |
TIMELINE_ASSERT
|
static java.lang.String |
TIMELINE_HOW_FACTUAL
|
static java.lang.String |
TIMELINE_HOW_INSTRUCTIONAL
|
static java.lang.String |
TIMELINE_IMPERATIVE
|
static java.lang.String |
TIMELINE_SUBJUNCTIVE
|
Constructor Summary | |
---|---|
PropositionTypeSelector(SCHSelector parentSelector,
GenericScheherID selectedFrame,
ValidPropositionParameter param,
TimelineID timeline,
java.lang.String prompt,
SCHVariableType type)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
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 |
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)
Inform the Selector that a subordinate selector (such as a sub-selector of PredicateSelector has had a value set. |
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 SELECT_BELOW
public static final java.lang.String ACTION_ASSERT
public static final java.lang.String ACTION_GERUND
public static final java.lang.String ACTION_INFINITIVE
public static final java.lang.String ACTION_HOW
public static final java.lang.String ACTION_IMPERATIVE
public static final java.lang.String CONDITION_ASSERT
public static final java.lang.String CONDITION_IMPERATIVE
public static final java.lang.String CONDITION_INSTRUCTIONAL
public static final java.lang.String CONDITION_INFINITIVE
public static final java.lang.String CONDITION_GERUND
public static final java.lang.String CONDITION_HOW
public static final java.lang.String TIMELINE_ASSERT
public static final java.lang.String TIMELINE_IMPERATIVE
public static final java.lang.String TIMELINE_SUBJUNCTIVE
public static final java.lang.String TIMELINE_HOW_INSTRUCTIONAL
public static final java.lang.String TIMELINE_HOW_FACTUAL
public static final java.lang.String REALITY_ACTION
public static final java.lang.String REALITY_CONDITION
Constructor Detail |
---|
public PropositionTypeSelector(SCHSelector parentSelector, GenericScheherID selectedFrame, ValidPropositionParameter param, TimelineID timeline, java.lang.String prompt, SCHVariableType type) throws Scheherexception
Scheherexception
Method Detail |
---|
public javax.swing.JComponent getPanel()
SCHSelector
getPanel
in interface SCHSelector
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void subSelectorSet(SCHSelector subSelector)
SCHSelector
subSelectorSet
in interface SCHSelector
public void subSelectorSubmitting()
SCHSelector
subSelectorSubmitting
in interface SCHSelector
public void subSelectorCancelling()
SCHSelector
subSelectorCancelling
in interface SCHSelector
public boolean selectionReady()
SCHSelector
selectionReady
in interface SCHSelector
public void setSelection(java.lang.Object selection) throws Scheherexception
SCHSelector
setSelection
in interface SCHSelector
Scheherexception
public java.lang.Object getSelection() throws Scheherexception
SCHSelector
getSelection
in interface SCHSelector
Scheherexception
public void redoLayout()
SCHSelector
redoLayout
in interface SCHSelector
public SCHVariableType getType() throws Scheherexception
getType
in interface SCHSelector
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |