app
Class JASiGMLURLApp

java.lang.Object
  extended by app.JASiGMLURLApp

public class JASiGMLURLApp
extends java.lang.Object

SiGML URL player app. The URL is supplied by the user via a pair of text fields for base and file name.


Field Summary
static java.lang.String SIGML_BASE_KEY
          SiGML Base option key name.
static java.lang.String SIGML_FILE_KEY
          SiGML File option key name.
 
Constructor Summary
JASiGMLURLApp(java.lang.String[] args)
          Creates a new SiGML-URL-App instance using the given command line arguments to determine the options settings.
 
Method Summary
static void main(java.lang.String[] args)
          Main method -- creates a new instance of the app with the given CL args.
 void updateFrameNumberSpinnerRange()
          Updates the frame number spinner's range limits based on the current state of the player's scan and of the single-sign checkbox.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGML_BASE_KEY

public static final java.lang.String SIGML_BASE_KEY
SiGML Base option key name.

See Also:
Constant Field Values

SIGML_FILE_KEY

public static final java.lang.String SIGML_FILE_KEY
SiGML File option key name.

See Also:
Constant Field Values
Constructor Detail

JASiGMLURLApp

public JASiGMLURLApp(java.lang.String[] args)
              throws java.lang.InterruptedException,
                     java.lang.reflect.InvocationTargetException
Creates a new SiGML-URL-App instance using the given command line arguments to determine the options settings.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException,
                        java.io.IOException
Main method -- creates a new instance of the app with the given CL args.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.io.IOException

updateFrameNumberSpinnerRange

public void updateFrameNumberSpinnerRange()
Updates the frame number spinner's range limits based on the current state of the player's scan and of the single-sign checkbox.