Package one.empty3.gui
Class MeshGEditorThread
java.lang.Object
java.lang.Thread
one.empty3.gui.MeshGEditorThread
- All Implemented Interfaces:
PropertyChangeListener,Runnable,EventListener
main idea: replace structurematrix in representable objects after modifying it.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.BuilderPREVIEW, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMain()voidinsertDefault(StructureMatrix<Point3D> structureMatrix, int row, int col, boolean isRow, Point3D p) voidinsertRow(StructureMatrix<Point3D> structureMatrix, Point3D p) voidvoidrun()voidMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
MeshGEditorThread
-
-
Method Details
-
getMain
-
setMain
-
run
public void run() -
insertRow
-
insertDefault
public void insertDefault(StructureMatrix<Point3D> structureMatrix, int row, int col, boolean isRow, Point3D p) -
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-