Uses of Class
com.openinventor.inventor.actions.SoSearchAction.Interests
-
Packages that use SoSearchAction.Interests Package Description com.openinventor.inventor.actions -
-
Uses of SoSearchAction.Interests in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoSearchAction.Interests Modifier and Type Method Description SoSearchAction.Interests
SoSearchAction. 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
SoSearchAction.Interests. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSearchAction.Interests[]
SoSearchAction.Interests. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoSearchAction.Interests Modifier and Type Method Description void
SoSearchAction. setInterest(SoSearchAction.Interests i)
Sets which paths to return.
-