org.jacorb.naming.namemanager
Class ObjectDialog
JDialog
org.jacorb.naming.namemanager.ObjectDialog
- ActionListener, KeyListener
public class ObjectDialog
extends JDialog
implements ActionListener, KeyListener
A dialog to enter the name and ior for an object binding
Version:
- Gerald Brose, Xtradyne Technologies
ObjectDialog
public ObjectDialog(Frame frame)
actionPerformed
public void actionPerformed(ActionEvent e)
getIOR
public String getIOR()
getName
public String getName()
isRebind
public boolean isRebind()
keyPressed
public void keyPressed(KeyEvent e)
keyReleased
public void keyReleased(KeyEvent e)
keyTyped
public void keyTyped(KeyEvent e)