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