Package com.ptc.core.ui.actiongroup
Class AbstractActionGroup
java.lang.Object
com.ptc.core.ui.actiongroup.AbstractActionGroup
- All Implemented Interfaces:
ActionGroup
Default implementation for OOTB and Customized Action Groups. This object search algorithm allows the combination of
multiple types into the subject list. Select the types and attributes to be searched by implementing the
getTargetTypes() method.
If a more complex search query is required override the findSubjects() method.
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface com.ptc.core.ui.actiongroup.ActionGroup
MAX_RESULTS -
Method Summary
Modifier and TypeMethodDescriptionabstract ActionGroupTargetType[]Controls the types and attributes to be searched.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.ui.actiongroup.ActionGroup
getActionGroupName, getActionModel
-
Method Details
-
getTargetTypes
Controls the types and attributes to be searched. The return value may not be null or empty.
Supported API: true
- Returns:
-