net.ontopia.topicmaps.nav2.core
Interface ViewIF

All Known Implementing Classes:
DefaultView

public interface ViewIF

INTERNAL: An interface representing a view.


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

Method Detail

getTitle

java.lang.String getTitle()
INTERNAL: Returns the display title of the view.


setTitle

void setTitle(java.lang.String title)
INTERNAL: Sets the display title of the view.


getId

java.lang.String getId()
INTERNAL: Returns the ID of the view.


setId

void setId(java.lang.String id)
INTERNAL: Sets the ID of the view.



Copyright © 2000-2012 Ontopia.