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 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.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:ViewIF
INTERNAL: Returns the display title of the view.
-
setTitle
public void setTitle(String title)
Description copied from interface:ViewIF
INTERNAL: Sets the display title of the view.
-
getId
public String getId()
Description copied from interface:ViewIF
INTERNAL: Returns the ID of the view.
-
-