Package net.ontopia.topicmaps.nav.conf
Class DefaultSkin
- java.lang.Object
-
- net.ontopia.topicmaps.nav.conf.DefaultSkin
-
-
Constructor Summary
Constructors Constructor Description DefaultSkin(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
PUBLIC: Returns the ID of the skin.String
getTitle()
PUBLIC: Returns the display title of the skin.void
setId(String id)
PUBLIC: Sets the ID of the skin.void
setTitle(String title)
PUBLIC: Sets the display title of the skin.
-
-
-
Constructor Detail
-
DefaultSkin
public DefaultSkin(String id)
-
-
Method Detail
-
getTitle
public String getTitle()
Description copied from interface:SkinIF
PUBLIC: Returns the display title of the skin.
-
setTitle
public void setTitle(String title)
Description copied from interface:SkinIF
PUBLIC: Sets the display title of the skin.
-
getId
public String getId()
Description copied from interface:SkinIF
PUBLIC: Returns the ID of the skin.
-
-