org.grinvin.list
Interface HasName
- GraphListElement, WorksheetModel, WorksheetWindowModel
Interface implemented by all objects (mostly lists) that support setName
and getName.
String | getName()- Get the name of this object.
|
boolean | isNameEditable()- Is the name of this object editable.
|
void | setName(String name)- Set the name of this object.
|
getName
public String getName()
Get the name of this object.
isNameEditable
public boolean isNameEditable()
Is the name of this object editable.
- true if the name can be changed with the method
setName.
setName
public void setName(String name)
Set the name of this object.