Package adams.gui.application
Interface Initialization
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractInitialization
,DatabaseConnections
,Fonts
,LocaleHelper
,ProxyHelper
,RegisterEditors
,SMBHelper
,SSLHelper
,TimeZoneHelper
,WekaPluginManagerExtensions
,WekaSystemProperties
public interface Initialization extends Serializable
Interface for initialization applets.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTitle()
The title of the initialization.boolean
initialize(AbstractApplicationFrame parent)
Performs the initialization.
-
-
-
Method Detail
-
getTitle
String getTitle()
The title of the initialization.- Returns:
- the title
-
initialize
boolean initialize(AbstractApplicationFrame parent)
Performs the initialization.- Parameters:
parent
- the application this initialization is for, can be null- Returns:
- true if successful
-
-