Package net.ontopia.topicmaps.nav2.core
Interface ViewIF
-
- All Known Implementing Classes:
DefaultView
public interface ViewIF
INTERNAL: An interface representing a view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
INTERNAL: Returns the ID of the view.String
getTitle()
INTERNAL: Returns the display title of the view.void
setId(String id)
INTERNAL: Sets the ID of the view.void
setTitle(String title)
INTERNAL: Sets the display title of the view.
-