Inheritance diagram for InputManager::SwitchReplacement:

Public Member Functions | |
| SwitchReplacement (String s, int target, int st) | |
| String | getReplacement (String input) |
Gives the temporary replacement for the prefix of input. | |
| String | getFinalReplacement (String input) |
Gives the final replacement for the prefix of input. | |
| String | getReplacementInfo () |
| Returns a typical replacement for documentation purposes. | |
Static Public Attributes | |
| final int | ON = 1 |
| final int | OFF = 2 |
Package Attributes | |
| int | state |
| int | targetGroup |
|
||||||||||||||||
|
Definition at line 53 of file InputManager.java. References state, and targetGroup. |
|
|
Gives the final replacement for the prefix of
This method yields a replacement for the prefix returned by
This method must not be called if
The default implementation of this method is to yield the same result as does
Reimplemented from InputManager::StringReplacement. Definition at line 58 of file InputManager.java. References InputManager::Group::activate(), InputManager::Group::deactivate(), getFinalReplacement(), InputManager::Group::getFullName(), OFF, ON, state, and targetGroup. Referenced by getFinalReplacement(). |
|
|
Gives the temporary replacement for the prefix of
This method yields a replacement for the prefix returned by
This method must not be called if
Reimplemented from InputManager::StringReplacement. Definition at line 57 of file InputManager.java. References getReplacement(). Referenced by getReplacement(). |
|
|
Returns a typical replacement for documentation purposes.
This method returns the replacement counterpart of getInputInfo() (like
The default behaviour of this method is to return
If
Reimplemented from InputReplacement. Definition at line 75 of file InputManager.java. References OFF, ON, state, and targetGroup. |
|
|
Definition at line 50 of file InputManager.java. Referenced by getFinalReplacement(), and getReplacementInfo(). |
|
|
Definition at line 49 of file InputManager.java. Referenced by getFinalReplacement(), and getReplacementInfo(). |
|
|
Definition at line 51 of file InputManager.java. Referenced by getFinalReplacement(), getReplacementInfo(), and SwitchReplacement(). |
|
|
Definition at line 52 of file InputManager.java. Referenced by getFinalReplacement(), getReplacementInfo(), and SwitchReplacement(). |
1.3.7