Package org.openswing.swing.message.receive.java

Interface Summary
ValueObject Title: OpenSwing Framework Description: Interface that declase a Value Object, used to fill in a row table or a data form.
 

Class Summary
BytesResponse Title: OpenSwing Framework Description: Message received by the server side: it contains an byte[] and optionally a name of file.
ErrorResponse Title: OpenSwing Framework Description: Message returned by the server side: it represents an error.
Response Title: OpenSwing Framework Description: Base message returned by the server side: all other messages derive from this one.
TableModelResponse Title: OpenSwing Framework Description: Message received by the server side: it contains a TableModel (data + column identifiers).
TableResponse Title: OpenSwing Framework Description: Message received by the server side: it contains a list of objects.
TextResponse Title: OpenSwing Framework Description: Message received by the server side: it contains a text message.
UserAuthorizationsResponse Title: OpenSwing Framework Description: Message received by the server side: it contains buttons authorizations functions menu authorizations Copyright: Copyright (C) 2006 Mauro Carniel This file is part of OpenSwing Framework.
ValueObjectImpl Title: OpenSwing Framework Description: Base Value Object, used to fill in a row table or a data form.
VOListResponse Title: OpenSwing Framework Description: Message received by the server side: it contains a list of value objects needed by a grid.
VOResponse Title: OpenSwing Framework Description: Message received by the server side: it contains an object.
 

Exception Summary
ValueObjectException Title: OpenSwing Framework Description: Exception referred to the ValueObject.