|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataHandler | |
|---|---|
| com.sun.activation.viewers | |
| javax.activation | The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. |
| Uses of DataHandler in com.sun.activation.viewers |
|---|
| Methods in com.sun.activation.viewers with parameters of type DataHandler | |
|---|---|
void |
TextEditor.setCommandContext(java.lang.String verb,
DataHandler dh)
|
void |
TextViewer.setCommandContext(java.lang.String verb,
DataHandler dh)
|
void |
ImageViewer.setCommandContext(java.lang.String verb,
DataHandler dh)
Set the DataHandler for this CommandObject |
| Uses of DataHandler in javax.activation |
|---|
| Methods in javax.activation with parameters of type DataHandler | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||