Package com.comsol.model
Interface IListMove
-
- All Known Subinterfaces:
AbstractViewList,AppViewList,BatchFeatureList,CapeOpenFeatureList,ColorTableFeatureList,CommonList,ComponentCommonList,ComponentCoordsysList,ComponentCplList,ComponentExprList,ComponentExtraDimList,ComponentFunctionFeatureList,ComponentGeomList,ComponentMaterialList,ComponentMeshList,ComponentMultiphysicsCouplingList,ComponentPairList,ComponentPhysicsList,ComponentProbeFeatureList,ComponentSelectionList,ComponentViewList,ConfigurationFeatureList,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 IListMoveInterface for a list supporting the move operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmove(java.lang.String tag, int newPosition)Move a feature in a list.
-