| |
|
| javax.swing.JDialog jimm.datavision.gui.parameter.ParamAskWin
CARD_BOOL_NAME | final protected static String CARD_BOOL_NAME(Code) | | |
CARD_LIST_MULTIPLE_STRING_NAME | final protected static String CARD_LIST_MULTIPLE_STRING_NAME(Code) | | |
CARD_LIST_SINGLE_STRING_NAME | final protected static String CARD_LIST_SINGLE_STRING_NAME(Code) | | |
CARD_RANGE_DATE_NAME | final protected static String CARD_RANGE_DATE_NAME(Code) | | |
CARD_RANGE_STRING_NAME | final protected static String CARD_RANGE_STRING_NAME(Code) | | |
CARD_SINGLE_DATE_NAME | final protected static String CARD_SINGLE_DATE_NAME(Code) | | |
CARD_SINGLE_STRING_NAME | final protected static String CARD_SINGLE_STRING_NAME(Code) | | |
EDIT_PANEL_HEIGHT | final protected static int EDIT_PANEL_HEIGHT(Code) | | |
EDIT_PANEL_WIDTH | final protected static int EDIT_PANEL_WIDTH(Code) | | |
HORIZ_GAP | final protected static int HORIZ_GAP(Code) | | |
MAX_LIST_VISIBLE | final protected static int MAX_LIST_VISIBLE(Code) | | |
TEXT_FIELD_COLS | final protected static int TEXT_FIELD_COLS(Code) | | |
VERT_GAP | final protected static int VERT_GAP(Code) | | |
cancelled | protected boolean cancelled(Code) | | |
ParamAskWin | public ParamAskWin(Frame parent, List parameters)(Code) | | Constructor.
Parameters: parent - frame with which this dialog should be associated Parameters: parameters - a list of parameters |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handles the buttons.
Parameters: e - action event |
buildWindow | protected void buildWindow()(Code) | | |
copyValuesToSelectedParameter | protected void copyValuesToSelectedParameter()(Code) | | Copy all values in GUI into the associated selected parameter.
|
editPanel | protected JPanel editPanel()(Code) | | We create a dummy blank panel. Additional panels are created as they
are needed.
a dummy blank panel |
selectAndFillCard | protected void selectAndFillCard()(Code) | | Displays and fills the edit field for the currently selected parameter.
Inquisitors are lazily instantiated.
|
userCancelled | public boolean userCancelled()(Code) | | |
valueChanged | public void valueChanged(ListSelectionEvent e)(Code) | | Displays parameter fill-in-the-blanks whenever a new question is selected.
Before displaying the new values we save the old values for the previously
selected question.
|
|
|
|