Class DescriptorComparator
java.lang.Object
com.inductiveautomation.ignition.common.beans.DescriptorComparator
- All Implemented Interfaces:
- Comparator<FeatureDescriptor>
Comparator used to compare java.beans.FeatureDescriptor objects. Looks for an Integer-valued attribute nameb
 DefaultBeanInfo.DISPLAY_ORDER_KEY for ordering (ascending), otherwise reverts to the strings returned from
 getDisplayName are used in the comparison.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintCompares two FeatureDescriptor objectsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
DescriptorComparatorpublic DescriptorComparator()
 
- 
- 
Method Details- 
compareCompares two FeatureDescriptor objects- Specified by:
- comparein interface- Comparator<FeatureDescriptor>
 
 
-