public class AppletApplication extends HomeApplication
Constructor and Description |
---|
AppletApplication(javax.swing.JApplet applet) |
Modifier and Type | Method and Description |
---|---|
protected HomeController |
createHomeController(Home home)
Returns a new instance of a home controller after
home was created. |
void |
destroy()
Deletes open homes and clears all the resources used by this application.
|
protected ContentManager |
getContentManager()
Returns a content manager able to handle files.
|
HomeRecorder |
getHomeRecorder()
Returns a recorder able to write and read homes on server.
|
java.lang.String |
getName()
Returns applet name.
|
protected PluginManager |
getPluginManager()
Returns the plugin manager of this application.
|
UserPreferences |
getUserPreferences()
Returns user preferences.
|
java.lang.String |
getVersion()
Returns information about the version of this applet application.
|
protected ViewFactory |
getViewFactory()
Returns a Swing view factory.
|
boolean |
isModified()
Returns
true if one of the homes of this application is modified. |
addHome, addHomesListener, createHome, deleteHome, getHomeRecorder, getHomes, getId, removeHomesListener
public void destroy()
public boolean isModified()
true
if one of the homes of this application is modified.protected HomeController createHomeController(Home home)
home
was created.public HomeRecorder getHomeRecorder()
getHomeRecorder
in class HomeApplication
public UserPreferences getUserPreferences()
getUserPreferences
in class HomeApplication
protected ContentManager getContentManager()
protected ViewFactory getViewFactory()
protected PluginManager getPluginManager()
public java.lang.String getName()
getName
in class HomeApplication
public java.lang.String getVersion()
getVersion
in class HomeApplication
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License