net.ontopia.topicmaps.nav.conf
Interface ViewIF

All Known Implementing Classes:
DefaultView

public interface ViewIF

PUBLIC: An interface representing a view.


Method Summary
 String getId()
          PUBLIC: Returns the ID of the view.
 String getTitle()
          PUBLIC: Returns the display title of the view.
 void setId(String id)
          PUBLIC: Sets the ID of the view.
 void setTitle(String title)
          PUBLIC: Sets the display title of the view.
 

Method Detail

getTitle

String getTitle()
PUBLIC: Returns the display title of the view.


setTitle

void setTitle(String title)
PUBLIC: Sets the display title of the view.


getId

String getId()
PUBLIC: Returns the ID of the view.


setId

void setId(String id)
PUBLIC: Sets the ID of the view.



Copyright © 2000-2012 Ontopia.