com.intel.gpe.client2.filemanager
Class FileManager

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

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

Version:
$Id: FileManager.java 1751 2007-10-22 08:00:05Z lukichev $
Author:
Denis Zhigula

Constructor Summary
FileManager(IPreferences preferences, GPESecurityManager securityManager, FileProvider fileProvider)
           
 
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

FileManager

public FileManager(IPreferences preferences,
                   GPESecurityManager securityManager,
                   FileProvider fileProvider)
Method Detail

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)
Parameters:
args -

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

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:

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


Copyright © 2008. All Rights Reserved.