com.intel.gui.controls2.configurable
Interface IConfigurable

All Known Subinterfaces:
GPEPanel, GridBeanParameterEditor, IConfigurableEntry, ISwingGridBeanPanel, OKCancelPanel, OKPanel, RunInBackgroundPanel
All Known Implementing Classes:
ApplicationClient, ApplicationClientFrame, BaseGPEPanel, ButtonGroupWrapper, ChangeAliasPanel, ChangePasswordPanel, ConfigurableCheckBox, ConfigurableComboBox, ConfigurableFrame, ConfigurableIntField, ConfigurablePanel, ConfigurableScrollPane, ConfigurableSplitPane, ConfigurableTabbedPane, ConfigurableTable, ConfigurableTextField, CreateDirectoryPanel, CSRPanel, DefinePasswordPanel, ExceptionPanel, FileChooser, FileElementPanel, FileManager, FileManagerFrame, FileManagerPanel, FileSetElementPanel, FileSetPanel, GridBeanListPanel, GridBeanParameterListTable, GRIDTable, JobListTable, KeyStoreDetailsPanel, KeystoreEditorPanel, LocalDirectoryPanel, LocalFileChooser, LocalFileChooserPanel, LocalFileFSPanel, LocalFilePanel, MapEditor, MapEditor, MessageAdapter, OKCancelWrapper, OKWrapper, PasswordPanel, PatternPanel, PublishCredentialPanel, RadioButtonOKCancelPanelGroup, RegistryEntryPanel, RegistryListFramePanel, RegistryTable, RegistryTable, RemoteDirectoryPanel, RemoteFileChooserPanel, RemoteFileFSPanel, RemoteFilePanel, RemoteFileTable, RenameFilePanel, ResourcePropertiesPanel, RunInBackgroundWrapper, SelectExportProtocolPanel, SelectImportProtocolPanel, SelectThirdPartyTransferProtocolPanel, SetTerminationTimePanel, SimpleOKPanel, SingleFilePanel, SwingGridBeanInputPanel, SwingGridBeanOutputPanel, SwingGridBeanPanel, SwingMessageAdapter, TargetSystemChooserPanel, TargetSystemTable, UserDefaultsPanel, VOAccountPanel, WSRPClientTable, YesNoWrapper

public interface IConfigurable

The GUI component that supports storing user settings in some persistent storage.

Version:
$Id$
Author:
Denis Zhigula

Method Summary
 void addChild(IConfigurable child)
          Deprecated. Store the dependent components explicitly instead.
 INode getNode()
          Deprecated. You shouldn't rely on this method. Though some components still may require it to be implemented
 void load(IPreferences preferences)
          Load the settings
 void store(IPreferences preferences)
          Store the settings
 

Method Detail

load

void load(IPreferences preferences)
Load the settings

Parameters:
preferences -

store

void store(IPreferences preferences)
Store the settings

Parameters:
preferences -

getNode

INode getNode()
Deprecated. You shouldn't rely on this method. Though some components still may require it to be implemented

Get the settings pointer of the components. To be removed in version 1.5.

Returns:

addChild

void addChild(IConfigurable child)
Deprecated. Store the dependent components explicitly instead.

Add dependent component To be removed in version 1.5.

Parameters:
child -


Copyright © 2008. All Rights Reserved.