|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--webfunds.client.plugins.Plugin
|
+--webfunds.client.SimpleDepositFrame
| Field Summary | |
protected java.lang.String |
accountaction
|
protected java.lang.String |
name
|
| Fields inherited from class webfunds.client.plugins.Plugin |
ACCOUNTMODE,
bug,
CONTRACTMODE,
cs,
fix,
GENERALMODE,
name,
pm,
spec,
store,
ui,
unsup |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
| Constructor Summary | |
SimpleDepositFrame()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
|
void |
deposit()
|
java.lang.String |
getAccountAction()
Account action causes the account popup to get a button, and will result in init(wallet, ac) being called, below. |
java.lang.String |
getPluginName()
The name of the plugin, for titles and such like. |
void |
init(WalletInterface wi,
AccountInfo account)
|
void |
run()
|
| Methods inherited from class webfunds.client.plugins.Plugin |
debug,
err,
getContractAction,
getDebug,
getGeneralAction,
init,
init,
logmsg,
propertyChange,
setContractStore,
setPluginManager,
setStore,
setUInterface |
| Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
setContextClassLoader,
setDaemon,
setName,
setPriority,
sleep,
sleep,
start,
stop,
stop,
suspend,
toString,
yield |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected java.lang.String name
protected java.lang.String accountaction
| Constructor Detail |
public SimpleDepositFrame()
| Method Detail |
public java.lang.String getPluginName()
public java.lang.String getAccountAction()
public void init(WalletInterface wi,
AccountInfo account)
throws ModeNotSupportedException
public void run()
public void actionPerformed(java.awt.event.ActionEvent evt)
public void deposit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||