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 StringgetId()PUBLIC: Returns the ID of the skin.StringgetTitle()PUBLIC: Returns the display title of the skin.voidsetId(String id)PUBLIC: Sets the ID of the skin.voidsetTitle(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:SkinIFPUBLIC: Returns the display title of the skin.
-
setTitle
public void setTitle(String title)
Description copied from interface:SkinIFPUBLIC: Sets the display title of the skin.
-
getId
public String getId()
Description copied from interface:SkinIFPUBLIC: Returns the ID of the skin.
-
-