net.ontopia.topicmaps.nav2.core
Interface SkinIF

All Known Implementing Classes:
DefaultSkin

public interface SkinIF

INTERNAL: An interface representing a skin.


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

Method Detail

getTitle

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


setTitle

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


getId

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


setId

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



Copyright © 2000-2012 Ontopia.