X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.g3d.vtk%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fvtk%2Fpreferences%2FCloseMethod.java;fp=org.simantics.g3d.vtk%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fvtk%2Fpreferences%2FCloseMethod.java;h=e360bef4e4bb2c751ce57cd9ee127bb9d5e9830d;hb=87b3241ec277ba3d8e414b26186a032c9cdcaeed;hp=0000000000000000000000000000000000000000;hpb=1f0bcd66274375f2278d2e6c486cb28257a5f7b2;p=simantics%2F3d.git diff --git a/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/CloseMethod.java b/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/CloseMethod.java new file mode 100644 index 00000000..e360bef4 --- /dev/null +++ b/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/CloseMethod.java @@ -0,0 +1,7 @@ +package org.simantics.g3d.vtk.preferences; + +public enum CloseMethod { + ON_CLOSE, + ON_LAST_CLOSE, + NO_CLOSE +}