public class AppControl extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXT_HTML
File Types.
|
static String |
EXT_HTML_ALL
File Types.
|
static String |
EXT_HTML_NAME
File Types Name.
|
static String |
EXT_POOL
File Types.
|
static String |
EXT_POOL_ALL
File Types.
|
static String |
EXT_POOL_NAME
File Types Name.
|
static String |
PROP_USERHOME
The userHome property.
|
| Constructor and Description |
|---|
AppControl(javafx.stage.Stage pStage)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
getDataSet()
Obtain the dataSet.
|
DataSet |
readDataSetFromFile(File pFile)
Read DataSet from file.
|
void |
writeDataSetToFile(DataSet pData)
Write DataSet to file.
|
public static final String PROP_USERHOME
public static final String EXT_POOL_NAME
public static final String EXT_POOL
public static final String EXT_POOL_ALL
public static final String EXT_HTML_NAME
public static final String EXT_HTML
public static final String EXT_HTML_ALL
public AppControl(javafx.stage.Stage pStage)
throws PoolException
pStage - the stagePoolException - on errorpublic DataSet getDataSet()
public void writeDataSetToFile(DataSet pData) throws PoolException
pData - the dataSetPoolException - on errorpublic DataSet readDataSetFromFile(File pFile) throws PoolException
pFile - the input FilePoolException - on errorCopyright © 2015. All rights reserved.