Package de.xima.fc.plugin.abstracts
Class APluginClientDashboardCustomGUIBean
- java.lang.Object
 - 
- de.xima.fc.plugin.abstracts.APluginGenericCustomGUIBean
 - 
- de.xima.fc.plugin.abstracts.APluginClientDashboardCustomGUIBean
 
 
 
- 
- All Implemented Interfaces:
 IPluginClientDashboardCustomGUIBean,IPluginGenericCustomGUIBean,Serializable
public abstract class APluginClientDashboardCustomGUIBean extends APluginGenericCustomGUIBean implements IPluginClientDashboardCustomGUIBean
Base class for the bean of aIPluginClientDashboard. You can inherit from this class.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description APluginClientDashboardCustomGUIBean() 
- 
Method Summary
- 
Methods inherited from class de.xima.fc.plugin.abstracts.APluginGenericCustomGUIBean
getFileHelper, getProperties, getResourceHelper, initialize 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize 
 - 
 
 -