webfunds.client
Class SignContractWizard

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

public class SignContractWizard
extends Plugin

Plugin wrapper for the Sign Contract Wizard.

See the classes in webfunds.client.contracts.wizard for the standalone implementation used by this class.


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
SignContractWizard()
          Emtpy constructor
 
Method Summary
 java.lang.String getGeneralAction()
          The fact that this method is implemented means that the plugin will appear in the top menu bar.
 java.lang.String getPluginName()
          Return the name of the plugin, for titles and such like.
 void init()
          This method is called when the option for this plugin is selected and clicked on by the user.
 
Methods inherited from class webfunds.client.plugins.Plugin
debug, err, getAccountAction, getContractAction, getDebug, 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, run, 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
 

Constructor Detail

SignContractWizard

public SignContractWizard()
Emtpy constructor
Method Detail

getPluginName

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

getGeneralAction

public java.lang.String getGeneralAction()
The fact that this method is implemented means that the plugin will appear in the top menu bar.
Overrides:
getGeneralAction in class Plugin
Returns:
the text that should be used in the menu

init

public void init()
          throws ModeNotSupportedException
This method is called when the option for this plugin is selected and clicked on by the user.
Overrides:
init in class Plugin
Throws:
ModeNotSupportedException - this method does not throw this exception