org.w3c.jigedit.filters
Class DeletedEntry

java.lang.Object
  extended by org.w3c.tools.resources.AttributeHolder
      extended by org.w3c.jigedit.filters.PutedEntry
          extended by org.w3c.jigedit.filters.DeletedEntry
All Implemented Interfaces:
java.lang.Cloneable, Comparable

public class DeletedEntry
extends PutedEntry


Field Summary
 
Fields inherited from class org.w3c.jigedit.filters.PutedEntry
ATTR_AUTHOR, ATTR_FILENAME, ATTR_TIME, ATTR_URL
 
Fields inherited from class org.w3c.tools.resources.AttributeHolder
attributes, values
 
Constructor Summary
DeletedEntry()
           
 
Method Summary
 void confirm()
           
protected  java.lang.String getKey()
           
 boolean isConfirmed()
           
 
Methods inherited from class org.w3c.jigedit.filters.PutedEntry
getStringValue, greaterThan
 
Methods inherited from class org.w3c.tools.resources.AttributeHolder
definesAttribute, definesAttribute, getAttributes, getBoolean, getChar, getClone, getClone, getClone, getDouble, getFloat, getInt, getLong, getString, getValue, getValue, initialize, initialize, lookupAttribute, pickleValues, print, setBoolean, setChar, setDouble, setFloat, setInt, setLong, setString, setValue, setValue, unsafeDefinesAttribute, unsafeGetDouble, unsafeGetString, unsafeGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletedEntry

public DeletedEntry()
Method Detail

confirm

public void confirm()

isConfirmed

public boolean isConfirmed()

getKey

protected java.lang.String getKey()
Overrides:
getKey in class PutedEntry