| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.genui.UIResource<C>
javax.rad.genui.UIComponent<C>
javax.rad.genui.UIContainer<IPanel>
javax.rad.genui.container.UIPanel
javax.rad.application.genui.Content
javax.rad.application.genui.WorkScreen
javax.rad.application.genui.RemoteWorkScreen
public class RemoteWorkScreen
The RemoteWorkScreen extends the WorkScreen with
 an AbstractConnection.
| Field Summary | 
|---|
| Fields inherited from class javax.rad.application.genui.WorkScreen | 
|---|
| application | 
| Fields inherited from class javax.rad.genui.container.UIPanel | 
|---|
| imgBack | 
| Fields inherited from class javax.rad.genui.UIContainer | 
|---|
| components | 
| Fields inherited from class javax.rad.genui.UIComponent | 
|---|
| lLastTranslationModified, parent | 
| Fields inherited from class javax.rad.genui.UIResource | 
|---|
| uiResource | 
| Fields inherited from interface javax.rad.application.IMessageConstants | 
|---|
| MESSAGE_BUTTON_OK, MESSAGE_BUTTON_OK_CANCEL, MESSAGE_BUTTON_YES_NO, MESSAGE_ICON_ERROR, MESSAGE_ICON_INFO, MESSAGE_ICON_QUESTION, MESSAGE_ICON_WARNING | 
| Constructor Summary | |
|---|---|
| RemoteWorkScreen(IWorkScreenApplication pApplication)Creates a new instance of RemoteWorkScreenfor a parent
 application. | |
| RemoteWorkScreen(IWorkScreenApplication pApplication,
                 AbstractConnection pConnection)Creates a new instance of RemoteWorkScreenwith a desired
 launcher and connection. | |
| Method Summary | |
|---|---|
|  RemoteWorkScreenApplication | getApplication()Gets the main application of this work-screen. | 
|  AbstractConnection | getConnection()Gets the communication connection. | 
|  boolean | isConnected()Checks if the communication is established. | 
|  void | setConnection(AbstractConnection pConnection)Sets the communication connection. | 
| Methods inherited from class javax.rad.application.genui.WorkScreen | 
|---|
| getParameter, isModal, notifyActivate, reload, save, setModal, setParameter, showError, showError, showInformation, showInformation, showQuestion, showQuestion | 
| Methods inherited from class javax.rad.application.genui.Content | 
|---|
| getOpener, notifyDestroy, notifyVisible, setOpener | 
| Methods inherited from class javax.rad.genui.container.UIPanel | 
|---|
| getBackgroundImage, setBackgroundImage | 
| Methods inherited from class javax.rad.genui.UIContainer | 
|---|
| add, add, add, add, addNotify, beforeAddNotify, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeNotify, setLayout, setZOrder, updateTranslation | 
| Methods inherited from class javax.rad.genui.UIResource | 
|---|
| equals, getUIResource, hashCode, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface javax.rad.application.IContent | 
|---|
| getOpener, notifyDestroy, notifyVisible, setOpener | 
| Methods inherited from interface javax.rad.ui.IResource | 
|---|
| getResource | 
| Methods inherited from interface javax.rad.ui.IContainer | 
|---|
| add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout | 
| Constructor Detail | 
|---|
public RemoteWorkScreen(IWorkScreenApplication pApplication)
RemoteWorkScreen for a parent
 application.
pApplication - the parent application
public RemoteWorkScreen(IWorkScreenApplication pApplication,
                        AbstractConnection pConnection)
RemoteWorkScreen with a desired
 launcher and connection.
pApplication - the parent applicationpConnection - the connection| Method Detail | 
|---|
public AbstractConnection getConnection()
getConnection in interface IConnectablepublic void setConnection(AbstractConnection pConnection)
setConnection in interface IConnectablepConnection - the connectionpublic boolean isConnected()
isConnected in interface IConnectabletrue if the connection is establishedpublic RemoteWorkScreenApplication getApplication()
getApplication in interface IWorkScreengetApplication in class WorkScreen| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||