public interface MEDCursorPositionInterface extends FwkInfoBusDataAccessInterface
Modifier and Type | Field and Description |
---|---|
static int[] |
INDEX
Use this constant to retieve the array of the index position.
|
static int[] |
INDEX_X
Use this constant to retrieve the index in x direction.
|
static int[] |
INDEX_Y
Use this constant to retrieve the index in y direction.
|
static int[] |
INDEX_Z
Use this constant to retrieve the index in z direction.
|
static int[] |
UNIT
Use this constant to retieve the array of the physical unit position.
|
static int[] |
UNIT_X
Use this constant to retrieve the physical unit position in x direction.
|
static int[] |
UNIT_Y
Use this constant to retrieve the physical unit position in y direction.
|
static int[] |
UNIT_Z
Use this constant to retrieve the physical unit position in z direction.
|
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Modifier and Type | Method and Description |
---|---|
java.lang.String[][] |
getUnitString()
Get the unit string of the cursor.
|
void |
setUnitString(java.lang.String[][] units)
Set the unit string for each direction.
|
getName, hasValidValues, isGroup, setProperty, setValidValues
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName
getVersion, release
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addChild, addChildListener, containsChild, getAllChildren, getAllChildren, getChildren, getChildren, getChildrenCount, hasChildren, removeAllChildren, removeChild, removeChild, removeChildListener, setChildren
getPresentationString, getValueAsObject, getValueAsString, setValue
static final int[] INDEX
static final int[] INDEX_X
static final int[] INDEX_Y
static final int[] INDEX_Z
static final int[] UNIT
static final int[] UNIT_X
static final int[] UNIT_Y
static final int[] UNIT_Z
java.lang.String[][] getUnitString()
void setUnitString(java.lang.String[][] units)
units
- An array conatining the unit string in each direction.