Uses of Class
org.gnu.gtk.DeleteType

Packages that use DeleteType
org.gnu.gtk   
org.gnu.gtk.event   
 

Uses of DeleteType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as DeleteType
static DeleteType DeleteType.CHARS
           
static DeleteType DeleteType.WORD_ENDS
           
static DeleteType DeleteType.WORDS
           
static DeleteType DeleteType.DISPLAY_LINES
           
static DeleteType DeleteType.DISPLAY_LINE_ENDS
           
static DeleteType DeleteType.PARAGRAPH_ENDS
           
static DeleteType DeleteType.PARAGRAPHS
           
static DeleteType DeleteType.WHITESPACE
           
 

Methods in org.gnu.gtk that return DeleteType
static DeleteType DeleteType.intern(int value)
           
 DeleteType DeleteType.or(DeleteType other)
           
 DeleteType DeleteType.and(DeleteType other)
           
 DeleteType DeleteType.xor(DeleteType other)
           
 

Methods in org.gnu.gtk with parameters of type DeleteType
 DeleteType DeleteType.or(DeleteType other)
           
 DeleteType DeleteType.and(DeleteType other)
           
 DeleteType DeleteType.xor(DeleteType other)
           
 boolean DeleteType.test(DeleteType other)
           
 

Uses of DeleteType in org.gnu.gtk.event
 

Methods in org.gnu.gtk.event that return DeleteType
 DeleteType EntryEvent.getDeleteType()
           
 

Methods in org.gnu.gtk.event with parameters of type DeleteType
 void EntryEvent.setDeleteType(DeleteType type)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net