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