|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccPluginInfo
public class AccPluginInfo
The IAccPluginInfo interface is for information about a plugin.
| Method Summary | |
|---|---|
AccCommand |
addCommand(int command)
Register a plugin command. |
AccCommand |
getCommandById(int command)
Get a registered plugin command. |
AccCommand[] |
getCommands()
The list of commands supported by the plugin |
java.lang.String |
getDescription()
The description of the plugin |
boolean |
getEnabled()
Whether the plugin is enabled |
java.lang.String |
getIconUrl()
The URL of the icon for the plugin |
java.lang.String |
getName()
The friendly name of the plugin |
AccPlugin |
getPlugin()
The plugin's interface |
java.lang.String |
getSmallIconUrl()
The URL of the small icon for the plugin |
boolean |
getStarted()
Whether the plugin has started |
int |
getTrustFlags()
Additional flags about the plugin returned by the AIM server |
java.lang.String |
getUrl()
The plugin URL |
java.lang.String |
getUuid()
Gets plugin UUID. |
java.lang.String |
getVendorName()
The vendor name for the plugin |
java.lang.String |
getVendorUrl()
The vendor URL for the plugin |
AccResult |
getVerificationResult()
Whether the AIM server successfully verified the plugin |
java.lang.String |
getVersion()
The version of the plugin |
void |
removeCommand(int command)
Unregister a plugin command. |
void |
setEnabled(boolean Enabled)
Whether the plugin is enabled |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getUuid()
throws AccException
AccException
public AccCommand getCommandById(int command)
throws AccException
AccException
public AccCommand addCommand(int command)
throws AccException
AccException
public void removeCommand(int command)
throws AccException
AccException
public java.lang.String getName()
throws AccException
AccException
public java.lang.String getVersion()
throws AccException
AccException
public java.lang.String getDescription()
throws AccException
AccException
public java.lang.String getUrl()
throws AccException
AccException
public java.lang.String getVendorName()
throws AccException
AccException
public java.lang.String getVendorUrl()
throws AccException
AccException
public java.lang.String getIconUrl()
throws AccException
AccException
public java.lang.String getSmallIconUrl()
throws AccException
AccException
public boolean getEnabled()
throws AccException
AccException
public void setEnabled(boolean Enabled)
throws AccException
AccException
public AccResult getVerificationResult()
throws AccException
AccException
public int getTrustFlags()
throws AccException
AccException
public boolean getStarted()
throws AccException
AccException
public AccPlugin getPlugin()
throws AccException
AccException
public AccCommand[] getCommands()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||