Index
All Classes and Interfaces|All Packages
P
- Pair<F,
S> - Class in fr.istic.aco.editor.core -
A generic Pair class that holds two related objects, one of type F (first) and the other of type S (second).
- Pair(F, S) - Constructor for class fr.istic.aco.editor.core.Pair
- pasteClipboard() - Method in interface fr.istic.aco.editor.core.Engine
-
Replaces the text within the interval specified by the selection object with the contents of the clipboard.
- pasteClipboard() - Method in class fr.istic.aco.editor.core.EngineImpl
-
Replaces the text within the interval specified by the selection object with the contents of the clipboard.
- PasteTextCommand - Class in fr.istic.aco.editor.commands
-
The
PasteTextCommand
class implements the functionality for replacing the currently selected text with the contents of the clipboard. - PasteTextCommand(Engine, Recorder, UndoManager) - Constructor for class fr.istic.aco.editor.commands.PasteTextCommand
-
Constructs a
PasteTextCommand
with the specified dependencies. - playCommand(String) - Method in class fr.istic.aco.editor.core.Invoker
-
calls the command corresponding to the id and execute it
All Classes and Interfaces|All Packages