ti.chimera
Interface Plugin.ViewFactory

Enclosing interface:
Plugin

public static interface Plugin.ViewFactory

In order to create a managed ViewResource, we need to create the resource without creating the view itself. To accomplish this, we use a ViewFactory, whose createView() method is not called until the resource is installed.


Method Summary
 View createView()
           
 

Method Detail

createView

public View createView()