|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> gui >> base >> [ components overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfree.report.modules.gui.base.components
Class EncodingComboBoxModel.EncodingCarrier

java.lang.Objectorg.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier
- Enclosing class:
- EncodingComboBoxModel
- private static class EncodingComboBoxModel.EncodingCarrier
- extends java.lang.Object
An encoding carrier.
| Field Summary | |
private java.lang.String |
description
The encoding description. |
private java.lang.String |
displayName
The display name. |
private java.lang.String |
name
The encoding name. |
| Constructor Summary | |
EncodingComboBoxModel.EncodingCarrier(java.lang.String name,
java.lang.String description)
Creates a new encoding. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Returns true if the objects are equal, and false otherwise. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getDisplayName()
Returns the display name (the regular name followed by the description in brackets). |
java.lang.String |
getName()
Returns the name. |
int |
hashCode()
Returns a hash code. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
private java.lang.String name
- The encoding name.
description
private java.lang.String description
- The encoding description.
displayName
private java.lang.String displayName
- The display name.
| Constructor Detail |
EncodingComboBoxModel.EncodingCarrier
public EncodingComboBoxModel.EncodingCarrier(java.lang.String name, java.lang.String description)
- Creates a new encoding.
| Method Detail |
getName
public java.lang.String getName()
- Returns the name.
getDescription
public java.lang.String getDescription()
- Returns the description.
getDisplayName
public java.lang.String getDisplayName()
- Returns the display name (the regular name followed by the description in brackets).
equals
public boolean equals(java.lang.Object o)
- Returns
trueif the objects are equal, andfalseotherwise.
hashCode
public int hashCode()
- Returns a hash code.
|
|||||||||
| Home >> All >> org >> jfree >> report >> modules >> gui >> base >> [ components overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jfree.report.modules.gui.base.components.EncodingComboBoxModel.EncodingCarrier