|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
ro.sync.ecss.extensions.commons.operations.text.ToUpperCaseOperation
@API(type=INTERNAL, src=PUBLIC) public class ToUpperCaseOperation
Provides an operation to convert the text from a selection into upper case text.
Field Summary |
---|
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation |
---|
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR |
Constructor Summary | |
---|---|
ToUpperCaseOperation()
|
Method Summary | |
---|---|
ArgumentDescriptor[] |
getArguments()
No operation arguments necessary. |
java.lang.String |
getDescription()
|
protected java.lang.String |
processText(java.lang.String text)
Processes the selected text and makes it uppercase. |
Methods inherited from class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation |
---|
doOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToUpperCaseOperation()
Method Detail |
---|
protected java.lang.String processText(java.lang.String text)
processText
in class SelectedTextOperation
text
- The text to be processed.
public ArgumentDescriptor[] getArguments()
getArguments
in interface AuthorOperation
getArguments
in class SelectedTextOperation
ArgumentDescriptor
representing
the arguments this operation uses.AuthorOperation.getArguments()
public java.lang.String getDescription()
Extension.getDescription()
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |