com.intel.gpe.client2.common.panels.wrappers
Class SimpleOKPanel

java.lang.Object
  extended by com.intel.gpe.client2.common.panels.wrappers.SimpleOKPanel
All Implemented Interfaces:
OKPanel, IConfigurable

public class SimpleOKPanel
extends java.lang.Object
implements OKPanel

Version:
$Id: SimpleOKPanel.java,v 1.5 2007/02/20 15:46:50 dizhigul Exp $
Author:
Alexander Lukichev

Constructor Summary
SimpleOKPanel(java.awt.Component component)
           
SimpleOKPanel(IConfigurable parent, INode name, java.awt.Component component)
          Deprecated.  
 
Method Summary
 void addChild(IConfigurable child)
          Deprecated. 
 java.awt.Component getComponent()
           
 INode getNode()
          Deprecated. 
 void load(IPreferences preferences)
          Load the settings
 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

SimpleOKPanel

public SimpleOKPanel(java.awt.Component component)
Parameters:
component -

SimpleOKPanel

public SimpleOKPanel(IConfigurable parent,
                     INode name,
                     java.awt.Component component)
Deprecated. 

Parameters:
parent -
name -
component -
Method Detail

getComponent

public java.awt.Component getComponent()
Specified by:
getComponent in interface OKPanel

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

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:

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


Copyright © 2008. All Rights Reserved.