Uses of Class
com.marginallyclever.ro3.apps.App
Package
Description
-
Uses of App in com.marginallyclever.communications.application
Modifier and TypeClassDescriptionclass
A connection selection dialog and aTextInterfaceWithHistory
glued to aSessionLayer
. -
Uses of App in com.marginallyclever.ro3.apps.about
Modifier and TypeClassDescriptionclass
AboutPanel
is a panel that displays the contents of the file "about.html" in the same package. -
Uses of App in com.marginallyclever.ro3.apps.dialogs
-
Uses of App in com.marginallyclever.ro3.apps.editorpanel
Modifier and TypeClassDescriptionclass
EditorPanel
is a panel for editing GCode that can be sent to aMarlinRobotArm
. -
Uses of App in com.marginallyclever.ro3.apps.logpanel
-
Uses of App in com.marginallyclever.ro3.apps.nodedetailview
Modifier and TypeClassDescriptionclass
NodeDetailView
is a panel that displays the details of a class that implementsNode
. -
Uses of App in com.marginallyclever.ro3.apps.nodetreeview
Modifier and TypeClassDescriptionclass
NodeTreeView
is a panel that displays the tree of nodes in theRegistry
scene. -
Uses of App in com.marginallyclever.ro3.apps.viewport
Modifier and TypeClassDescriptionclass
class
Viewport
is anOpenGLPanel
that uses a set ofRenderPass
es to draw theRegistry.getScene()
from the perspective of aRegistry.getActiveCamera()
. -
Uses of App in com.marginallyclever.ro3.apps.webcampanel
Modifier and TypeClassDescriptionclass
WebCamPanel
usesWebcam
to display the default USB web camera.