|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.AbstractBasicDetails
public abstract class AbstractBasicDetails
Abstract superclass of BasicDetails implementations.
| Constructor Summary | |
|---|---|
AbstractBasicDetails()
|
|
| Method Summary | |
|---|---|
String |
get(String key)
Gets the value of the given key, or null if undefined. |
String |
getDescription()
Gets a string describing the object. |
String |
getLabel()
Gets the name to appear in a UI, if applicable. |
String |
getName()
Gets the unique name of the object. |
boolean |
is(String key)
Returns true iff the given key is defined. |
void |
set(String key,
String value)
Sets the value of the given key. |
void |
setDescription(String description)
Sets a string describing the object. |
void |
setLabel(String label)
Sets the name to appear in a UI, if applicable. |
void |
setName(String name)
Sets the unique name of the object. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBasicDetails()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getName()
BasicDetails
getName in interface BasicDetailspublic String getLabel()
BasicDetails
getLabel in interface BasicDetailspublic String getDescription()
BasicDetails
getDescription in interface BasicDetailspublic boolean is(String key)
BasicDetails
is in interface BasicDetailspublic String get(String key)
BasicDetails
get in interface BasicDetailspublic void setName(String name)
BasicDetails
setName in interface BasicDetailspublic void setLabel(String label)
BasicDetails
setLabel in interface BasicDetailspublic void setDescription(String description)
BasicDetails
setDescription in interface BasicDetails
public void set(String key,
String value)
BasicDetails
set in interface BasicDetails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||