Uses of Interface
com.collation.platform.model.gui.customviews.ViewConstruct

Packages that use ViewConstruct
com.collation.platform.model.gui.customviews   
 

Uses of ViewConstruct in com.collation.platform.model.gui.customviews
 

Subinterfaces of ViewConstruct in com.collation.platform.model.gui.customviews
 interface InstanceViewConstruct
          Represents a custom views
 interface IpNetworkViewConstruct
          Represents a custom views
 interface IpRangeViewConstruct
          Represents a custom views
 interface SpecificIpViewConstruct
          Represents a custom views
 interface TypeViewConstruct
          Represents a custom views
 

Methods in com.collation.platform.model.gui.customviews that return ViewConstruct
 ViewConstruct[] ViewDefinition.getExcludeViewConstructs()
           
 ViewConstruct[] ViewDefinition.getViewConstructs()
           
 

Methods in com.collation.platform.model.gui.customviews with parameters of type ViewConstruct
 void ViewDefinition.setExcludeViewConstructs(ViewConstruct[] viewConstructs)
           
 void ViewDefinition.setViewConstructs(ViewConstruct[] viewConstructs)