|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.toolkit.beans.HWMTransferableBeanInfo
public class HWMTransferableBeanInfo
Title: HWMBeanTransferableBeanInfo
Description: This object is created for each bean that is found. Used for transferring the BeanInfo from the HWMBeanMgr class to the page bean.
Company: Altair Engineering, Inc.
| Field Summary | |
|---|---|
static java.awt.datatransfer.DataFlavor |
s_dataFlavorHWMBeanInfo
The flavor that this transferable class supports |
| Constructor Summary | |
|---|---|
HWMTransferableBeanInfo(HWMBeanInfo hwmBeanInfo)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.awt.datatransfer.Transferable transferableData)
Checks if the transferable data belongs to this class |
java.lang.Object |
getTransferData(java.awt.datatransfer.DataFlavor dataFlavor)
Returns the data that needs to be transferred i.e. |
java.awt.datatransfer.DataFlavor[] |
getTransferDataFlavors()
Returns all the flavors that this class supports |
boolean |
isDataFlavorSupported(java.awt.datatransfer.DataFlavor dataFlavor)
Returns true if the given falvor is supported else false |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.awt.datatransfer.DataFlavor s_dataFlavorHWMBeanInfo
| Constructor Detail |
|---|
public HWMTransferableBeanInfo(HWMBeanInfo hwmBeanInfo)
hwmBeanInfo - The actual data that needs to be transferred to the
drop target| Method Detail |
|---|
public boolean equals(java.awt.datatransfer.Transferable transferableData)
transferableData - The instance of the transferable class that a
drop target receives.
public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
getTransferDataFlavors in interface java.awt.datatransfer.Transferablepublic boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor dataFlavor)
isDataFlavorSupported in interface java.awt.datatransfer.TransferabledataFlavor - The flavor that needs to be checked with the list of
supported falvors
public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor dataFlavor)
throws java.awt.datatransfer.UnsupportedFlavorException,
java.io.IOException
getTransferData in interface java.awt.datatransfer.TransferabledataFlavor - The flavor that the data should be passed in
java.awt.datatransfer.UnsupportedFlavorException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||