abstractpublic class InspectorOrderingPresenter extends Presenter(Code)
This abstract class attaches InspectorOrderingControllers to the DesignComponent through presenter.
It has only one method which returns array of InspectorOrderingControllers.
create(InspectorOrderingController... orderingControllers) This factory method creates default InspectorOrderingPresenter for given
array of InspectorOrderingControllers.
This factory method creates default InspectorOrderingPresenter for given
array of InspectorOrderingControllers.
Parameters: orderingControllers - array of InspectorOrderingControllers