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