com.togethersoft.openapi.model.view
Interface ViewFactory


public interface ViewFactory

Author:
TogetherSoft

Method Summary
 booleancanCreateView(ReferenceCollection collection, ViewType type)
           
 ViewcreateView(ReferenceCollection collection, ViewType type)
           
 voiddisposeView(View view)
           
 EnumerationsupportedViewTypes()
           

Method Detail

canCreateView

public boolean canCreateView(ReferenceCollection collection, ViewType type)

createView

public View createView(ReferenceCollection collection, ViewType type)

disposeView

public void disposeView(View view)

supportedViewTypes

public Enumeration supportedViewTypes()