Uses of Class
org.keridwen.modelling.mesh.inspector.ui.panel.MeshUIPanel

Packages that use MeshUIPanel
org.keridwen.modelling.mesh.inspector.core   
org.keridwen.modelling.mesh.inspector.models   
 

Uses of MeshUIPanel in org.keridwen.modelling.mesh.inspector.core
 

Fields in org.keridwen.modelling.mesh.inspector.core declared as MeshUIPanel
protected  MeshUIPanel MeshTreeNode.uiPanel
           
 

Methods in org.keridwen.modelling.mesh.inspector.core with parameters of type MeshUIPanel
 void Controller.loadMeshFromDataBus(com.artenum.penelope.mesh.interfaces.Mesh mesh, MeshUIPanel uiPanel)
          Load the mesh given in parameter (typically from the Keridwen's data bus.
 void Controller.loadMeshUpdateTreeAndGo(File fileIn, MeshUIPanel uiPanel)
          load a mesh from a mesh file (Gmsh format only for the moment) through an independent thread.
 void MeshTreeNode.setUiPanel(MeshUIPanel uiPanel)
           
 

Constructors in org.keridwen.modelling.mesh.inspector.core with parameters of type MeshUIPanel
Controller.MeshLoader(com.artenum.penelope.mesh.interfaces.Mesh mesh, File fileIn, MeshUIPanel uiPanel)
           
 

Uses of MeshUIPanel in org.keridwen.modelling.mesh.inspector.models
 

Methods in org.keridwen.modelling.mesh.inspector.models with parameters of type MeshUIPanel
 void InspectorTreeModel.addNodeMesh(com.artenum.penelope.mesh.interfaces.Mesh mesh, MeshUIPanel uiPanel)
          add a mesh node in the tree.
 



Copyright © 2013 Artenum. All Rights Reserved.