org.jacorb.naming.namemanager

Class ObjectDialog

Implemented Interfaces:
ActionListener, KeyListener

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

void
actionPerformed(ActionEvent e)
String
getIOR()
String
getName()
boolean
isRebind()
void
keyPressed(KeyEvent e)
void
keyReleased(KeyEvent e)
void
keyTyped(KeyEvent e)

Constructor Details

ObjectDialog

public ObjectDialog(Frame frame)

Method Details

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)