|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.nav2.impl.framework.DefaultSkin
public class DefaultSkin
INTERNAL: The default data carrier for skin.
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
title
|
| Constructor Summary | |
|---|---|
DefaultSkin(String id,
String title)
|
|
| Method Summary | |
|---|---|
String |
getId()
INTERNAL: Returns the ID of the skin. |
String |
getTitle()
INTERNAL: Returns the display title of the skin. |
void |
setId(String id)
INTERNAL: Sets the ID of the skin. |
void |
setTitle(String title)
INTERNAL: 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,
String title)
| Method Detail |
|---|
public String getTitle()
SkinIF
getTitle in interface SkinIFpublic void setTitle(String title)
SkinIF
setTitle in interface SkinIFpublic String getId()
SkinIF
getId in interface SkinIFpublic 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 | |||||||||