Package jadex.commons
Interface IPropertiesProvider
-
- All Known Subinterfaces:
IAbstractViewerPanel,IComponentViewerPanel,IControlCenterPlugin,IServiceViewerPanel
- All Known Implementing Classes:
AbstractComponentPlugin,AbstractComponentSelectorPanel,AbstractComponentViewerPanel,AbstractGenericPlugin,AbstractJCCPlugin,AbstractSelectorPanel,AbstractServicePlugin,AbstractServiceSelectorPanel,AbstractServiceViewerPanel,AppStorePlugin,BotGuiF2,BotGuiF3,BotGuiF4,ChatPanel,ChatPlugin,ChatService.PropProvider,CleanerViewerPanel,CleanerViewerPanel,ComanalyzerPlugin,ComponentViewerPlugin,ConversationPlugin,CustomerViewerPanel,CustomerViewerPanel,DaemonViewerPanel,DebuggerPlugin,DefaultComponentServiceViewerPanel,DefaultFileFilterMenuItemConstructor,EmailClientPlugin,FileTransferPanel,FileTransferPlugin,FileTransferServiceSelectorPanel,FileTransferServiceViewerPanel,FileTreePanel,GuiViewerPanel,GuiViewerPanel,HelplineViewerPanel,HelplineViewerPanel,LibraryService,LibraryServicePlugin,LibServiceBrowser,ModelTreePanel,MonitoringPanel,MonitoringServicePlugin,PlatformControlCenter,PlatformControlCenterPanel,PuzzleService,SecurityServicePlugin,SecuritySettingsPanel,SimServiceViewerPanel,SimulationService,SimulationServicePlugin,StarterPlugin,TestCenterPlugin
public interface IPropertiesProviderComponent that allows its properties being saved and restored.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<Properties>getProperties()Write current state into properties.IFuture<java.lang.Void>setProperties(Properties props)Update from given properties.
-
-
-
Method Detail
-
setProperties
IFuture<java.lang.Void> setProperties(Properties props)
Update from given properties.
-
getProperties
IFuture<Properties> getProperties()
Write current state into properties.
-
-