net.java.sip.communicator.service.gui
Class WindowID
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowID
public WindowID(String dialogName)
- Creates a new WindowID.
- Parameters:
dialogName - the name of the dialog
getID
public String getID()
- Get the ID.
- Returns:
- the ID
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.