Uses of Interface
com.iizigo.navigator.IViewerComparator
Packages that use IViewerComparator Package Description com.iizigo.image.prop com.iizigo.navigator com.iizigo.prop com.iizigo.vs.prop Uses of IViewerComparator in com.iizigo.image.prop
Classes in com.iizigo.image.prop that implement IViewerComparator Modifier and Type Class Description static class
ImageDesignerProp.ImageComparator
Class sorting images.Methods in com.iizigo.image.prop that return IViewerComparator Modifier and Type Method Description IViewerComparator
ImageDesignerProp. getCNComparator()
Gets the comparator to use for the elements.Uses of IViewerComparator in com.iizigo.navigator
Classes in com.iizigo.navigator that implement IViewerComparator Modifier and Type Class Description class
ViewerComparator
Class to sort nodes in aCommonViewerEx
.Methods in com.iizigo.navigator that return IViewerComparator Modifier and Type Method Description IViewerComparator
INavigatorPresentation. getCNComparator()
Get theComparator
object to sort the children for the Common Navigator when presented visually in the tree.IViewerComparator
ItemNavigatorPresentation. getCNComparator()
Get theComparator
object to sort the children for the Common Navigator when presented visually in the tree.Uses of IViewerComparator in com.iizigo.prop
Methods in com.iizigo.prop that return IViewerComparator Modifier and Type Method Description IViewerComparator
DesignerProp. getCNComparator()
Get theComparator
object to sort the children for the Common Navigator when presented visually in the tree.IViewerComparator
PropNavigatorPresentation. getCNComparator()
Get theComparator
object to sort the children for the Common Navigator when presented visually in the tree.IViewerComparator
TreeItemNavigatorPresentation. getCNComparator()
Get theComparator
object to sort the children for the Common Navigator when presented visually in the tree.Uses of IViewerComparator in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return IViewerComparator Modifier and Type Method Description IViewerComparator
VirtualSpaceDesignerProp. getCNComparator()
Gets the comparator.