Uses of Interface
ibspan.tss.layout.ontology.datamodel.LayoutStructure

Packages that use LayoutStructure
ibspan.tss.layout Components for preparing layout of a system response to a user request. 
ibspan.tss.layout.ontology.datamodel Ontology Java beans generated from data-model ontology (with http://www.ibspan.waw.pl/tss/DataModel# namespace) with Jastor tool. 
 

Uses of LayoutStructure in ibspan.tss.layout
 

Methods in ibspan.tss.layout that return LayoutStructure
 LayoutStructure TemplatesRegister.get(String actionName)
          Returns template for the given action.
 LayoutStructure TemplatesRegister.getCopy(String actionName)
          Creates copy of registered template.
 

Methods in ibspan.tss.layout with parameters of type LayoutStructure
 void TemplatesRegister.register(String actionName, LayoutStructure template)
          Registers template under the given name of action.
 

Uses of LayoutStructure in ibspan.tss.layout.ontology.datamodel
 

Classes in ibspan.tss.layout.ontology.datamodel that implement LayoutStructure
 class LayoutStructureImpl
          Implementation of LayoutStructure Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 

Methods in ibspan.tss.layout.ontology.datamodel that return LayoutStructure
static LayoutStructure DataModelFactory.createLayoutStructure(Resource resource, Model model)
          Create a new instance of LayoutStructure.
static LayoutStructure DataModelFactory.createLayoutStructure(String uri, Model model)
          Create a new instance of LayoutStructure.
static LayoutStructure DataModelFactory.getDefineSearchStructure(Model model)
          Get an DefineSearchStructure individual.
static LayoutStructure DataModelFactory.getDetailsStructure(Model model)
          Get an DetailsStructure individual.
static LayoutStructure DataModelFactory.getLayoutStructure(Resource resource, Model model)
          Create a new instance of LayoutStructure.
static LayoutStructure DataModelFactory.getLayoutStructure(String uri, Model model)
          Create a new instance of LayoutStructure.
static LayoutStructure DataModelFactory.getLogin1Structure(Model model)
          Get an Login1Structure individual.
static LayoutStructure DataModelFactory.getLoginSuccessStructure(Model model)
          Get an LoginSuccessStructure individual.
static LayoutStructure DataModelFactory.getLogoutStructure(Model model)
          Get an LogoutStructure individual.
static LayoutStructure DataModelFactory.getRegister1Structure(Model model)
          Get an Register1Structure individual.
static LayoutStructure DataModelFactory.getRegister2Structure(Model model)
          Get an Register2Structure individual.
static LayoutStructure DataModelFactory.getRegisterSuccessStructure(Model model)
          Get an RegisterSuccessStructure individual.
static LayoutStructure DataModelFactory.getResultsStructure(Model model)
          Get an ResultsStructure individual.
static LayoutStructure DataModelFactory.getWelcomeStructure(Model model)
          Get an WelcomeStructure individual.
 

Methods in ibspan.tss.layout.ontology.datamodel with parameters of type LayoutStructure
 void LayoutStructureListener.hasErrorMessageChanged(LayoutStructure source)
          Called when hasErrorMessage has changed
 void LayoutStructureListener.hasMenuChanged(LayoutStructure source)
          Called when hasMenu has changed
 void LayoutStructureListener.hasTextChanged(LayoutStructure source)
          Called when hasText has changed
 void LayoutStructureListener.hasTitleChanged(LayoutStructure source)
          Called when hasTitle has changed