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 | Method and Description |
---|---|
void |
TextViewer.setCommandContext(String verb,
DataHandler dh) |
void |
ImageViewer.setCommandContext(String verb,
DataHandler dh)
Set the DataHandler for this CommandObject
|
void |
TextEditor.setCommandContext(String verb,
DataHandler dh) |
Modifier and Type | Method and Description |
---|---|
Object |
CommandInfo.getCommandObject(DataHandler dh,
ClassLoader loader)
Return the instantiated JavaBean component.
|
void |
CommandObject.setCommandContext(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.
|
Copyright © 2018. All rights reserved.