Package | Description |
---|---|
com.sun.activation.viewers | |
javax.activation |
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
|
Modifier and Type | Field and Description |
---|---|
private DataHandler |
TextViewer._dh |
private DataHandler |
TextEditor._dh |
private DataHandler |
ImageViewer._dh |
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setCommandContext(java.lang.String verb,
DataHandler dh) |
void |
TextEditor.setCommandContext(java.lang.String verb,
DataHandler dh) |
void |
ImageViewer.setCommandContext(java.lang.String verb,
DataHandler dh)
Set the DataHandler for this CommandObject
|
Modifier and Type | Field and Description |
---|---|
(package private) DataHandler |
DataHandlerDataSource.dataHandler |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CommandInfo.getCommandObject(DataHandler dh,
java.lang.ClassLoader loader)
Return the instantiated JavaBean component.
|
void |
CommandObject.setCommandContext(java.lang.String verb,
DataHandler dh)
Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
|
Constructor and Description |
---|
DataHandlerDataSource(DataHandler dh)
The constructor.
|