C D E F G I M R S T V 

C

com.mindprod.comparatorcutter - package com.mindprod.comparatorcutter
 
ComparatorCutter - Class in com.mindprod.comparatorcutter
Applet to Generate Comparator Java code for sorting.
ComparatorCutter() - Constructor for class com.mindprod.comparatorcutter.ComparatorCutter
 
compose(boolean, String, String, String, SortKey...) - Method in enum com.mindprod.comparatorcutter.InterfaceType
compose Java code for this interface type

D

destroy() - Method in class com.mindprod.comparatorcutter.ComparatorCutter
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.comparatorcutter.ComparatorCutter
undisplayed copyright notice

F

FieldType - Enum in com.mindprod.comparatorcutter
Enumeration of various data types for which we handle interconversions.

G

generateIntermediateCompareToLine(boolean, boolean, String, boolean, String, int) - Method in enum com.mindprod.comparatorcutter.FieldType
generate Java code to compare two fields, when it is not the last field being compared.
generateLastCompareToLine(boolean, boolean, String, boolean, String) - Method in enum com.mindprod.comparatorcutter.FieldType
generate Java code to compare two fields, when it is the last field being compared.
getDiffType() - Method in enum com.mindprod.comparatorcutter.FieldType
get the Java type of the diff variable
getFieldName() - Method in class com.mindprod.comparatorcutter.SortKey
 
getFieldType() - Method in class com.mindprod.comparatorcutter.SortKey
 
getSortType() - Method in enum com.mindprod.comparatorcutter.FieldType
how you would describe the sorting order.

I

init() - Method in class com.mindprod.comparatorcutter.ComparatorCutter
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
InterfaceType - Enum in com.mindprod.comparatorcutter
enum for the three types of comparsion interface we can generate.
isFieldDescending() - Method in class com.mindprod.comparatorcutter.SortKey
 

M

main(String[]) - Static method in class com.mindprod.comparatorcutter.ComparatorCutter
Allow this Applet to run as as application as well.

R

recordFieldRowIndex(AbstractButton, int) - Static method in class com.mindprod.comparatorcutter.ComparatorCutter
record subscript in individual component so we know which row triggered an event.
retrieveFieldRowIndex(AbstractButton) - Static method in class com.mindprod.comparatorcutter.ComparatorCutter
retrieve subscript of individual Component so we know which row triggered an event.

S

scrollTo() - Method in enum com.mindprod.comparatorcutter.InterfaceType
after code in generated, where to jump to in the scroll
SortKey - Class in com.mindprod.comparatorcutter
Information about One Sort Key field for generating a Comparator/Comparable.
SortKey(FieldType, boolean, String) - Constructor for class com.mindprod.comparatorcutter.SortKey
 

T

toString() - Method in enum com.mindprod.comparatorcutter.FieldType
string for JComboBox display

V

valueOf(String) - Static method in enum com.mindprod.comparatorcutter.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindprod.comparatorcutter.InterfaceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mindprod.comparatorcutter.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindprod.comparatorcutter.InterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G I M R S T V