|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.nav.conf.DefaultSkin
public class DefaultSkin
PUBLIC: The default data carrier for skin.
Field Summary | |
---|---|
protected String |
id
|
protected String |
title
|
Constructor Summary | |
---|---|
DefaultSkin(String id)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String title
protected String id
Constructor Detail |
---|
public DefaultSkin(String id)
Method Detail |
---|
public String getTitle()
SkinIF
getTitle
in interface SkinIF
public void setTitle(String title)
SkinIF
setTitle
in interface SkinIF
public String getId()
SkinIF
getId
in interface SkinIF
public void setId(String id)
SkinIF
setId
in interface SkinIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |