|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KAboutTranslator
public class KAboutTranslator
This structure is used to store information about a translator. It can store the translator's name and an email address. This class is intended for use in the KAboutData class, but it can be used elsewhere as well. Normally you should at least define the translator's name. It's not possible to use KAboutPerson for this, because KAboutPerson stores internally only String pointers, but the translator information is generated dynamically from the translation of a dummy string.
Constructor Summary | |
---|---|
|
KAboutTranslator()
|
protected |
KAboutTranslator(java.lang.Class dummy)
|
|
KAboutTranslator(java.lang.String name)
|
|
KAboutTranslator(java.lang.String name,
java.lang.String emailAddress)
Convenience constructor |
Method Summary | |
---|---|
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
java.lang.String |
emailAddress()
The translator's email |
protected void |
finalize()
Deletes the wrapped C++ instance |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
java.lang.String |
name()
The translator's name |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KAboutTranslator(java.lang.Class dummy)
public KAboutTranslator(java.lang.String name, java.lang.String emailAddress)
name
- The name of the person.emailAddress
- The email address of the person.public KAboutTranslator(java.lang.String name)
public KAboutTranslator()
Method Detail |
---|
public java.lang.String name()
public java.lang.String emailAddress()
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |