com.skype
Class MenuItem

java.lang.Object
  extended by com.skype.MenuItem

public final class MenuItem
extends Object


Nested Class Summary
static class MenuItem.Context
           
 
Method Summary
 void addMenuItemListener(MenuItemListener listener)
           
 void dispose()
           
 boolean equals(Object compared)
           
 String getCaption()
           
 MenuItem.Context getContext()
           
 String getHint()
           
 File getIconFile()
           
 String getTargetSkypeId()
           
 int hashCode()
           
 boolean isEnabled()
           
 boolean isMultipleContactsEnabled()
           
 void removeMenuItemListener(MenuItemListener listener)
           
 void setCaption(String caption)
           
 void setEnabled(boolean enabled)
           
 void setHint(String hint)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object compared)
Overrides:
equals in class Object

getContext

public MenuItem.Context getContext()

getCaption

public String getCaption()

setCaption

public void setCaption(String caption)
                throws SkypeException
Throws:
SkypeException

getHint

public String getHint()

setHint

public void setHint(String hint)
             throws SkypeException
Throws:
SkypeException

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)
                throws SkypeException
Throws:
SkypeException

getIconFile

public File getIconFile()

isMultipleContactsEnabled

public boolean isMultipleContactsEnabled()

getTargetSkypeId

public String getTargetSkypeId()

addMenuItemListener

public void addMenuItemListener(MenuItemListener listener)
                         throws SkypeException
Throws:
SkypeException

removeMenuItemListener

public void removeMenuItemListener(MenuItemListener listener)

dispose

public void dispose()
             throws SkypeException
Throws:
SkypeException


Copyright © 2004-2011. All Rights Reserved.