Uses of Package
com.fruitioninc.jwc

Packages that use com.fruitioninc.jwc
com.fruitioninc.jwc Provides a set of graphical components for developing web applications. 
com.fruitioninc.jwc.basic Provides a set of basic views for the components in the com.fruitioninc.jwc package. 
 

Classes in com.fruitioninc.jwc used by com.fruitioninc.jwc
AbstractListBoxModel
          Partial implementation of the ListBoxModel interface.
AbstractModel
          Partial implementation of the Model interface.
AbstractTableModel
          Partial implementation of the TableModel interface.
AbstractThreadLocalModel
          Abstract base class for models that store their state in thread local storage.
Application
          A web application.
ApplicationFactory
          Creator of applications.
ButtonModel
          Responsible for the state of a Button component.
ChainedException
          A generic exception class that features a subexception.
Component
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
ComponentEvent
          A event that happens to a component.
ComponentListener
          Listens for ComponentEvents
Container
          A component that contains other components.
ControllerServlet
          This is the singleton servlet that acts as the controller for all the components in the application.
HyperLinkModel
          Responsible for the state of a HyperLink component.
LabelModel
          Responsible for the state of a Label component.
ListBox
          A component that allows the user to select one or more elements from a list.
ListBoxModel
          Responsible for the state of a ListBox component.
Memento
          State extracted from an application or component(s).
Model
          Responsible for the state of a component.
MouseEvent
          When a user uses the mouse to click on a component an event of this type is generated.
MouseListener
          Listens for mouse events.
Page
          A web page.
PageEvent
          Events that happen to pages.
PageListener
          Listens for page events.
PageModel
          Responsible for the state of a Page component.
Property
          A element of component state.
RenderContext
          A context in which to render components.
RenderException
          Thrown when a exception is encountered during the rendering of a component.
RequestParameterNameMarshaller
          Marshalls and unmarshalls HTTP request parameter names.
Serializer
          Converts the state of an application to a stream of bytes.
SerializerFactory
          Creator of Serializer objects.
StateManager
          Moves state in and out of a component.
StateManagerFactory
          Creates instances of StateManagers appropriate for component classes.
Table
          Display and edit two-dimensional tables of cells.
Table.CellEditor
          Defines methods necessary by an object that allows a table cell to be edited.
Table.CellRenderer
          Defines methods necessary by an object that allows a table cell to be rendered.
TableModel
          Responsible for the state of a Table component.
TextAreaModel
          Responsible for the state of a TextArea component.
TextField
          Display and edit a single line of text.
TextFieldModel
          Responsible for the state of a TextField component.
ThreadLocalListBoxModel
          A list box model that stores it's state in thread local storage.
ThreadLocalTableModel
          A table model that stores it's state in thread local storage.
ThreadLocalTableModel.DefaultDataFactory
          Creator of default data.
ThreadLocalTextFieldModel
          A TextFieldModel that stores its state in thread local storage.
View
          Responsible for renderering the graphical representation of a component.
ViewFactory
          Creates views for components.
 

Classes in com.fruitioninc.jwc used by com.fruitioninc.jwc.basic
Application
          A web application.
Component
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Page
          A web page.
Property
          A element of component state.
RenderContext
          A context in which to render components.
RenderException
          Thrown when a exception is encountered during the rendering of a component.
RequestParameterNameMarshaller
          Marshalls and unmarshalls HTTP request parameter names.
Serializer
          Converts the state of an application to a stream of bytes.
View
          Responsible for renderering the graphical representation of a component.