org.almendra.janet.cas.demo.fibonacci
Class FibonacciDemoViewController

java.lang.Object
  extended by org.almendra.janet.cas.demo.fibonacci.FibonacciDemoViewController

public class FibonacciDemoViewController
extends java.lang.Object

Insert the type's description here. Creation date: (17.03.2004 10:01:59)


Field Summary
protected  LocalAgentPath agentPath
           
protected  ApplicationAccessor app
           
static java.lang.String LABEL
           
static int MAX_FIBO_NUMBER
           
protected  JTextPaneHolder textPaneHolder
           
protected  FibonacciDemoView view
           
 
Constructor Summary
protected FibonacciDemoViewController(FibonacciDemoView view, ApplicationAccessor app, LocalAgentPath agentPath)
          FibonacciDemoViewController constructor comment.
 
Method Summary
 void calculate(int nthFibonacciNumber)
           
 void close()
           
 JTextPaneHolder getTextPaneHolder()
           
protected  void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_FIBO_NUMBER

public static final int MAX_FIBO_NUMBER
See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
See Also:
Constant Field Values

view

protected FibonacciDemoView view

app

protected ApplicationAccessor app

agentPath

protected LocalAgentPath agentPath

textPaneHolder

protected JTextPaneHolder textPaneHolder
Constructor Detail

FibonacciDemoViewController

protected FibonacciDemoViewController(FibonacciDemoView view,
                                      ApplicationAccessor app,
                                      LocalAgentPath agentPath)
FibonacciDemoViewController constructor comment.

Method Detail

shutdown

protected void shutdown()

calculate

public void calculate(int nthFibonacciNumber)
Parameters:
fibonacciNumber -

close

public void close()

getTextPaneHolder

public JTextPaneHolder getTextPaneHolder()
Returns: