public final class MenuItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MenuItem.Context |
| Modifier and Type | Method and Description |
|---|---|
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) |
public MenuItem.Context getContext()
public String getCaption()
public void setCaption(String caption) throws SkypeException
SkypeExceptionpublic String getHint()
public void setHint(String hint) throws SkypeException
SkypeExceptionpublic boolean isEnabled()
public void setEnabled(boolean enabled)
throws SkypeException
SkypeExceptionpublic File getIconFile()
public boolean isMultipleContactsEnabled()
public String getTargetSkypeId()
public void addMenuItemListener(MenuItemListener listener) throws SkypeException
SkypeExceptionpublic void removeMenuItemListener(MenuItemListener listener)
public void dispose()
throws SkypeException
SkypeExceptionCopyright © 2013. All Rights Reserved.