|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ViewDescriptor
public class ViewDescriptor
This class has never been fully fleshed out (in part because it
has done what we need it to do. It is meant to be a means of identifying
different types and instances of ViewManagers
| Field Summary | |
|---|---|
static ViewDescriptor |
LASTACTIVE
Represents the active view manager We keep the old name, MAIN3D, around for legacy reasons? |
static ViewDescriptor |
NAME_LASTACTIVE_3D
Deprecated. Use LASTACTIVE |
static ViewDescriptor |
NAME_MAIN3D
Deprecated. Use LASTACTIVE |
static String |
TYPE_MAIN2D
Type identifier for 2d view managers |
static String |
TYPE_MAIN3D
Type identifier for 3d view managers |
| Constructor Summary | |
|---|---|
ViewDescriptor()
Create this descriptor. |
|
ViewDescriptor(String name)
Create this descriptor with the given name. |
|
ViewDescriptor(ViewDescriptor that)
Copy ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Does this view descriptor equal the given obj |
List |
getClassNames()
Get the Classes property. |
String |
getName()
Get the name |
int |
hashCode()
Override hashcode. |
boolean |
nameEquals(ViewDescriptor that)
Does this view descriptor equal the given obj |
void |
setClassNames(List value)
Set the Classes property. |
void |
setName(String n)
Set the name |
String |
toString()
The to string method |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String TYPE_MAIN3D
public static String TYPE_MAIN2D
public static final ViewDescriptor LASTACTIVE
public static final ViewDescriptor NAME_MAIN3D
public static final ViewDescriptor NAME_LASTACTIVE_3D
| Constructor Detail |
|---|
public ViewDescriptor()
public ViewDescriptor(String name)
name - THe namepublic ViewDescriptor(ViewDescriptor that)
that - Object to copy from| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - The object
public boolean nameEquals(ViewDescriptor that)
that - The object
public int hashCode()
hashCode in class Objectpublic String getName()
public void setName(String n)
n - The new namepublic void setClassNames(List value)
value - The new value for Classespublic List getClassNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||