|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fhg.igd.semoa.ui.AgentFlavors
Reference class for all DataFlavors used to transfer an
AgentContext or one of its fields during drag and drop.
AgentContext| Field Summary | |
static DataFlavor |
CARD_FLAVOR
The DataFlavor representing the AgentCard. |
static DataFlavor |
CLASSLOADER_FLAVOR
The DataFlavor representing the
AgentClassLoader. |
static DataFlavor |
COMMUNICATION_FLAVOR
The DataFlavor representing the
CommunicationContext of an agent. |
static DataFlavor |
CONTEXT_FLAVOR
The DataFlavor representing the AgentContext. |
static DataFlavor |
COOKIE_FLAVOR
The DataFlavor representing the cookie of an agent. |
static DataFlavor |
ENVIRONMENT_FLAVOR
The DataFlavor representing the Environment of
an agent. |
static DataFlavor |
LIFECYCLE_FLAVOR
The DataFlavor representing the Lifecycle of
an agent. |
static DataFlavor |
MANIFEST_PRESET_FLAVOR
The DataFlavor representing the Manifest of an
agent. |
static DataFlavor |
MOBILITY_FLAVOR
The DataFlavor representing the MobilityContext
of an agent. |
static DataFlavor |
NICKNAME_FLAVOR
The DataFlavor representing the nickname of an agent. |
static DataFlavor |
OWNER_CERT_FLAVOR
The DataFlavor representing the owner
X509Certificate of an agent. |
static DataFlavor |
OWNER_FLAVOR
The DataFlavor representing the owner Principal
of an agent. |
static DataFlavor |
PERMISSIONS_FLAVOR
The DataFlavor representing the
AgentPermission. |
static DataFlavor |
PROPERTIES_FLAVOR
The DataFlavor representing the Properties of
an agent. |
static DataFlavor |
RESOURCE_FLAVOR
The DataFlavor representing the Resource of
an agent. |
static DataFlavor |
REVERSE_TICKET_FLAVOR
The DataFlavor representing the reverse Ticket
of an agent. |
static DataFlavor |
SENDER_CERT_FLAVOR
The DataFlavor representing the sender
X509Certificate of an agent. |
static DataFlavor |
SPOOLER_FLAVOR
The DataFlavor representing the Spooler of an
agent. |
static DataFlavor |
STATIC_PART_FLAVOR
The DataFlavor representing the static part of an agent. |
static DataFlavor |
THREADGROUP_FLAVOR
The DataFlavor representing the
AgentThreadGroup. |
static DataFlavor |
TICKET_FLAVOR
The DataFlavor representing the Ticket of an
agent. |
static DataFlavor |
TMP_COOKIE_FLAVOR
The DataFlavor representing the temporary cookie of an
agent. |
static DataFlavor |
VARIABLES_FLAVOR
The DataFlavor representing the
VariablesContext of an agent. |
| Constructor Summary | |
AgentFlavors()
|
|
| Method Summary | |
static Map |
getFieldTypeFlavorMap()
Creates and returns a HashMap that maps
FieldTypes to DataFlavors defined by this
class. |
static FieldType |
getFieldTypeFor(DataFlavor flavor)
Returns the FieldType that is represented by the
flavor argument. |
static DataFlavor |
getFlavorFor(FieldType type)
Returns the DataFlavor representing the
type argument. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final DataFlavor CONTEXT_FLAVOR
DataFlavor representing the AgentContext.
public static final DataFlavor CARD_FLAVOR
DataFlavor representing the AgentCard.
public static final DataFlavor CLASSLOADER_FLAVOR
DataFlavor representing the
AgentClassLoader.
public static final DataFlavor COMMUNICATION_FLAVOR
DataFlavor representing the
CommunicationContext of an agent.
public static final DataFlavor COOKIE_FLAVOR
DataFlavor representing the cookie of an agent. The
representation class is an array of bytes.
public static final DataFlavor ENVIRONMENT_FLAVOR
DataFlavor representing the Environment of
an agent.
public static final DataFlavor LIFECYCLE_FLAVOR
DataFlavor representing the Lifecycle of
an agent.
public static final DataFlavor MANIFEST_PRESET_FLAVOR
DataFlavor representing the Manifest of an
agent.
public static final DataFlavor MOBILITY_FLAVOR
DataFlavor representing the MobilityContext
of an agent.
public static final DataFlavor NICKNAME_FLAVOR
DataFlavor representing the nickname of an agent. The
representation class is String.
public static final DataFlavor OWNER_FLAVOR
DataFlavor representing the owner Principal
of an agent.
public static final DataFlavor OWNER_CERT_FLAVOR
DataFlavor representing the owner
X509Certificate of an agent.
public static final DataFlavor PERMISSIONS_FLAVOR
DataFlavor representing the
AgentPermission.
public static final DataFlavor PROPERTIES_FLAVOR
DataFlavor representing the Properties of
an agent.
public static final DataFlavor RESOURCE_FLAVOR
DataFlavor representing the Resource of
an agent.
public static final DataFlavor REVERSE_TICKET_FLAVOR
DataFlavor representing the reverse Ticket
of an agent.
public static final DataFlavor SENDER_CERT_FLAVOR
DataFlavor representing the sender
X509Certificate of an agent.
public static final DataFlavor SPOOLER_FLAVOR
DataFlavor representing the Spooler of an
agent.
public static final DataFlavor STATIC_PART_FLAVOR
DataFlavor representing the static part of an agent.
The representation class is Map.
public static final DataFlavor THREADGROUP_FLAVOR
DataFlavor representing the
AgentThreadGroup.
public static final DataFlavor TICKET_FLAVOR
DataFlavor representing the Ticket of an
agent.
public static final DataFlavor TMP_COOKIE_FLAVOR
DataFlavor representing the temporary cookie of an
agent. The representation class is an array of bytes.
public static final DataFlavor VARIABLES_FLAVOR
DataFlavor representing the
VariablesContext of an agent.
| Constructor Detail |
public AgentFlavors()
| Method Detail |
public static Map getFieldTypeFlavorMap()
HashMap that maps
FieldTypes to DataFlavors defined by this
class.
FieldType to DataFlavor mappingpublic static DataFlavor getFlavorFor(FieldType type)
DataFlavor representing the
type argument.
type - the FieldType to get the DataFlavor
for
DataFlavor representing the type
argument or null if there is no such
DataFlavorpublic static FieldType getFieldTypeFor(DataFlavor flavor)
FieldType that is represented by the
flavor argument.
flavor - the DataFlavor to get the
FieldType for
FieldType represented by the flavor
argument or null if there is no such
FieldType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||