|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiTypeRow
A row in a MultiTypeModel
Method Summary | |
---|---|
String |
getName()
The name of the row. |
Object |
getType()
Get the type of the row. |
EditableValue |
getValue()
Get the editor for the value. |
void |
setName(String name)
Set name of the row. |
void |
setType(Object type)
Set the type. |
Method Detail |
---|
Object getType()
void setType(Object type)
type
- The type of the row.String getName()
void setName(String name)
name
- The name.EditableValue getValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |