Serialized Form


Package NGP.Components

Class NGP.Components.CheckBox implements Serializable

Class NGP.Components.FileDialog implements Serializable

Serialized Fields

_container

Container _container
This container allows the Dialog to show itself

Class NGP.Components.Label implements Serializable

Class NGP.Components.Menu implements Serializable

Class NGP.Components.MenuBar implements Serializable

Class NGP.Components.MenuItem implements Serializable

Class NGP.Components.PushButton implements Serializable

Class NGP.Components.QuitButton implements Serializable

Class NGP.Components.RadioButton implements Serializable

Class NGP.Components.Slider implements Serializable

Serialized Fields

_labels

Hashtable _labels

Class NGP.Components.TextArea implements Serializable

Class NGP.Components.TextBox implements Serializable

Class NGP.Components.ToggleButton implements Serializable


Package NGP.Containers

Class NGP.Containers.Applet implements Serializable

Class NGP.Containers.Column implements Serializable

Serialized Fields

_layout

BoxLayout _layout
The layout for this container


_panelLayout

FlowLayout _panelLayout
The layout for the panels we will contain


_panels

Vector _panels
How we will store the panels

Class NGP.Containers.DrawingPanel implements Serializable

Serialized Fields

_graphics

Vector _graphics
This is how we keep track of all our Graphics

Class NGP.Containers.Frame implements Serializable

Class NGP.Containers.GridContainer implements Serializable

Serialized Fields

_layout

GridLayout _layout
The layout for this container


_panelLayout

FlowLayout _panelLayout
The layout for the panels we will contain


_panels

Vector _panels
How we will store the panels

Class NGP.Containers.Panel implements Serializable

Class NGP.Containers.RadioColumn implements Serializable

Serialized Fields

_buttonGroup

ButtonGroup _buttonGroup
The ButtonGroup to make sure only one button is selected at a time.

Class NGP.Containers.RadioRow implements Serializable

Serialized Fields

_buttonGroup

ButtonGroup _buttonGroup
The ButtonGroup to make sure only one button is selected at a time.

Class NGP.Containers.ReactiveDrawingPanel implements Serializable

Class NGP.Containers.Row implements Serializable

Serialized Fields

_layout

BoxLayout _layout
The layout for this container


_panelLayout

FlowLayout _panelLayout
The layout for the panels we will contain


_panels

Vector _panels
How we will store the panels