javax.activation

Class ActivationDataFlavor

Implemented Interfaces:
Cloneable, Externalizable, Serializable

public class ActivationDataFlavor
extends DataFlavor

Activation-specific DataFlavor with improved MIME parsing.
See Also:
Serialized Form

Field Summary

Fields inherited from class java.awt.datatransfer.DataFlavor

imageFlavor, javaFileListFlavor, javaJVMLocalObjectMimeType, javaRemoteObjectMimeType, javaSerializedObjectMimeType, plainTextFlavor, stringFlavor

Constructor Summary

ActivationDataFlavor(String mimeType, String humanPresentableName)
Constructor.

Method Summary

boolean
equals(DataFlavor dataFlavor)
String
getHumanPresentableName()
String
getMimeType()
boolean
isMimeTypeEqual(String mimeType)
protected String
normalizeMimeType(String mimeType)
protected String
normalizeMimeTypeParameter(String parameterName, String parameterValue)
void
setHumanPresentableName(String humanPresentableName)

Methods inherited from class java.awt.datatransfer.DataFlavor

clone, equals, equals, equals, getDefaultRepresentationClass, getDefaultRepresentationClassAsString, getHumanPresentableName, getMimeType, getParameter, getPrimaryType, getReaderForText, getRepresentationClass, getSubType, getTextPlainUnicodeFlavor, hashCode, isFlavorJavaFileListType, isFlavorRemoteObjectType, isFlavorSerializedObjectType, isFlavorTextType, isMimeTypeEqual, isMimeTypeEqual, isMimeTypeSerializedObject, isRepresentationClassByteBuffer, isRepresentationClassCharBuffer, isRepresentationClassInputStream, isRepresentationClassReader, isRepresentationClassRemote, isRepresentationClassSerializable, match, normalizeMimeType, normalizeMimeTypeParameter, readExternal, selectBestTextFlavor, setHumanPresentableName, toString, tryToLoadClass, writeExternal

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ActivationDataFlavor

public ActivationDataFlavor(String mimeType,
                            String humanPresentableName)
Constructor. The representation class is an InputStream.
Parameters:
mimeType - the MIME type of the data
humanPresentableName - the human-presentable name of the data flavor

Method Details

equals

public boolean equals(DataFlavor dataFlavor)
Overrides:
equals in interface DataFlavor

getHumanPresentableName

public String getHumanPresentableName()
Overrides:
getHumanPresentableName in interface DataFlavor

getMimeType

public String getMimeType()
Overrides:
getMimeType in interface DataFlavor

isMimeTypeEqual

public boolean isMimeTypeEqual(String mimeType)
Overrides:
isMimeTypeEqual in interface DataFlavor

normalizeMimeType

protected String normalizeMimeType(String mimeType)
Overrides:
normalizeMimeType in interface DataFlavor

normalizeMimeTypeParameter

protected String normalizeMimeTypeParameter(String parameterName,
                                            String parameterValue)
Overrides:
normalizeMimeTypeParameter in interface DataFlavor

setHumanPresentableName

public void setHumanPresentableName(String humanPresentableName)
Overrides:
setHumanPresentableName in interface DataFlavor

ActivationDataFlavor.java -- Activation-specific DataFlavor instance. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.