public abstract class MakerPlugin extends Object
Constructor and Description |
---|
MakerPlugin()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Container |
createEmbeddedUI()
Deprecated.
Creates a container version of the UI that will be added to the flow based on maker logic
|
Form |
createStandaloneUI()
Deprecated.
Creates a standalone version of the UI that will be shown by the maker tool, notice that
back functionality will be added by the maker tool and should not be incorporated into the form!
The default implementation just used the embedded container version.
|
String |
getDescription()
Deprecated.
The description that the user has set to this plugin
|
abstract String |
getDeveloperEmailId()
Deprecated.
Returns the email for the developer used in registration to the Codename One build server
|
EncodedImage |
getIcon()
Deprecated.
The icon that the user has set to this plugin
|
Hashtable<String,Object> |
getMetaData()
Deprecated.
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
|
abstract String |
getPackageName()
Deprecated.
A unique identifier for this specific plugin
|
abstract String |
getPluginName()
Deprecated.
Returns the user displayable name of the plugin
|
String |
getTitle()
Deprecated.
The title that the user has set to this plugin
|
void |
setDescription(String description)
Deprecated.
The description that the user has set to this plugin
|
void |
setIcon(EncodedImage icon)
Deprecated.
The icon that the user has set to this plugin
|
void |
setMetaData(Hashtable<String,Object> data)
Deprecated.
The meta data associated with the given plugin based on the definitions in the accompanying plugin descriptor file
|
void |
setTitle(String title)
Deprecated.
The title that the user has set to this plugin
|
public abstract String getPackageName()
public abstract String getDeveloperEmailId()
public abstract String getPluginName()
public final String getTitle()
public final void setTitle(String title)
title
- the title to setpublic final String getDescription()
public final void setDescription(String description)
description
- the description to setpublic final EncodedImage getIcon()
public final void setIcon(EncodedImage icon)
icon
- the icon to setpublic final void setMetaData(Hashtable<String,Object> data)
data
- the datapublic final Hashtable<String,Object> getMetaData()
public abstract Container createEmbeddedUI()
public Form createStandaloneUI()