Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main
Class GeneralDialPadDialog

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.GeneralDialPadDialog

public class GeneralDialPadDialog
extends Object

The DialpadDialog is a popup dialog containing a dialpad.

Author:
Yana Stamcheva

Constructor Summary
GeneralDialPadDialog()
          Creates an instance of GeneralDialPadDialog.
 
Method Summary
 void clear()
          Clears the call field.
 void dialButtonPressed(String s)
          Indicates that a dial button was pressed.
 void setVisible(boolean visible)
          Shows/hides the dial pad dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralDialPadDialog

public GeneralDialPadDialog()
Creates an instance of GeneralDialPadDialog.

Method Detail

dialButtonPressed

public void dialButtonPressed(String s)
Indicates that a dial button was pressed.

Parameters:
s - the string corresponding to a number to add to the call field

setVisible

public void setVisible(boolean visible)
Shows/hides the dial pad dialog.

Parameters:
visible - indicates if the dial pad should be shown or hidden.

clear

public void clear()
Clears the call field.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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