com.intel.gpe.client2.application
Class ApplicationClient

java.lang.Object
  extended by com.intel.gpe.client2.application.ApplicationClient
All Implemented Interfaces:
SimpleMessageProvider, StandaloneClient, IConfigurable

public class ApplicationClient
extends java.lang.Object
implements IConfigurable, SimpleMessageProvider, StandaloneClient

Version:
$Id: ApplicationClient.java 1816 2007-11-15 09:45:49Z lukichev $
Author:
Ralf Ratering, Denis Zhigula, Alexander Lukichev, Valery Shorin

Constructor Summary
ApplicationClient(IPreferences preferences, GPESecurityManager securityManager, FileProvider fileProvider, ExtensibilityProvider[] extensibilityProviders)
           
 
Method Summary
 void addChild(IConfigurable child)
          Deprecated. 
 INode getNode()
          Deprecated. 
 void load(IPreferences preferences)
          Load the settings
static void main(java.lang.String[] args)
           
 void show(GPEPanel panel)
          Deprecated. 
 void show(GPEPanel panel, INode node)
          Display the panel
 void shutdown()
           
 void startup()
           
 void store(IPreferences preferences)
          Store the settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationClient

public ApplicationClient(IPreferences preferences,
                         GPESecurityManager securityManager,
                         FileProvider fileProvider,
                         ExtensibilityProvider[] extensibilityProviders)
Method Detail

load

public void load(IPreferences preferences)
Description copied from interface: IConfigurable
Load the settings

Specified by:
load in interface IConfigurable

store

public void store(IPreferences preferences)
Description copied from interface: IConfigurable
Store the settings

Specified by:
store in interface IConfigurable

startup

public void startup()
Specified by:
startup in interface StandaloneClient

shutdown

public void shutdown()
Specified by:
shutdown in interface StandaloneClient

main

public static void main(java.lang.String[] args)

show

@Deprecated
public void show(GPEPanel panel)
Deprecated. 

Description copied from interface: SimpleMessageProvider
Display the panel

Specified by:
show in interface SimpleMessageProvider

show

public void show(GPEPanel panel,
                 INode node)
Description copied from interface: SimpleMessageProvider
Display the panel

Specified by:
show in interface SimpleMessageProvider
Parameters:
panel - the panel
node - the preferences node to store the window settings

addChild

@Deprecated
public void addChild(IConfigurable child)
Deprecated. 

Description copied from interface: IConfigurable
Add dependent component To be removed in version 1.5.

Specified by:
addChild in interface IConfigurable

getNode

@Deprecated
public INode getNode()
Deprecated. 

Description copied from interface: IConfigurable
Get the settings pointer of the components. To be removed in version 1.5.

Specified by:
getNode in interface IConfigurable
Returns:


Copyright © 2008. All Rights Reserved.