Class DefaultSkin
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.framework.DefaultSkin
-
-
Constructor Summary
Constructors Constructor Description DefaultSkin(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 skin.String
getTitle()
INTERNAL: Returns the display title of the skin.void
setId(String id)
INTERNAL: Sets the ID of the skin.void
setTitle(String title)
INTERNAL: Sets the display title of the skin.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:SkinIF
INTERNAL: Returns the display title of the skin.
-
setTitle
public void setTitle(String title)
Description copied from interface:SkinIF
INTERNAL: Sets the display title of the skin.
-
getId
public String getId()
Description copied from interface:SkinIF
INTERNAL: Returns the ID of the skin.
-
-