|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--harmonic.mz.util.SelectionFilter
An SelectionFilter may be passed to the object selector to filter mouse selection. This base version filters based on types and an inclusion/exsluson list.
| Field Summary | |
ModelNode[] |
exclude
If this is not null, any object found in it will be rejected. |
java.lang.String[] |
filter
If this is not null, objects not matching it will be rejected. |
ModelNode[] |
include
If this is not null, any object NOT found in it will be rejected. |
| Constructor Summary | |
SelectionFilter()
|
|
| Method Summary | |
java.lang.String |
filter(ModelNode def)
|
java.lang.String |
filter(harmonic.viewer3D.PaintStruct p)
Test the tree node agains this filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String[] filter
public ModelNode[] exclude
public ModelNode[] include
| Constructor Detail |
public SelectionFilter()
| Method Detail |
public java.lang.String filter(harmonic.viewer3D.PaintStruct p)
filter in interface harmonic.viewer3D.PickingFilterpublic java.lang.String filter(ModelNode def)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||