org.javasign.gui
Class CardBrowserGui

java.lang.Object
  |
  +--org.javasign.gui.CardBrowserGui

public class CardBrowserGui
extends java.lang.Object


Constructor Summary
CardBrowserGui(java.lang.String[] args)
           
 
Method Summary
 javax.swing.JFrame getFrame()
           
 javax.swing.JTree getTree()
           
static void main(java.lang.String[] args)
           
 void refresh()
           
 void reload()
           
 void show()
           
 void showPopupMenu(java.lang.Object node, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardBrowserGui

public CardBrowserGui(java.lang.String[] args)
Method Detail

refresh

public void refresh()

reload

public void reload()

show

public void show()

showPopupMenu

public void showPopupMenu(java.lang.Object node,
                          int x,
                          int y)

main

public static void main(java.lang.String[] args)

getTree

public javax.swing.JTree getTree()

getFrame

public javax.swing.JFrame getFrame()