Package xtwm.ui
Class InternalEditorWindow.InternalEditorWidget
- java.lang.Object
-
- jexer.TWidget
-
- jexer.TEditorWidget
-
- xtwm.ui.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.
-
-
Field Summary
-
Fields inherited from class jexer.TEditorWidget
document
-
-
Constructor Summary
Constructors Constructor Description InternalEditorWidget(TWidget parent, java.lang.String text, int x, int y, int width, int height)
Public constructor.
-
Method Summary
-
Methods inherited from class jexer.TEditorWidget
cleanWhitespace, draw, getEditingColumnNumber, getEditingRawLine, getEditingRowNumber, getLineCount, getMaximumColumnNumber, getMaximumRowNumber, getSelection, getSelectionEndColumn, getSelectionEndRow, getSelectionStartColumn, getSelectionStartRow, getText, getVisibleColumnNumber, getVisibleRowNumber, hasSelection, isAutoWrap, isDirty, isEditMenuClear, isEditMenuCopy, isEditMenuCut, isEditMenuPaste, isOverwrite, onCommand, onKeypress, onMouseDown, onMouseMotion, onMouseUp, onResize, redo, replaceSelection, saveToFilename, setAutoWrap, setEditingColumnNumber, setEditingRowNumber, setHighlighting, setMargin, setNotDirty, setSelection, setText, setUndoLevel, setVisibleColumnNumber, setVisibleRowNumber, undo, unsetSelection, wrapText
-
Methods inherited from class jexer.TWidget
activate, activate, activate, activateAll, addButton, addCalendar, addCheckBox, addCheckBox, addComboBox, addDirectoryList, addDirectoryList, addDirectoryList, addDirectoryList, addEditor, addField, addField, addField, addField, addImage, addImage, addLabel, addLabel, addLabel, addLabel, addLabel, addLabel, addList, addList, addList, addList, addPanel, addPasswordField, addPasswordField, addPasswordField, addProgressBar, addRadioGroup, addRadioGroup, addSpinner, addSplitPane, addTable, addTable, addText, addText, addTreeViewWidget, addTreeViewWidget, close, compareTo, doRepaint, drawBox, drawBox, drawBoxShadow, drawChildren, fileOpenBox, fileOpenBox, fileOpenBox, fileOpenBox, fileSaveBox, getAbsoluteX, getAbsoluteY, getActiveChild, getApplication, getAttrXY, getChildren, getClipboard, getCursorAbsoluteX, getCursorAbsoluteY, getCursorX, getCursorY, getHeight, getLayoutManager, getParent, getScreen, getTheme, getWidth, getWindow, getX, getY, handleEvent, hasChild, hLineXY, inputBox, inputBox, inputBox, isAbsoluteActive, isActive, isCursorVisible, isDrawable, isEchoKeystrokes, isEnabled, isVisible, messageBox, messageBox, mouseWouldHit, onIdle, onMenu, onMouseDoubleClick, putAll, putAttrXY, putAttrXY, putCharXY, putCharXY, putCharXY, putStringXY, putStringXY, remove, remove, remove, remove, removeAll, resetTabOrder, setActive, setCursorVisible, setCursorX, setCursorY, setDimensions, setEchoKeystrokes, setEchoKeystrokes, setEnabled, setHeight, setLayoutManager, setParent, setupForTWindow, setVisible, setWidth, setWindow, setX, setY, splitHorizontal, splitVertical, switchWidget, toPrettyString, toPrettyString, toString, vLineXY
-
-
-
-
Constructor Detail
-
InternalEditorWidget
public InternalEditorWidget(TWidget parent, java.lang.String text, int x, int y, int width, int height)
Public constructor.- Parameters:
parent
- parent widgettext
- text on the screenx
- column relative to parenty
- row relative to parentwidth
- width of text areaheight
- height of text area
-
-