|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
br.gov.frameworkdemoiselle.certificate.applet.view.JKeyStoreDialog
@Deprecated public class JKeyStoreDialog
JDialog especializado para obtencao do KeyStore de um dispositivo usb ou smartcard.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JKeyStoreDialog()
Deprecated. Construtor. |
|
| Method Summary | |
|---|---|
void |
addButtonCancelActionListener(ActionListener action)
Deprecated. Adicionar um ActionListener ao botao "Cancel" |
void |
addButtonRunActionListener(ActionListener action)
Deprecated. Adicionar um ActionListener ao botao "Run" |
void |
addScrollPaneLineKeyListener(KeyListener key)
Deprecated. |
String |
getAlias()
Deprecated. Retorna o alias |
int |
getCertificatesCount()
Deprecated. |
Dimension |
getDimension()
Deprecated. Retorna as dimensoes padroes do panel |
KeyStore |
getKeyStore()
Deprecated. Retorna o keystore do dispositivo a partir do valor de pin |
JButton |
getRunButton()
Deprecated. Retorna o botao run |
JTable |
getTable()
Deprecated. Permite acesso ao objeto Table contendo a lista de certificados digitais |
boolean |
isLoaded()
Deprecated. Indica se o keystore foi carregado com sucesso. |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JKeyStoreDialog()
| Method Detail |
|---|
public boolean isLoaded()
public JTable getTable()
public void addScrollPaneLineKeyListener(KeyListener key)
key - public void addButtonRunActionListener(ActionListener action)
action - ActionListenerpublic void addButtonCancelActionListener(ActionListener action)
action - ActionListenerpublic KeyStore getKeyStore()
public String getAlias()
public JButton getRunButton()
public Dimension getDimension()
public int getCertificatesCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||