|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.swing.SelectedObject
public class SelectedObject
A convenience class used to store combobox complex objects. The SelectedObject is used for all account and status combo boxes throughout this gui implementation.
| Constructor Summary | |
|---|---|
SelectedObject(Icon icon,
Object object)
Creates an instance of SelectedObject by specifying the icon and object associated with it. |
|
SelectedObject(String text,
Icon icon,
Object object)
Creates an instance of SelectedObject by specifying the text, icon and object associated with it. |
|
| Method Summary | |
|---|---|
Icon |
getIcon()
Returns the icon of this SelectedObject. |
Object |
getObject()
Returns the real object behind this SelectedObject. |
String |
getText()
Returns the text of this SelectedObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectedObject(String text,
Icon icon,
Object object)
text - The text.icon - The icon.object - The object.
public SelectedObject(Icon icon,
Object object)
icon - The icon.object - The object.| Method Detail |
|---|
public String getText()
public Icon getIcon()
public Object getObject()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||