|
JavaView® v2.00.008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--jv.objectGui.PsMethodMenu
|
+--jv.project.PgGeometry_Menu
|
+--jv.geom.PgPointSet_Menu
|
+--jv.geom.PgTetraSet_Menu
Add specific menu items to 'method' menu in control panel to invoke methods from menu.
| Field Summary | |
protected PgTetraSet |
m_tetraSet
|
static java.lang.String[] |
m_tetraSetMethod
|
static int |
MTHD_AREA
|
static int |
MTHD_CHECK_NEIGHBOUR
|
static int |
MTHD_MAKE_NEIGHBOUR
|
static int |
MTHD_REMOVE_UNUSED_VERTICES
|
static int |
MTHD_VOLUME
|
| Fields inherited from class jv.project.PgGeometry_Menu |
m_geometry, m_geometryMethod, MTHD_PRINT_ALL, MTHD_UPDATE |
| Fields inherited from class jv.objectGui.PsMethodMenu |
m_language, m_name |
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
PgTetraSet_Menu()
|
|
| Method Summary | |
boolean |
applyMethod(java.lang.String aMethod)
Invoke action determined by current string. |
void |
init(PsObject anObject)
Register the target geometry, and subclasses should register all menu items and submenus. |
| Methods inherited from class jv.geom.PgPointSet_Menu |
update |
| Methods inherited from class jv.objectGui.PsMethodMenu |
actionPerformed, addMenu, addMenu, addMenuItem, addMenuItem, clone, getFather, getIndexOfMethod, getLanguage, getMenu, getMenuItem, getName, hasMenu, hasMenuItem, itemStateChanged, removeMenu, removeMenuItem, setName, setParent |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jv.object.PsUpdateIf |
getFather, getName, setParent |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Field Detail |
public static final int MTHD_CHECK_NEIGHBOUR
public static final int MTHD_AREA
public static final int MTHD_VOLUME
public static final int MTHD_MAKE_NEIGHBOUR
public static final int MTHD_REMOVE_UNUSED_VERTICES
public static final java.lang.String[] m_tetraSetMethod
protected PgTetraSet m_tetraSet
| Constructor Detail |
public PgTetraSet_Menu()
| Method Detail |
public void init(PsObject anObject)
PsMethodMenuinit in class PgPointSet_Menujv.objectGui.PsMethodMenuargument - used by subclasses to specify object on which action shall be executed.public boolean applyMethod(java.lang.String aMethod)
PsMethodMenufalse, and should be overwritten by subclasses.applyMethod in class PgPointSet_Menu
|
JavaView® v2.00.008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||