| javax.swing.JFrame com.xoetrope.carousel.survey.XSurveyEditorFrame
XSurveyEditorFrame | public class XSurveyEditorFrame extends JFrame (Code) | | The main frame of the survey editor
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.5 $
|
XSurveyEditorFrame | public XSurveyEditorFrame(boolean standalone, String name, File sFile)(Code) | | Creates a new instance of XSurveyEditorFrame
Parameters: standalone - indicates whether the editor is run as a standalone application Parameters: name - the name of the survey Parameters: sFile - file containing survey's questions. |
XSurveyEditorFrame | public XSurveyEditorFrame(boolean standalone, String name)(Code) | | Creates a new instance of XSurveyEditorFrame
Parameters: standalone - indicates whether the editor is run as a standalone application Parameters: name - the name of the survey |
isStandalone | public boolean isStandalone()(Code) | | |
loadDbSurvey | public void loadDbSurvey()(Code) | | |
newSurvey | protected void newSurvey()(Code) | | |
openSurvey | protected void openSurvey()(Code) | | |
reloadCurrentSurvey | protected void reloadCurrentSurvey()(Code) | | |
retrieveProjectProperties | protected void retrieveProjectProperties()(Code) | | |
saveCurrentSurvey | protected void saveCurrentSurvey()(Code) | | |
saveDbSurvey | protected void saveDbSurvey()(Code) | | |
saveFileSurvey | protected void saveFileSurvey()(Code) | | |
setSize | protected void setSize()(Code) | | |
|
|