- WAIT_FILE - Static variable in class com.sptci.echo2.ServerDelayMessage
-
The resource file that contains the custom wait message to display.
- window - Variable in class com.sptci.echo.Application
-
The Window instance that will be controlled by this
application.
- window - Variable in class com.sptci.echo2.Application
-
The Window instance that will be controlled by this
application.
- WindowPane - Class in com.sptci.echo
-
A base
FloatingPane component that performs
default initialisation of the component.
- WindowPane() - Constructor for class com.sptci.echo.WindowPane
-
- WindowPane - Class in com.sptci.echo2.style
-
The base style class for WindowPane components.
- WindowPane() - Constructor for class com.sptci.echo2.style.WindowPane
-
- WindowPane - Class in com.sptci.echo2
-
A base
FloatingPane component that performs
default initialisation of the component.
- WindowPane() - Constructor for class com.sptci.echo2.WindowPane
-
- WindowPaneCloseListener - Class in com.sptci.echo
-
A standard listener for cancel type buttons used to close a window pane.
- WindowPaneCloseListener() - Constructor for class com.sptci.echo.WindowPaneCloseListener
-
- Worker() - Constructor for class com.sptci.echo.Controller.Worker
-
Default constructor.
- Worker(int, S, String, String) - Constructor for class com.sptci.echo.Controller.Worker
-
Create a new instance of the worker with the specified values.
- Worker() - Constructor for class com.sptci.echo2.Controller.Worker
-
Default constructor.
- Worker(int, S, String, String) - Constructor for class com.sptci.echo2.Controller.Worker
-
Create a new instance of the worker with the specified values.
- write(InputStream, OutputStream) - Method in class com.sptci.io.IOUtilities
-
Read the contents of the specified input stream and write them to the
specified output stream.
- write(BufferedReader, Writer) - Method in class com.sptci.io.IOUtilities
-
- write(int) - Method in class com.sptci.io.TeeOutputStream
-
Writes the specified byte to all the output streams.
- write(byte[]) - Method in class com.sptci.io.TeeOutputStream
-
Writes b.length bytes from the specified byte array to all the
output streams.
- write(byte[], int, int) - Method in class com.sptci.io.TeeOutputStream
-
Writes length bytes from the specified byte array starting at
offset offset to the output streams.
- write(int) - Method in class com.sptci.io.TeeWriter
-
Write a single character.
- write(char[]) - Method in class com.sptci.io.TeeWriter
-
Writes chars.length characters from the specified
char array to all the output streams.
- write(char[], int, int) - Method in class com.sptci.io.TeeWriter
-
Writes length characters from the specified char
array starting at offset offset to the writers.
- write(String) - Method in class com.sptci.io.TeeWriter
-
- write(String, int, int) - Method in class com.sptci.io.TeeWriter
-
- writeFile(File, Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
-
Write the specified XML document to the specified file.
- writeFile(File, Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
-
Write the specified XML document to the specified file.
- writeFile(OutputStream) - Method in class com.sptci.echo2.FileDownloadProvider
-
Writes the file to the specified output stream.
- WriterHandler - Class in com.sptci.logging
-
A base handler that outputs log messages to a Writer
- WriterHandler() - Constructor for class com.sptci.logging.WriterHandler
-
- WriterHandler(OutputStream, Formatter) - Constructor for class com.sptci.logging.WriterHandler
-
- writeToFiles(InputStream, String...) - Method in class com.sptci.io.FileUtilities
-
Read all the data from the specified
InputStream and
write them to the specified files.
- writeToFiles(InputStream, File...) - Method in class com.sptci.io.FileUtilities
-
Read all the data from the specified
InputStream and
write them to the specified files.