All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigedit.filters.PutedEntry

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.jigedit.filters.PutedEntry

public class PutedEntry
extends AttributeHolder
implements Comparable
We want free pickling, hence the super class.


Variable Index

 o ATTR_AUTHOR
 o ATTR_FILENAME
 o ATTR_TIME
 o ATTR_URL

Constructor Index

 o PutedEntry()

Method Index

 o getKey()
 o getStringValue()
 o greaterThan(Comparable)

Variables

 o ATTR_AUTHOR
 protected static int ATTR_AUTHOR
 o ATTR_URL
 protected static int ATTR_URL
 o ATTR_FILENAME
 protected static int ATTR_FILENAME
 o ATTR_TIME
 protected static int ATTR_TIME

Constructors

 o PutedEntry
 public PutedEntry()

Methods

 o getStringValue
 public String getStringValue()
 o greaterThan
 public boolean greaterThan(Comparable comp)
 o getKey
 protected String getKey()

All Packages  Class Hierarchy  This Package  Previous  Next  Index