#cp.apple.finalcutpro.cmd.CommandDetail

This class provides a UI for displaying the details of a command when it is selected on the CommandList.


#API Overview

Functions - API calls offered directly by the extension

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.cmd.CommandDetail.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element matches the criteria for this class.
Parameters
  • element - The element to check.
Returns
  • true if the element matches, false otherwise.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandDetail.lua line 21

#Fields

Signaturecp.apple.finalcutpro.cmd.CommandDetail.contents <cp.ui.TextArea>
TypeField
DescriptionThe TextArea that displays the content.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandDetail.lua line 84

Signaturecp.apple.finalcutpro.cmd.CommandDetail.detail <cp.ui.ScrollArea>
TypeField
DescriptionThe ScrollArea that displays the contained TextArea.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandDetail.lua line 77

Signaturecp.apple.finalcutpro.cmd.CommandDetail.label <cp.ui.StaticText>
TypeField
DescriptionThe StaticText that displays the label.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/cmd/CommandDetail.lua line 63