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