|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproyecto.preferencias.ItemDeLista
public class ItemDeLista
Clase ItemDeLista. ItemDeLista
Es un objeto intermedio que usamos para no tener dependencia de las palabras
reservadas que tiene la librería syntax.jar. Esta utilidad nos es útil a la
hora de crear una estructura (map) podemos referenciar la palabra reservada
(etiqueta) y la que usaremos para pintarla en nuestra GUI(tituloOpcion)
Creado: Manuel Parras.
HashMap
Constructor Summary | |
---|---|
ItemDeLista(String e,
String t)
Constructor de la clase ItemDeLista |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEtiqueta()
Obtener sobre nombre de la plabra reservada |
String |
getTituloOpcion()
Devuelve el titulo asignado a nuestra tipo de palabra reservada. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItemDeLista(String e, String t)
e
- the et
- the tMethod Detail |
---|
public String getEtiqueta()
public String getTituloOpcion()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |