Class DefaultView
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.framework.DefaultView
-
-
Constructor Summary
Constructors Constructor Description DefaultView(String id, String title)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ViewIFINTERNAL: Returns the display title of the view.
-
setTitle
public void setTitle(String title)
Description copied from interface:ViewIFINTERNAL: Sets the display title of the view.
-
getId
public String getId()
Description copied from interface:ViewIFINTERNAL: Returns the ID of the view.
-
-