| Modifier and Type | Method | Description |
|---|---|---|
String |
getId() |
The bundle identifier or creator type of the application.
|
int |
getMinimumSize() |
(AVAILABLE IN 10.1 TO 10.4) the smallest memory size with which the application can be launched.
|
int |
getPreferredSize() |
(AVAILABLE IN 10.1 TO 10.4) the memory size with which the application will be launched.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
int |
getSuggestedSize() |
(AVAILABLE IN 10.1 TO 10.4) the memory size with which the developer recommends the application be launched.
|
boolean |
isAcceptsHighLevelEvents() |
Is the application high-level event aware? (OBSOLETE: always returns true).
|
boolean |
isHasScriptingTerminology() |
Does the process have a scripting terminology, i.e., can it be scripted?
|
boolean |
isOpensInClassic() |
(AVAILABLE IN 10.1 TO 10.4) Should the application launch in the Classic environment?
|
void |
setMinimumSize(int minimumSize) |
(AVAILABLE IN 10.1 TO 10.4) the smallest memory size with which the application can be launched.
|
void |
setOpensInClassic(boolean opensInClassic) |
(AVAILABLE IN 10.1 TO 10.4) Should the application launch in the Classic environment?
|
void |
setPreferredSize(int preferredSize) |
(AVAILABLE IN 10.1 TO 10.4) the memory size with which the application will be launched.
|
getCreatorType, getFileType, getProductVersion, getVersion, isStationery, setCreatorType, setFileType, setStationerygetBounds, getComment, getContainer, getCreationDate, getDescription, getDesktopPosition, getDisk, getDisplayedName, getEveryonesPrivileges, getGroup, getGroupPrivileges, getIcon, getIndex, getInformationWindow, getKind, getKlass, getLabelIndex, getModificationDate, getName, getNameExtension, getOwner, getOwnerPrivileges, getPhysicalSize, getPosition, getSize, getUrl, isExtensionHidden, isLocked, setBounds, setComment, setDesktopPosition, setEveryonesPrivileges, setExtensionHidden, setGroup, setGroupPrivileges, setIcon, setLabelIndex, setLocked, setModificationDate, setName, setNameExtension, setOwner, setOwnerPrivileges, setPositioncast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("sprt") @Kind("property") @Name("suggested size") @Type("integer") int getSuggestedSize()
@Code("mprt") @Kind("property") @Name("minimum size") @Type("integer") int getMinimumSize()
@Code("mprt") @Kind("property") @Name("minimum size") @Type("integer") void setMinimumSize(int minimumSize)
minimumSize - new property value@Code("appt") @Kind("property") @Name("preferred size") @Type("integer") int getPreferredSize()
@Code("appt") @Kind("property") @Name("preferred size") @Type("integer") void setPreferredSize(int preferredSize)
preferredSize - new property value@Code("isab") @Kind("property") @Name("accepts high level events") @Type("boolean") boolean isAcceptsHighLevelEvents()
@Code("hscr") @Kind("property") @Name("has scripting terminology") @Type("boolean") boolean isHasScriptingTerminology()
@Code("Clsc") @Kind("property") @Name("opens in Classic") @Type("boolean") boolean isOpensInClassic()
@Code("Clsc") @Kind("property") @Name("opens in Classic") @Type("boolean") void setOpensInClassic(boolean opensInClassic)
opensInClassic - new property valueMap<String,Object> getProperties()
getProperties in interface FilegetProperties in interface Item