Class ExplorerAppManager.TabIndexComparator
- java.lang.Object
-
- com.jalios.jcmsplugin.explorer.app.ExplorerAppManager.TabLabelComparator
-
- com.jalios.jcmsplugin.explorer.app.ExplorerAppManager.TabIndexComparator
-
- All Implemented Interfaces:
java.util.Comparator<ExplorerSidebarTab>
- Enclosing class:
- ExplorerAppManager
public class ExplorerAppManager.TabIndexComparator extends ExplorerAppManager.TabLabelComparator implements java.util.Comparator<ExplorerSidebarTab>
Compares ExplorerSidebarTab based on their index- Since:
- explorer-4.0
-
-
Constructor Summary
Constructors Constructor Description TabIndexComparator(java.lang.String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ExplorerSidebarTab s1, ExplorerSidebarTab s2)
-
-
-
Method Detail
-
compare
public int compare(ExplorerSidebarTab s1, ExplorerSidebarTab s2)
- Specified by:
compare
in interfacejava.util.Comparator<ExplorerSidebarTab>
- Overrides:
compare
in classExplorerAppManager.TabLabelComparator
-
-