net.ontopia.topicmaps.nav.conf
Interface SkinIF

All Known Implementing Classes:
DefaultSkin

public interface SkinIF

PUBLIC: An interface representing a skin.


Method Summary
 java.lang.String getId()
          PUBLIC: Returns the ID of the skin.
 java.lang.String getTitle()
          PUBLIC: Returns the display title of the skin.
 void setId(java.lang.String id)
          PUBLIC: Sets the ID of the skin.
 void setTitle(java.lang.String title)
          PUBLIC: Sets the display title of the skin.
 

Method Detail

getTitle

java.lang.String getTitle()
PUBLIC: Returns the display title of the skin.


setTitle

void setTitle(java.lang.String title)
PUBLIC: Sets the display title of the skin.


getId

java.lang.String getId()
PUBLIC: Returns the ID of the skin.


setId

void setId(java.lang.String id)
PUBLIC: Sets the ID of the skin.



Copyright © 2000-2012 Ontopia.