@Deprecated public class Plugin extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Plugin.PreferencesClickHandler
Deprecated.
|
Constructor and Description |
---|
Plugin(String name,
String path,
String fileName,
String description)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
Modifier and Type | Method and Description |
---|---|
void |
dispatchClickEvent(Context context)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
String |
getDescription()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
String |
getFileName()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
String |
getName()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
String |
getPath()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
setClickHandler(Plugin.PreferencesClickHandler handler)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
setDescription(String description)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
setFileName(String fileName)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
setName(String name)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
void |
setPath(String path)
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
String |
toString()
Deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
@Deprecated public Plugin(String name, String path, String fileName, String description)
@Deprecated public String toString()
Object
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString
method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@
', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())
@Deprecated public String getName()
@Deprecated public String getPath()
@Deprecated public String getFileName()
@Deprecated public String getDescription()
@Deprecated public void setName(String name)
@Deprecated public void setPath(String path)
@Deprecated public void setFileName(String fileName)
@Deprecated public void setDescription(String description)
@Deprecated public void setClickHandler(Plugin.PreferencesClickHandler handler)
@Deprecated public void dispatchClickEvent(Context context)