Uses of Interface
com.saperion.intf.SaNavigation
-
Packages that use SaNavigation Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaNavigation in com.saperion.intf
Methods in com.saperion.intf that return types with arguments of type SaNavigation Modifier and Type Method Description java.util.List<SaNavigation>SaNavigation. getChildren() -
Uses of SaNavigation in com.saperion.rmi
Classes in com.saperion.rmi that implement SaNavigation Modifier and Type Class Description classSaNavigationImplThe JNI implementation of theSaNavigationinterface.Methods in com.saperion.rmi that return types with arguments of type SaNavigation Modifier and Type Method Description java.util.List<SaNavigation>SaNavigationImpl. getChildren()Methods in com.saperion.rmi with parameters of type SaNavigation Modifier and Type Method Description voidSaNavigationImpl. addChild(SaNavigation child)
-