javax.rad.application.genui
Class RemoteApplication

java.lang.Object
  extended by javax.rad.genui.UIResource<C>
      extended by javax.rad.genui.UIComponent<C>
          extended by javax.rad.genui.UIContainer<IPanel>
              extended by javax.rad.genui.container.UIPanel
                  extended by javax.rad.application.genui.Content
                      extended by javax.rad.application.genui.Application
                          extended by javax.rad.application.genui.RemoteApplication
All Implemented Interfaces:
IApplication, IConnectable, IContent, IMessageConstants, IPanel, IComponent, IContainer, IResource
Direct Known Subclasses:
Application

public abstract class RemoteApplication
extends Application
implements IConnectable

The RemoteApplication extends the Application with an AbstractConnection.


Field Summary
 
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
logger, 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
RemoteApplication(UILauncher pLauncher)
          Creates a new instance of RemoteApplication with a desired launcher.
RemoteApplication(UILauncher pLauncher, AbstractConnection pConnection)
          Creates a new instance of RemoteApplication with a desired launcher and connection.
 
Method Summary
 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.Application
getApplicationPane, getCursor, getLauncher, setCursor, 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, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeNotify, setLayout, updateTranslation
 
Methods inherited from class javax.rad.genui.UIComponent
capture, debug, error, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getComponentUIResource, getCurrentTranslation, getFactory, getFont, getForeground, getLocation, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getResource, getSize, getToolTipText, getTranslation, info, invokeAndWait, invokeAndWait, invokeInThread, invokeInThread, invokeLater, invokeLater, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isNotified, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setBounds, setEnabled, setFocusable, setFont, setForeground, setLocation, setLocation, setMaximumSize, setMaximumSize, setMinimumSize, setMinimumSize, setName, setParent, setPreferredSize, setPreferredSize, setSize, setSize, setToolTipText, setTranslation, setVisible, translate
 
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.IApplication
getContentPane, showMessage
 
Methods inherited from interface javax.rad.application.IContent
getOpener, notifyDestroy, notifyVisible, setOpener
 
Methods inherited from interface javax.rad.ui.IComponent
capture, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getFactory, getFont, getForeground, getLocation, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setEnabled, setFocusable, setFont, setForeground, setLocation, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setToolTipText, setVisible
 
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

RemoteApplication

public RemoteApplication(UILauncher pLauncher)
Creates a new instance of RemoteApplication with a desired launcher.

Parameters:
pLauncher - the launcher of this application

RemoteApplication

public RemoteApplication(UILauncher pLauncher,
                         AbstractConnection pConnection)
Creates a new instance of RemoteApplication with a desired launcher and connection.

Parameters:
pLauncher - the launcher of this application
pConnection - the connection
Method Detail

getConnection

public AbstractConnection getConnection()
Gets the communication connection.

Specified by:
getConnection in interface IConnectable
Returns:
the connection

setConnection

public void setConnection(AbstractConnection pConnection)
Sets the communication connection.

Specified by:
setConnection in interface IConnectable
Parameters:
pConnection - the connection

isConnected

public boolean isConnected()
Checks if the communication is established.

Specified by:
isConnected in interface IConnectable
Returns:
true if the connection is established


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.