org.jacorb.naming.namemanager

Class ObjectDialog

public class ObjectDialog extends JDialog implements ActionListener, KeyListener

A dialog to enter the name and ior for an object binding

Version: $Id: ObjectDialog.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $

Author: Gerald Brose, Xtradyne Technologies

Constructor Summary
ObjectDialog(Frame frame)
Method Summary
voidactionPerformed(ActionEvent e)
StringgetIOR()
StringgetName()
booleanisRebind()
voidkeyPressed(KeyEvent e)
voidkeyReleased(KeyEvent e)
voidkeyTyped(KeyEvent e)

Constructor Detail

ObjectDialog

public ObjectDialog(Frame frame)

Method Detail

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)