Serialized Form


Package com.kirkwarez.wdysdv.gui

Class com.kirkwarez.wdysdv.gui.DisplayFrame extends Frame implements Serializable

Serialized Fields

area

TextArea area
The text area with the text.


control

DisplayControl control
The associated control class.

Class com.kirkwarez.wdysdv.gui.FilePanel extends Panel implements Serializable

Serialized Fields

filefield

TextField filefield
The field for the filename.

Class com.kirkwarez.wdysdv.gui.WVFrame extends Frame implements Serializable

Serialized Fields

tasklist

List tasklist
The list of tasks.


inputpanel

FilePanel inputpanel
The input panel


outputpanel

FilePanel outputpanel
The output panel


type

CheckboxGroup type
The checkbox group for the type.


urubox

Checkbox urubox
The Uru checkbox.


eoabox

Checkbox eoabox
The MYST V checkbox.


mode

CheckboxGroup mode
The checkbox group for the mode.


encryptbox

Checkbox encryptbox
The Encrypt checkbox.


decryptbox

Checkbox decryptbox
The Decrypt checkbox.


control

WVControl control
The associated control class.


Package com.kirkwarez.wdysdv.system

Class com.kirkwarez.wdysdv.system.WVException extends Exception implements Serializable