Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui
Class WindowID

java.lang.Object
  extended by net.java.sip.communicator.service.gui.WindowID

public class WindowID
extends Object

The WindowID wraps a string which is meant to point to an application dialog, like per example a "Configuration" dialog or "Add contact" dialog.

Author:
Yana Stamcheva

Constructor Summary
WindowID(String dialogName)
          Creates a new WindowID.
 
Method Summary
 String getID()
          Get the ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowID

public WindowID(String dialogName)
Creates a new WindowID.

Parameters:
dialogName - the name of the dialog
Method Detail

getID

public String getID()
Get the ID.

Returns:
the ID

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.