docs » cp.apple.finalcutpro.main.FindAndReplaceTitleText
Represents a "Find and Replace Title Text" dialogue box.
- Constructors - API calls which return an object, typically one that offers API methods
- FindAndReplaceTitleText
- Fields - Variables which can only be accessed from an object returned by a constructor
- findText
- loopSearch
- matchCase
- next
- previous
- replace
- replaceAll
- replaceAndFind
- replaceText
- searchIn
- wholeWords
- Methods - API calls which can only be made on an object returned by a constructor
- doFindAndReplaceAll
- doHide
- doShow
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText(cpApp, upProp) |
---|---|
Type | Constructor |
Description | Creates a new "Find and Replace Title Text" Dialog |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.findText <cp.ui.TextField> |
---|---|
Type | Field |
Description | The "Find" search field, as a TextField |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.loopSearch <cp.ui.CheckBox> |
---|---|
Type | Field |
Description | The "Loop search" CheckBox. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.matchCase <cp.ui.CheckBox> |
---|---|
Type | Field |
Description | The "Match case" CheckBox. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.next <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Next" Button. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.previous <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Previous" Button. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.replace <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Replace" Button. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.replaceAll <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Replace All" Button. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.replaceAndFind <cp.ui.Button> |
---|---|
Type | Field |
Description | The "Replace & Find" Button. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.replaceText <cp.ui.TextField> |
---|---|
Type | Field |
Description | The "Replace" search field, as a TextField |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.searchIn <cp.ui.PopUpButton> |
---|---|
Type | Field |
Description | The "Search In" PopUpButton. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText.wholeWords <cp.ui.CheckBox> |
---|---|
Type | Field |
Description | The "Whole words" CheckBox. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText:doFindAndReplaceAll(find, replace) -> cp.rx.go.Statement |
---|---|
Type | Method |
Description | A Statement that will attempt to find all titles containing find and replace them with replace . |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText:doHide() -> cp.rx.go.Statement |
---|---|
Type | Method |
Description | A Statement that will attempt to hide the "Find And Replace Title Text" dialog. |
Signature | cp.apple.finalcutpro.main.FindAndReplaceTitleText:doShow() -> cp.rx.go.Statement |
---|---|
Type | Method |
Description | A Statement that will attempt to show the "Find And Replace Title Text" dialog. |