- <init>
Default constructor rangeStart - The beginning of the input range, will always
contain a value range
- clearText
This method is used in conjuction with clearText() from the DragonConsole class
and removes all text
- getBypassPrefix
This method returns the BYPASS prefix that should be added to any String that
needs to bypass the Do
- getInput
This method will return the current text stored in the InputString that has been
trimmed.
- getInputRangeEnd
Returns the ending location of the current input. This method returns the ending
location (in the St
- getInputRangeStart
The location the input range starts, used for programmatically setting the
outputPane's Caret positi
- getInputRangeString
This method creates a String of "blank spaces" which are used as space holders
for ranged input. The
- getProtectedString
Creates a String of nothing but Protected Characters with the length that is
given. Used when bulk t
- hasStoredInput
This method is used to determine if there is any StoredInput or not. Used to
determine if Input shou
- installConsole
This method is called once the JTextPane has been initialized in the
initializeConsole() method of t
- isInfiniteInput
Returns true if this input has no maximum range, or false if the input is
limited by a range.
- isProtected
This method is used to determine if the Input is currently being protected. An
important note is tha