org.fuin.examples.apps4pivot
Class LoginDialogNaiveApproach

java.lang.Object
  extended by org.fuin.examples.apps4pivot.LoginDialogNaiveApproach
All Implemented Interfaces:
org.apache.pivot.wtk.Application

public final class LoginDialogNaiveApproach
extends java.lang.Object
implements org.apache.pivot.wtk.Application

Naive approach to connect controller and view.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.Application
org.apache.pivot.wtk.Application.AboutHandler, org.apache.pivot.wtk.Application.UncaughtExceptionHandler, org.apache.pivot.wtk.Application.UnprocessedKeyHandler
 
Constructor Summary
LoginDialogNaiveApproach()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the example.
 void resume()
          
 boolean shutdown(boolean optional)
          
 void startup(org.apache.pivot.wtk.Display display, org.apache.pivot.collections.Map<java.lang.String,java.lang.String> properties)
          
 void suspend()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginDialogNaiveApproach

public LoginDialogNaiveApproach()
Method Detail

startup

public void startup(org.apache.pivot.wtk.Display display,
                    org.apache.pivot.collections.Map<java.lang.String,java.lang.String> properties)
             throws java.lang.Exception

Specified by:
startup in interface org.apache.pivot.wtk.Application
Throws:
java.lang.Exception

shutdown

public final boolean shutdown(boolean optional)

Specified by:
shutdown in interface org.apache.pivot.wtk.Application

suspend

public final void suspend()

Specified by:
suspend in interface org.apache.pivot.wtk.Application

resume

public final void resume()

Specified by:
resume in interface org.apache.pivot.wtk.Application

main

public static void main(java.lang.String[] args)
Starts the example.

Parameters:
args - Not used.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.