|
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.plugin.spellcheck.CheckerToggleButton
public class CheckerToggleButton
Toggle-able button that sets the spell checker to be either enabled or disabled.
| Constructor Summary | |
|---|---|
CheckerToggleButton(SpellChecker checker)
|
|
| Method Summary | |
|---|---|
Object |
getComponent()
Returns the component that should be added. |
String |
getConstraints()
Returns the constraints, which will indicate to the container, where this component should be added. |
Container |
getContainer()
Returns the identifier of the container, where we would like to add our control. |
String |
getName()
Returns the name of this plugin component. |
int |
getPositionIndex()
Returns the index position of this component in the container, where it will be added. |
boolean |
isNativeComponent()
Returns true to indicate that this component is a native
component and false otherwise. |
void |
setCurrentContact(Contact contact)
Sets the current contact. |
void |
setCurrentContact(MetaContact metaContact)
Sets the current meta contact. |
void |
setCurrentContactGroup(MetaContactGroup metaGroup)
Sets the current meta group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CheckerToggleButton(SpellChecker checker)
| Method Detail |
|---|
public Object getComponent()
PluginComponent
getComponent in interface PluginComponentpublic String getConstraints()
PluginComponent
getConstraints in interface PluginComponentpublic Container getContainer()
PluginComponent
getContainer in interface PluginComponentpublic String getName()
PluginComponent
getName in interface PluginComponentpublic int getPositionIndex()
PluginComponent
getPositionIndex in interface PluginComponentpublic boolean isNativeComponent()
PluginComponenttrue to indicate that this component is a native
component and false otherwise. This method is meant to be
used by containers if a special treatment is needed for native components.
isNativeComponent in interface PluginComponenttrue to indicate that this component is a native
component and false otherwise.public void setCurrentContact(MetaContact metaContact)
PluginComponent
setCurrentContact in interface PluginComponentmetaContact - the current meta contactpublic void setCurrentContactGroup(MetaContactGroup metaGroup)
PluginComponent
setCurrentContactGroup in interface PluginComponentmetaGroup - the current meta contact grouppublic void setCurrentContact(Contact contact)
PluginComponent
setCurrentContact in interface PluginComponentcontact - the current contact
|
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 | |||||||||