Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sample.tutorial.login.view.main
Class MainView  view MainView download MainView.java

java.lang.Object
  extended bycom.sample.tutorial.login.view.main.MainView
All Implemented Interfaces:
com.aendvari.cerberus.component.assembly.AssembledComponent

public class MainView
extends java.lang.Object
implements com.aendvari.cerberus.component.assembly.AssembledComponent

Main view.


Nested Class Summary
protected  class MainView.ShowListener
           
 
Field Summary
protected  com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor
           
protected  java.lang.String model
           
 
Constructor Summary
MainView()
           
 
Method Summary
 void createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context, com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
          Creates the component based on the provided descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

protected com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor

model

protected java.lang.String model
Constructor Detail

MainView

public MainView()
Method Detail

createComponent

public void createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context,
                            com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
Creates the component based on the provided descriptor.

Specified by:
createComponent in interface com.aendvari.cerberus.component.assembly.AssembledComponent