|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AppletConfig>
br.gov.frameworkdemoiselle.certificate.applet.config.AppletConfig
@Deprecated public enum AppletConfig
Enum com todas as chaves e valores das configuracoes do componente. Os valores das chaves sao obtidos ou nos parametros da applet ou no arquivo de configuracao security-applet.properties do projeto desenvolvido com este componente ou no security-applet-default.properties caso nao seja informado nenhum outro resource.
| Method Summary | |
|---|---|
ResourceBundle |
getBundle(String bundleName)
Deprecated. |
String |
getKey()
Deprecated. Retorna a chave do enum |
String |
getValue()
Deprecated. Retorna o valor de enum para uma determinada chave Primeiramente é verificado se a chave foi informada como parametro do applet, se não, é obtida a chave no resource bundle que pode ser da aplicacao ou caso nao seja informado sera utilizado o resouce default do componente. |
boolean |
getValueBoolean()
Deprecated. Retorna o valor de enum convertido para o tipo 'boolean' conforme sua respectiva chave |
int |
getValueInt()
Deprecated. Retorna o valor de enum convertido para o tipo 'int' conforme sua respectiva chave |
static void |
setApplet(Applet _applet)
Deprecated. |
static AppletConfig |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static AppletConfig[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AppletConfig PARAM_APPLET_ACTION_EXECUTE
public static final AppletConfig PARAM_APPLET_JAVASCRIPT_POSTACTION_FAILURE
public static final AppletConfig LOOK_AND_FEEL
public static final AppletConfig CONFIG_DIALOG_IS_MODAL
public static final AppletConfig CONFIG_DIALOG_IS_VISIBLE
public static final AppletConfig CONFIG_DIALOG_DIMENSION_WIDTH
public static final AppletConfig CONFIG_DIALOG_DIMENSION_HEIGHT
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_X
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_Y
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_WIDTH
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_HEIGHT
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_FONT
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_FONT_STYLE
public static final AppletConfig CONFIG_DIALOG_PIN_LABEL_FONT_SIZE
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_X
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_Y
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_WIDTH
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_HEIGHT
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_FONT
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_FONT_STYLE
public static final AppletConfig CONFIG_DIALOG_PIN_CODE_FONT_SIZE
public static final AppletConfig LABEL_DIALOG_TITLE
public static final AppletConfig LABEL_DIALOG_LABEL_PIN
public static final AppletConfig LABEL_DIALOG_BUTTON_RUN
public static final AppletConfig LABEL_DIALOG_BUTTON_CANCEL
public static final AppletConfig LABEL_DIALOG_OPTION_PANE_TITLE
public static final AppletConfig MESSAGE_ERROR_LOAD_TOKEN
public static final AppletConfig MESSAGE_ERROR_UNEXPECTED
public static final AppletConfig MESSAGE_ERROR_INVALID_PIN
public static final AppletConfig MESSAGE_ERROR_PKCS11_NOT_FOUND
public static final AppletConfig MESSAGE_ERROR_DRIVER_NOT_AVAILABLE
public static final AppletConfig MESSAGE_ERROR_DRIVER_INCOMPATIBLE
public static final AppletConfig CONFIG_DIALOG_TABLE_LABEL
public static final AppletConfig CONFIG_DIALOG_TABLE_LABEL_FONT
public static final AppletConfig CONFIG_DIALOG_TABLE_LABEL_FONT_STYLE
public static final AppletConfig CONFIG_DIALOG_TABLE_LABEL_FONT_SIZE
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_FONT
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_FONT_STYLE
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_FONT_SIZE
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_X
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_Y
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_WIDTH
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_HEIGHT
public static final AppletConfig CONFIG_DIALOG_TABLE_CERTIFICATES_ROW_HEIGHT
public static final AppletConfig CONFIG_DIALOG_BUTTON_FONT
public static final AppletConfig CONFIG_DIALOG_BUTTON_FONT_STYLE
public static final AppletConfig CONFIG_DIALOG_BUTTON_FONT_SIZE
public static final AppletConfig CONFIG_DIALOG_BUTTON_RUN_X
public static final AppletConfig CONFIG_DIALOG_BUTTON_RUN_Y
public static final AppletConfig CONFIG_DIALOG_BUTTON_RUN_WIDTH
public static final AppletConfig CONFIG_DIALOG_BUTTON_RUN_HEIGHT
public static final AppletConfig CONFIG_DIALOG_BUTTON_CANCEL_X
public static final AppletConfig CONFIG_DIALOG_BUTTON_CANCEL_Y
public static final AppletConfig CONFIG_DIALOG_BUTTON_CANCEL_WIDTH
public static final AppletConfig CONFIG_DIALOG_BUTTON_CANCEL_HEIGHT
| Method Detail |
|---|
public static AppletConfig[] values()
for (AppletConfig c : AppletConfig.values()) System.out.println(c);
public static AppletConfig valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getValue()
public int getValueInt()
public boolean getValueBoolean()
public ResourceBundle getBundle(String bundleName)
public String getKey()
public static void setApplet(Applet _applet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||