java.lang.Object
javafx.application.Application
com.iamsoft.fixparser.FixParserApp
public class FixParserApp
extends javafx.application.Application
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters
-
Field Summary
FieldsFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.application.HostServices
static void
void
start
(javafx.stage.Stage pStage) Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
APPL_ID
- See Also:
-
RESOURCE_PATH
- See Also:
-
MAX_PATHS_IN_TITLE
public static final int MAX_PATHS_IN_TITLE- See Also:
-
-
Constructor Details
-
FixParserApp
public FixParserApp()
-
-
Method Details
-
hostServices
public static javafx.application.HostServices hostServices() -
start
- Specified by:
start
in classjavafx.application.Application
- Throws:
IOException
-
main
- Parameters:
pArgs
- List of files to open (along with associated dictionaries). Example: foo/fix1.log foo/bar/fix2.log;foo/dictionary.xml.
-