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