Uses of Enum Class
com.openinventor.inventor.actions.SoSearchAction.Interests
Packages that use SoSearchAction.Interests
-
Uses of SoSearchAction.Interests in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoSearchAction.InterestsModifier and TypeMethodDescriptionSoSearchAction.getInterest()
Returns which paths to return.static SoSearchAction.Interests
SoSearchAction.Interests.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSearchAction.Interests
Returns the enum constant of this class with the specified name.static SoSearchAction.Interests[]
SoSearchAction.Interests.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoSearchAction.InterestsModifier and TypeMethodDescriptionvoid
SoSearchAction.setInterest
(SoSearchAction.Interests i) Sets which paths to return.