| Packages that use CharacterInformation | |
|---|---|
| com.realtime.crossfire.jxclient.account | |
| com.realtime.crossfire.jxclient.gui.list | |
| Uses of CharacterInformation in com.realtime.crossfire.jxclient.account |
|---|
| Fields in com.realtime.crossfire.jxclient.account with type parameters of type CharacterInformation | |
|---|---|
private java.util.List<CharacterInformation> |
CharacterModel.characters
The current entries. |
private java.util.Collection<CharacterInformation> |
CharacterModel.charactersPending
The pending entries. |
| Methods in com.realtime.crossfire.jxclient.account that return CharacterInformation | |
|---|---|
CharacterInformation |
CharacterModel.getEntry(int index)
Returns a character entry by index. |
| Methods in com.realtime.crossfire.jxclient.account with parameters of type CharacterInformation | |
|---|---|
void |
CharacterModel.add(CharacterInformation characterInformation)
Adds an entry. |
int |
CharacterInformation.compareTo(CharacterInformation o)
|
| Uses of CharacterInformation in com.realtime.crossfire.jxclient.gui.list |
|---|
| Methods in com.realtime.crossfire.jxclient.gui.list that return CharacterInformation | |
|---|---|
CharacterInformation |
GUICharacterList.getCurrentCharacter()
Returns the currently selected character in the list. |