webfunds.client
Class SimpleDepositFrame

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--webfunds.client.plugins.Plugin
              |
              +--webfunds.client.SimpleDepositFrame

public class SimpleDepositFrame
extends Plugin
implements java.awt.event.ActionListener


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

name

protected java.lang.String name

accountaction

protected java.lang.String accountaction
Constructor Detail

SimpleDepositFrame

public SimpleDepositFrame()
Method Detail

getPluginName

public java.lang.String getPluginName()
Description copied from class: Plugin
The name of the plugin, for titles and such like.
Overrides:
getPluginName in class Plugin

getAccountAction

public java.lang.String getAccountAction()
Description copied from class: Plugin
Account action causes the account popup to get a button, and will result in init(wallet, ac) being called, below.
Overrides:
getAccountAction in class Plugin

init

public void init(WalletInterface wi,
                 AccountInfo account)
          throws ModeNotSupportedException
Overrides:
init in class Plugin

run

public void run()
Overrides:
run in class java.lang.Thread

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

deposit

public void deposit()