Package com.comsol.model
Interface IListMove
-
- All Known Subinterfaces:
AppViewList
,BatchFeatureList
,CapeOpenFeatureList
,CommonList
,ComponentCommonList
,ComponentCoordsysList
,ComponentCplList
,ComponentExprList
,ComponentExtraDimList
,ComponentFunctionFeatureList
,ComponentGeomList
,ComponentMaterialList
,ComponentMeshList
,ComponentMultiphysicsCouplingList
,ComponentPairList
,ComponentPhysicsList
,ComponentProbeFeatureList
,ComponentSelectionList
,ComponentViewList
,CoordsysList
,CplList
,DatasetFeatureList
,EvaluationFeatureList
,EvaluationGroupFeatureList
,ExportFeatureList
,ExprList
,ExternalInterfaceFeatureList
,ExtraDimList
,FormFeatureList
,FunctionFeatureList
,GeomAttributeList
,GeomFeatureList
,GeomList
,GeomProblemFeatureList
,GroupList
,HideDrawList
,HideGeomList
,HideMeshList
,InformationList
,MaterialList
,MeshFeatureList
,MeshList
,MeshProblemFeatureList
,MethodCallFeatureList
,ModelNodeList
,ModelParamGroupCaseList
,ModelParamGroupList
,MultigridLevelList
,MultiphysicsCouplingList
,NodeGroupList
,NumericalFeatureList
,PairList
,PhysicsFeatureList
,PhysicsList
,ProbeFeatureList
,ReducedModelList
,ReportFeatureList
,ResultFeatureList
,Results
,SavePointHideGeomList
,SavePointSelectionList
,SavePointViewList
,SelectionList
,SolverFeatureList
,SolverProblemFeatureList
,StudyFeatureList
,StudyList
,TableFeatureList
,ThermodynamicsFeatureList
,ViewFeatureList
,ViewList
public interface IListMove
Interface for a list supporting the move operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
move(java.lang.String tag, int newPosition)
Move a feature in a list.
-