Serialized Form


Package controller

Class controller.ErrorWindow extends JFrame implements Serializable

Serialized Fields

closeButton

JButton closeButton

errorText

JTextArea errorText

title

JLabel title

desc

JTextArea desc

error

String error

descText

String descText

center

JPanel center

errorScrollPane

JScrollPane errorScrollPane

Package model.device

Class model.device.ADMXDeviceException extends Exception implements Serializable


Package model.util

Class model.util.ChannelPriorityQueue extends PriorityQueue<E extends Comparable> implements Serializable


Package view

Class view.LightView extends JFrame implements Serializable

Serialized Fields

connector

ILightViewConnector connector
The connector. All communcation with the model goes through this connector.


channelView

ChannelView channelView
The channel view portion of the GUI.


toolBar

ToolBar toolBar
The tool bar portion of the GUI.


cueListPanel

CueListPanel cueListPanel
The cue list panel portion of the GUI.


horizSplitPane

JSplitPane horizSplitPane
The main split pane containing the channel view and cue lists.


Package view.component

Class view.component.ChannelStatusButton extends JPanel implements Serializable

Serialized Fields

DEFAULT_VALUE_COLOR

Color DEFAULT_VALUE_COLOR

FADE_UP_COLOR

Color FADE_UP_COLOR

FADE_DOWN_COLOR

Color FADE_DOWN_COLOR

CUE_VALUE_COLOR

Color CUE_VALUE_COLOR

FADER_VALUE_COLOR

Color FADER_VALUE_COLOR

SUBMASTER_VALUE_COLOR

Color SUBMASTER_VALUE_COLOR

channelUpdater

view.component.IChannelValueSetter channelUpdater

channelValue

JTextField channelValue

channelNumber

JLabel channelNumber

channelValuePanel

JPanel channelValuePanel

channelNumberPanel

JPanel channelNumberPanel

address

short address

disableChannelUpdates

boolean[] disableChannelUpdates

totalBorder

CompoundBorder totalBorder

outerBorder

view.component.ChannelStatusButton.ColorBorder outerBorder

middleBorder

view.component.ChannelStatusButton.ColorBorder middleBorder

insideBorder

view.component.ChannelStatusButton.ColorBorder insideBorder

defaultBorder

Border defaultBorder

currentValue

String currentValue

Class view.component.ChannelView extends JPanel implements Serializable

Serialized Fields

channelUpdater

view.component.IChannelValueSetter channelUpdater

mainTabPane

JTabbedPane mainTabPane

textEntryPanel

JPanel textEntryPanel

channelInputField

JTextField channelInputField

valueInputField

JTextField valueInputField

channelViewScrollPane

JScrollPane channelViewScrollPane

enterButton

JButton enterButton

channelButtonPanel

JPanel channelButtonPanel

maxChannels

int maxChannels

progressBarPanel

JPanel progressBarPanel

fadeUpProgressBar

JProgressBar fadeUpProgressBar

fadeDownProgressBar

JProgressBar fadeDownProgressBar

fadeUpLabel

JLabel fadeUpLabel

fadeDownLabel

JLabel fadeDownLabel

channelStatusButtons

ChannelStatusButton[] channelStatusButtons

defaultBorder

Border defaultBorder

Class view.component.CueCreationDialog extends JDialog implements Serializable

Serialized Fields

numberSpinner

JSpinner numberSpinner

nameField

JTextField nameField

descField

JTextField descField

fadeUpSpinner

JSpinner fadeUpSpinner

fadeDownSpinner

JSpinner fadeDownSpinner

channelValues

view.component.IChannelValueGetter channelValues

saveButton

JButton saveButton

cancelButton

JButton cancelButton

cueAdder

ICueAdder cueAdder

infoGetter

ICueInformationGetter infoGetter

Class view.component.CueListPanel extends JSplitPane implements Serializable

Serialized Fields

cueTransitioner

ICueTransitioner cueTransitioner

cueInfoGetter

ICueInformationGetter cueInfoGetter

cueList

JList cueList

cueBankList

JList cueBankList

disableCueTransitions

boolean[] disableCueTransitions

currentCueNumber

float currentCueNumber

Class view.component.ErrorDialog extends JDialog implements Serializable

Serialized Fields

closeButton

JButton closeButton

errorText

JTextArea errorText

title

JLabel title

desc

JTextArea desc

error

String error

descText

String descText

center

JPanel center

errorScrollPane

JScrollPane errorScrollPane

Class view.component.SaveShowDialog extends FileDialog implements Serializable

Class view.component.ToolBar extends JToolBar implements Serializable

Serialized Fields

newCueButton

JButton newCueButton

newCueSetButton

JButton newCueSetButton

saveShowButton

JButton saveShowButton

loadShowButton

JButton loadShowButton

parent

JFrame parent

channelValues

view.component.IChannelValueGetter channelValues

cueAdder

ICueAdder cueAdder

infoGetter

ICueInformationGetter infoGetter

showLoaderSaver

IShowLoaderSaver showLoaderSaver

connectButton

JButton connectButton

deviceConnector

IDeviceConnector deviceConnector