Uses of Interface
de.nava.informa.core.TextInputIF

Packages that use TextInputIF
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
 

Uses of TextInputIF in de.nava.informa.core
 

Methods in de.nava.informa.core that return TextInputIF
 TextInputIF ChannelBuilderIF.createTextInput(String title, String description, String name, URL link)
           
 TextInputIF ChannelIF.getTextInput()
           
 

Methods in de.nava.informa.core with parameters of type TextInputIF
 void ChannelIF.setTextInput(TextInputIF textInput)
           
 

Uses of TextInputIF in de.nava.informa.impl.basic
 

Classes in de.nava.informa.impl.basic that implement TextInputIF
 class TextInput
          In-Memory implementation of the TextInputIF interface.
 

Methods in de.nava.informa.impl.basic that return TextInputIF
 TextInputIF ChannelBuilder.createTextInput(String title, String description, String name, URL link)
           
 TextInputIF Channel.getTextInput()
           
 

Methods in de.nava.informa.impl.basic with parameters of type TextInputIF
 void Channel.setTextInput(TextInputIF textInput)
           
 

Uses of TextInputIF in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate that return TextInputIF
 TextInputIF ChannelBuilder.createTextInput(String title, String description, String name, URL link)
           
 TextInputIF Channel.getTextInput()
           
 

Methods in de.nava.informa.impl.hibernate with parameters of type TextInputIF
 void Channel.setTextInput(TextInputIF aTextInput)
           
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.