com.ibm.cics.core.connections
Class ConnectionsImages

java.lang.Object
  extended by com.ibm.cics.core.connections.ConnectionsImages

public class ConnectionsImages
extends java.lang.Object


Field Summary
static java.lang.String ACTIVE_CONNECTION
           
static java.lang.String ACTIVE_CONNECTION_DISABLED
           
static java.lang.String ACTIVE_CREDENTIAL
           
static java.lang.String ACTIVE_SECURE_CONNECTION
           
static java.lang.String BAD_CREDENTIAL
           
static java.lang.String CERTIFICATE_IMPORT_WIZ_BAN
           
static java.lang.String CONNECTION_DEFAULT
           
static java.lang.String CONNECTION_PROVIDER
           
static java.lang.String CONNECTION_PROVIDER_ADD
           
static java.lang.String CONNECTION_WARNING
           
static java.lang.String CONNECTION_WIZ_BAN
           
static java.lang.String CONNECTIONS_EXPORT
           
static java.lang.String CONNECTIONS_IMPORT_WIZ_BAN
           
static java.lang.String COPY_CON
           
static java.lang.String CREATE_OVERLAY
           
static java.lang.String CREDENTIAL
           
static java.lang.String DELETE_CON
           
static java.lang.String ERROR
           
static java.lang.String ERROR_OVERLAY
           
static java.lang.String IN_ACTIVE_CONNECTION
           
static java.lang.String IN_ACTIVE_SECURE_CONNECTION
           
static java.lang.String IN_PROGRESS_CONNECTION
           
static java.lang.String LINKED_OVERLAY
           
static java.lang.String LOCKED_OVERLAY
           
static java.lang.String MANAGE_CONNECTIONS
           
static java.lang.String NEW_CON
           
static java.lang.String PASSWORD_WIZ_BAN
           
static java.lang.String PRESET_CONNECTIONS
           
static java.lang.String SECURITY_QUESTION_WIZ_BAN
           
static java.lang.String STOP_CONNECTION
           
static java.lang.String STOP_CONNECTION_DISABLED
           
static java.lang.String TICK_OVERLAY
           
static java.lang.String USER_OVERLAY
           
static java.lang.String WARNING
           
static java.lang.String WARNING_OVERLAY
           
 
Constructor Summary
ConnectionsImages()
           
 
Method Summary
static Image getCreateConnectionImage(IConnectionCategory aConnectionCategory)
           
static ImageDescriptor getCreateConnectionImageDescriptor(IConnectionCategory aConnectionCategory)
           
static Image getImage(IConnectionCategory aConnectionCategory)
           
static Image getImage(IConnectionDescriptor connectionDescriptor)
           
static Image getImage(java.lang.String key)
           
static ImageDescriptor getImageDescriptor(java.lang.String key)
           
static ImageRegistry getImageRegistry()
           
static Image getWithErrorOverlay(Image image)
           
static Image getWithLinkedOverlay(Image image)
           
static Image getWithUserOverlay(Image image)
           
static Image getWithWarningOverlay(Image image)
           
static ImageRegistry initializeImageRegistry()
           
static Image register(java.net.URL aURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVE_CONNECTION

public static final java.lang.String ACTIVE_CONNECTION
See Also:
Constant Field Values

ACTIVE_CONNECTION_DISABLED

public static final java.lang.String ACTIVE_CONNECTION_DISABLED
See Also:
Constant Field Values

ACTIVE_SECURE_CONNECTION

public static final java.lang.String ACTIVE_SECURE_CONNECTION
See Also:
Constant Field Values

CONNECTION_WARNING

public static final java.lang.String CONNECTION_WARNING
See Also:
Constant Field Values

COPY_CON

public static final java.lang.String COPY_CON
See Also:
Constant Field Values

DELETE_CON

public static final java.lang.String DELETE_CON
See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
See Also:
Constant Field Values

ERROR_OVERLAY

public static final java.lang.String ERROR_OVERLAY
See Also:
Constant Field Values

IN_ACTIVE_CONNECTION

public static final java.lang.String IN_ACTIVE_CONNECTION
See Also:
Constant Field Values

IN_ACTIVE_SECURE_CONNECTION

public static final java.lang.String IN_ACTIVE_SECURE_CONNECTION
See Also:
Constant Field Values

IN_PROGRESS_CONNECTION

public static final java.lang.String IN_PROGRESS_CONNECTION
See Also:
Constant Field Values

LOCKED_OVERLAY

public static final java.lang.String LOCKED_OVERLAY
See Also:
Constant Field Values

NEW_CON

public static final java.lang.String NEW_CON
See Also:
Constant Field Values

PASSWORD_WIZ_BAN

public static final java.lang.String PASSWORD_WIZ_BAN
See Also:
Constant Field Values

WARNING_OVERLAY

public static final java.lang.String WARNING_OVERLAY
See Also:
Constant Field Values

LINKED_OVERLAY

public static final java.lang.String LINKED_OVERLAY
See Also:
Constant Field Values

CREATE_OVERLAY

public static final java.lang.String CREATE_OVERLAY
See Also:
Constant Field Values

USER_OVERLAY

public static final java.lang.String USER_OVERLAY
See Also:
Constant Field Values

WARNING

public static final java.lang.String WARNING
See Also:
Constant Field Values

TICK_OVERLAY

public static final java.lang.String TICK_OVERLAY
See Also:
Constant Field Values

STOP_CONNECTION

public static final java.lang.String STOP_CONNECTION
See Also:
Constant Field Values

STOP_CONNECTION_DISABLED

public static final java.lang.String STOP_CONNECTION_DISABLED
See Also:
Constant Field Values

CONNECTION_PROVIDER

public static final java.lang.String CONNECTION_PROVIDER
See Also:
Constant Field Values

CONNECTION_PROVIDER_ADD

public static final java.lang.String CONNECTION_PROVIDER_ADD
See Also:
Constant Field Values

CONNECTIONS_EXPORT

public static final java.lang.String CONNECTIONS_EXPORT
See Also:
Constant Field Values

PRESET_CONNECTIONS

public static final java.lang.String PRESET_CONNECTIONS
See Also:
Constant Field Values

MANAGE_CONNECTIONS

public static final java.lang.String MANAGE_CONNECTIONS
See Also:
Constant Field Values

CONNECTION_WIZ_BAN

public static final java.lang.String CONNECTION_WIZ_BAN
See Also:
Constant Field Values

CONNECTIONS_IMPORT_WIZ_BAN

public static final java.lang.String CONNECTIONS_IMPORT_WIZ_BAN
See Also:
Constant Field Values

CREDENTIAL

public static final java.lang.String CREDENTIAL
See Also:
Constant Field Values

ACTIVE_CREDENTIAL

public static final java.lang.String ACTIVE_CREDENTIAL
See Also:
Constant Field Values

BAD_CREDENTIAL

public static final java.lang.String BAD_CREDENTIAL
See Also:
Constant Field Values

CONNECTION_DEFAULT

public static final java.lang.String CONNECTION_DEFAULT
See Also:
Constant Field Values

CERTIFICATE_IMPORT_WIZ_BAN

public static final java.lang.String CERTIFICATE_IMPORT_WIZ_BAN
See Also:
Constant Field Values

SECURITY_QUESTION_WIZ_BAN

public static final java.lang.String SECURITY_QUESTION_WIZ_BAN
See Also:
Constant Field Values
Constructor Detail

ConnectionsImages

public ConnectionsImages()
Method Detail

register

public static Image register(java.net.URL aURL)

initializeImageRegistry

public static ImageRegistry initializeImageRegistry()

getImageDescriptor

public static ImageDescriptor getImageDescriptor(java.lang.String key)

getImage

public static Image getImage(java.lang.String key)

getImageRegistry

public static ImageRegistry getImageRegistry()

getWithLinkedOverlay

public static Image getWithLinkedOverlay(Image image)

getWithErrorOverlay

public static Image getWithErrorOverlay(Image image)

getWithWarningOverlay

public static Image getWithWarningOverlay(Image image)

getWithUserOverlay

public static Image getWithUserOverlay(Image image)

getImage

public static Image getImage(IConnectionDescriptor connectionDescriptor)

getCreateConnectionImage

public static Image getCreateConnectionImage(IConnectionCategory aConnectionCategory)

getCreateConnectionImageDescriptor

public static ImageDescriptor getCreateConnectionImageDescriptor(IConnectionCategory aConnectionCategory)

getImage

public static Image getImage(IConnectionCategory aConnectionCategory)


Copyright © 2013 IBM Corp. All Rights Reserved.