Package | Description |
---|---|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogAssetRelationList.moveDown(AssetRelation assetRelation)
Moves the given entry one position down.
|
void |
CategoryFieldList.moveDown(CategoryField entry)
Moves the specified entry one position down in this list.
|
void |
AssetFormatsList.moveDown(FormatListModuleEntry entry)
Moves the given entry one position down.
|
void |
QueryConditionList.moveDown(int row)
Moves the condition at the specified position one position down.
|
void |
AssetActionProcessors.moveDown(int row)
Moves the processor at the specified position one position down.
|
void |
AssetActionPackers.moveDown(int row)
Moves the packer at the specified position one position down.
|
void |
RecordFieldList.moveDown(RecordField entry)
Moves the specified entry one position down in this list.
|
void |
CatalogAssetRelationList.moveDownToEnd(AssetRelation assetRelation)
Moves the given entry to the end of the list.
|
void |
CategoryFieldList.moveDownToEnd(CategoryField entry)
Moves the specified entry to the last position in this list.
|
void |
AssetFormatsList.moveDownToEnd(FormatListModuleEntry entry)
Moves the given entry to the end of the list.
|
void |
QueryConditionList.moveDownToEnd(int row)
Moves the condition at the specified position to the last position.
|
void |
AssetActionProcessors.moveDownToEnd(int row)
Moves the processor at the specified position to the last position.
|
void |
AssetActionPackers.moveDownToEnd(int row)
Moves the packer at the specified position to the last position.
|
void |
RecordFieldList.moveDownToEnd(RecordField entry)
Moves the specified entry to the last position in this list.
|
void |
CatalogAssetRelationList.moveUp(AssetRelation assetRelation)
Moves the given entry one position up.
|
void |
CategoryFieldList.moveUp(CategoryField entry)
Moves the specified entry one position up in this list.
|
void |
AssetFormatsList.moveUp(FormatListModuleEntry entry)
Moves the given entry one position up.
|
void |
QueryConditionList.moveUp(int row)
Moves the condition at the specified position one position up.
|
void |
AssetActionProcessors.moveUp(int row)
Moves the processor at the specified position one position up.
|
void |
AssetActionPackers.moveUp(int row)
Moves the packer at the specified position one position up.
|
void |
RecordFieldList.moveUp(RecordField entry)
Moves the specified entry one position up in this list.
|
void |
CatalogAssetRelationList.moveUpToTop(AssetRelation assetRelation)
Moves the given entry to the top.
|
void |
CategoryFieldList.moveUpToTop(CategoryField entry)
Moves the specified entry to the top position in this list.
|
void |
AssetFormatsList.moveUpToTop(FormatListModuleEntry entry)
Moves the given entry to the top.
|
void |
QueryConditionList.moveUpToTop(int row)
Moves the condition at the specified position to the first position.
|
void |
AssetActionProcessors.moveUpToTop(int row)
Moves the processor at the specified position to the first position.
|
void |
AssetActionPackers.moveUpToTop(int row)
Moves the packer at the specified position to the first position.
|
void |
RecordFieldList.moveUpToTop(RecordField entry)
Moves the specified entry to the top position in this list.
|
Modifier and Type | Method and Description |
---|---|
void |
JPack.deleteItemAt(int ulIndex)
Deletes the item at the given index (List packs only).
|
boolean |
JPack.getBoolean(int key)
Return the item value with the given key as a boolean (Record packs only).
|
boolean[] |
JPack.getBooleanArray(int key)
Returns the item values with the given key as a boolean (Record packs only).
|
boolean[] |
JPack.getBooleanArrayAt(int index)
Returns the item value at the given index as an array of booleans (List packs only).
|
boolean |
JPack.getBooleanAt(int ulIndex)
Returns the item value at the given index as a boolean (List packs only).
|
byte |
JPack.getByte(int key)
Returns the item value with the given key as a byte (Record packs only).
|
byte[] |
JPack.getByteArray(int key)
Returns the item values with the given key as a byte (Record packs only).
|
byte[] |
JPack.getByteArrayAt(int index)
Returns the item value at the given index as an array of bytes (List packs only).
|
byte |
JPack.getByteAt(int ulIndex)
Returns the item value at the given index as a byte (List packs only).
|
double |
JPack.getDouble(int key)
Return the item value with the given key as a double (Record packs only).
|
double[] |
JPack.getDoubleArray(int key)
Returns the item value with the given key as an array of doubles (Record packs only).
|
double[] |
JPack.getDoubleArrayAt(int index)
Returns the item value at the given index as an array of 64-bits integers (List packs only).
|
double |
JPack.getDoubleAt(int ulIndex)
Returns the item value at the given index as a double (List packs only).
|
GUID |
JPack.getGUID(int key)
Returns the item value with the given key as a
GUID object (Record packs only). |
GUID[] |
JPack.getGUIDArray(int key)
Returns the item value with the given key as an array of
GUIDs (Record packs only). |
GUID[] |
JPack.getGUIDArrayAt(int index)
Returns the item value at the given index as an array of GUIDs (List packs only).
|
GUID |
JPack.getGuidAt(int ulIndex)
Returns the item value at the given index as a
GUID object (List packs only). |
int |
JPack.getIndKey(int ulIndex)
Returns the key for an item by index (Record packs only).
|
int |
JPack.getInt(int key)
Returns the item value with the given key as a 32-bits integer (Record packs only).
|
int[] |
JPack.getIntArray(int key)
Returns the item value with the given key as an array of 32-bits integers (Record packs only).
|
int[] |
JPack.getIntArrayAt(int index)
Returns the item value at the given index as an array of 32-bits integers (List packs only).
|
int |
JPack.getIntAt(int ulIndex)
Returns the item value at the given index as a 32-bits integer (List packs only).
|
byte[] |
JPack.getItemData(int key,
int type)
Returns the data of the item with the given key (Record packs only).
|
byte[] |
JPack.getItemDataAt(int ulIndex,
int type)
Returns the value of the item at the given index (List packs only).
|
int |
JPack.getItemSize(int key)
Returns the data size of the item with the given key (Record packs only).
|
int |
JPack.getItemSizeAt(int ulIndex)
Returns the data size of the item at the given index (List packs only).
|
int |
JPack.getItemType(int key)
Returns the data type of the item with the given key (Record packs only).
|
int |
JPack.getItemTypeAt(int ulIndex)
Returns the type of the item with the given index (List packs only).
|
long |
JPack.getLong(int key)
Returns the item value with the given key as a 64-bits integer (Record packs only).
|
long[] |
JPack.getLongArray(int key)
Returns the item value with the given key as an array of 64-bits integers (Record packs only).
|
long[] |
JPack.getLongArrayAt(int index)
Returns the item value at the given index as an array of 64-bits integers (List packs only).
|
long |
JPack.getLongAt(int ulIndex)
Returns the item value at the given index as a 64-bits integer (List packs only).
|
JPack |
JPack.getPackage(int key)
Returns the item value with the given key as a
Pack object (Record packs only). |
JPack |
JPack.getPackageAt(int ulIndex)
Returns the item value at the given index as a
Pack<code> object (<b>List packs only</b>). |
short |
JPack.getShort(int key)
Returns the item value with the given key as a 16-bits integer (Record packs only).
|
short[] |
JPack.getShortArray(int key)
Returns the item values with the given key as a 16-bits integer (Record packs only).
|
short[] |
JPack.getShortArrayAt(int index)
Returns the item values with the given index as a 16-bits integer (Record packs only).
|
short |
JPack.getShortAt(int ulIndex)
Returns the item value at the given index as a 16-bits integer (List packs only).
|
java.lang.String |
JPack.getString(int key)
Returns the item value with the given key as a
String (Record packs only). |
java.lang.String |
JPack.getStringAt(int ulIndex)
Returns the item value at the given index as a
String object (List packs only). |
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.