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