|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.component.transfer.AbstractTransferable<ImageComponent>
com.guiseframework.component.AbstractImageComponent.DefaultTransferable
protected static class AbstractImageComponent.DefaultTransferable
The default transferable object for an image.
| Constructor Summary | |
|---|---|
AbstractImageComponent.DefaultTransferable(ImageComponent source)
Source constructor. |
|
| Method Summary | |
|---|---|
com.globalmentor.net.ContentType[] |
getContentTypes()
Determines the content types available for this transfer. |
java.lang.Object |
transfer(com.globalmentor.net.ContentType contentType)
Transfers data using the given content type. |
| Methods inherited from class com.guiseframework.component.transfer.AbstractTransferable |
|---|
canTransfer, getSource, transfer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractImageComponent.DefaultTransferable(ImageComponent source)
source - The source of the transferable data.
java.lang.NullPointerException - if the provided source is null.| Method Detail |
|---|
public com.globalmentor.net.ContentType[] getContentTypes()
public java.lang.Object transfer(com.globalmentor.net.ContentType contentType)
contentType - The type of data expected.
null.
java.lang.IllegalArgumentException - if the given content type is not supported.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||