Lines Matching defs:data

58  * represent data that is exchanged via a cut, copy, or paste
97 * This value is used when data is copied to a clipboard
104 * This value is used when data is moved to a clipboard (i.e. a cut)
117 * This value is used to specify that data should be linked in a drag
138 * Represents a location where dropped data should be inserted.
200 * transfer or to import the data contained within. But it also
525 * Returns the data flavors for this transfer.
527 * @return the data flavors for this transfer
542 * Returns whether or not the given data flavor is supported.
719 * @param comp the component holding the data to be transferred;
756 * mechanism, requiring no further effort from the developer. Any data
760 * data on it, the <code>IllegalStateException</code> thrown by
766 * @param comp the component holding the data to be transferred;
768 * @param clip the clipboard to transfer the data into
819 * @return true if the data was inserted into the component,
834 * the data to be imported into the component.
846 * @param t the data to import
847 * @return true if the data was inserted into the component, false otherwise
932 * set of data flavors prior to actually attempting to import it.
944 * @param transferFlavors the data formats available
945 * @return true if the data can be inserted into the component, false otherwise
978 * @param c the component holding the data to be transferred;
1007 * @param t the data to be transferred; this value is expected to have been
1018 * a data transfer. Returns the representation of the data to
1022 * @param c the component holding the data to be transferred;
1024 * @return the representation of the data to be transferred, or
1038 * Invoked after data has been exported. This method should remove
1039 * the data that was transferred if the action was <code>MOVE</code>.
1045 * @param source the component that was the source of the data
1046 * @param data The data that was transferred or possibly null
1050 protected void exportDone(JComponent source, Transferable data, int action) {
1089 * Fetches the data flavor from the array of possible flavors that
1090 * has data of the type represented by property type. Null is
1134 * Returns an array of <code>DataFlavor</code> objects indicating the flavors the data
1136 * for providing the data (from most richly descriptive to least descriptive).
1137 * @return an array of data flavors in which this data can be transferred
1152 * Returns whether the specified data flavor is supported for
1154 * @param flavor the requested flavor for the data
1170 * Returns an object which represents the data to be transferred. The class
1173 * @param flavor the requested flavor for the data
1175 * @exception IOException if the data is no longer available
1177 * @exception UnsupportedFlavorException if the requested data flavor is
1756 // this is a paste action, import data into the component