Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.modules.gui.base.components
Class EncodingComboBoxModel.EncodingCarrier  view EncodingComboBoxModel.EncodingCarrier download EncodingComboBoxModel.EncodingCarrier.java

java.lang.Object
  extended byorg.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 true if the objects are equal, and false otherwise.


hashCode

public int hashCode()
Returns a hash code.