|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
br.gov.frameworkdemoiselle.certificate.applet.view.JKeyStorePanel
@Deprecated public class JKeyStorePanel
JPanel especializada para obtencao do KeyStore de um dispositivo usb ou
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| 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.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JKeyStorePanel()
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 |
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 javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JKeyStorePanel()
| 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||