Package net.ontopia.topicmaps.nav.conf
Interface SkinIF
-
- All Known Implementing Classes:
DefaultSkin
public interface SkinIF
PUBLIC: An interface representing a skin.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-