Package xtwm.ui

Class InternalEditorWindow.InternalEditorWidget

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>, EditMenuUser
    Enclosing class:
    InternalEditorWindow

    public class InternalEditorWindow.InternalEditorWidget
    extends TEditorWidget
    InternalEditorWidget is a TEditorWidget that highlights the breakpoint and execution lines.
    • Constructor Detail

      • InternalEditorWidget

        public InternalEditorWidget​(TWidget parent,
                                    java.lang.String text,
                                    int x,
                                    int y,
                                    int width,
                                    int height)
        Public constructor.
        Parameters:
        parent - parent widget
        text - text on the screen
        x - column relative to parent
        y - row relative to parent
        width - width of text area
        height - height of text area