Modifier and Type | Method | Description |
---|---|---|
String |
getCustomApplication() |
Application to launch or activate on the insertion of media.
|
String |
getCustomScript() |
AppleScript to launch or activate on the insertion of media.
|
Dhac |
getInsertionAction() |
Action to perform on media insertion.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
void |
setCustomApplication(String customApplication) |
Application to launch or activate on the insertion of media.
|
void |
setCustomScript(String customScript) |
AppleScript to launch or activate on the insertion of media.
|
void |
setInsertionAction(Dhac insertionAction) |
Action to perform on media insertion.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("dhca") @Kind("property") @Name("custom application") @Type("text") String getCustomApplication()
@Code("dhca") @Kind("property") @Name("custom application") @Type("text") void setCustomApplication(String customApplication)
customApplication
- new property value@Code("dhcs") @Kind("property") @Name("custom script") @Type("text") String getCustomScript()
@Code("dhcs") @Kind("property") @Name("custom script") @Type("text") void setCustomScript(String customScript)
customScript
- new property value@Code("dhat") @Kind("property") @Name("insertion action") @Type("dhac") Dhac getInsertionAction()
@Code("dhat") @Kind("property") @Name("insertion action") @Type("dhac") void setInsertionAction(Dhac insertionAction)
insertionAction
- new property value