|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTypeValueSummarizer
Allows a tool environment to summarize a data type value in a limited amount of space. This summary may not encompass the entire value, and may require the use of an editor to see or edit the entire value. The summarizer indicates zero or more editors that may be used to edit the property.
| Nested Class Summary | |
|---|---|
static interface |
DataTypeValueSummarizer.InPlaceValueMediator
|
static interface |
DataTypeValueSummarizer.StandAloneEditorSummary
|
static interface |
DataTypeValueSummarizer.ValueMediator
|
static interface |
DataTypeValueSummarizer.ValueSummary
|
| Method Summary | |
|---|---|
DataTypeValueSummarizer.InPlaceValueMediator |
getInPlaceValueMediator(Object obj,
DataType dataType,
String editorKey)
Only called when ValueSummary.getIsInPlaceEditAllowed() == true |
DataTypeValueSummarizer.ValueMediator |
getValueMediator(Object obj,
DataType dataType,
String editorKey)
|
DataTypeValueSummarizer.ValueSummary |
summarizeValue(Object obj,
DataType dataType)
|
| Method Detail |
|---|
DataTypeValueSummarizer.ValueSummary summarizeValue(Object obj,
DataType dataType)
throws DataTypeException
DataTypeException
DataTypeValueSummarizer.ValueMediator getValueMediator(Object obj,
DataType dataType,
String editorKey)
throws DataTypeException
DataTypeException
DataTypeValueSummarizer.InPlaceValueMediator getInPlaceValueMediator(Object obj,
DataType dataType,
String editorKey)
throws DataTypeException
obj - editorKey -
DataTypeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||