public class OcxDragDropConfig extends OcxMouseConfig
| Modifier and Type | Field and Description |
|---|---|
int |
oleAllowedEffects
The OLE-ALLOWED-EFFECTS attribute.
|
int |
oleDataFormat
The OLE-DATA-FORMAT attribute.
|
boolean |
oleDefaultCursors
The OLE-DEFAULT-CURSORS attribute.
|
int |
oleDragMode
The OLE-DRAG-MODE attribute.
|
int |
oleDropMode
The OLE-DROP-MODE attribute.
|
int |
oleEffect
The OLE-EFFECT attribute.
|
int |
oleState
The OLE-STATE attribute.
|
double |
oleX
The OLE-X attribute.
|
double |
oleY
The OLE-Y attribute.
|
mouseButton, mouseShift, mouseX, mouseYattrSpace, autoResize, clabel, dataType, dropTarget, forceLabel, help, index, INVALID_SELECTION, label, labels, possibleSideLabel, selectionActive, selectionEnd, selectionStart, sideLabelId, unknownDataType, untranslatedLabelalign, bgcolor, bgcolorRgb, captionFontSize, clientColumn, clientHeightChars, clientHeightPixels, clientRow, clientWidthChars, clientWidthPixels, clientX, clientY, column, dcolor, dynamic, fgcolor, fgcolorRgb, fixedHeight, fixedWidth, font, fontChanged, fontName, fontSize, fontStyle, frameColumnOffset, frameRowOffset, frameXOffset, frameYOffset, heightChars, heightPixels, initColumn, initHeightChars, initRow, initWidthChars, initX, initY, INV_COORD, locationChanged, movable, name, parentId, pfcolor, resizable, row, selected, sysbgcolor, sysfgcolor, systemParentId, tabStop, title, titleDColor, titleFont, tooltip, widgetPlaced, widthChars, widthPixels, x, ycfgClass, contextHelpId, disableRedraw, enabled, frameDefValue, frameId, fromOCX, header, hidden, id, manualHightlight, menuKey, menuMouse, modified, popupMenuId, realized, selectable, state, visible, wasRealized, zorder| Modifier | Constructor and Description |
|---|---|
|
OcxDragDropConfig()
Default constructor (only used in de-serialization).
|
protected |
OcxDragDropConfig(int id)
Create a new config and associate it with the given widget.
|
protected |
OcxDragDropConfig(WidgetId id)
Create a new config and associate it with the given widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyConfig(WidgetConfig config)
Set new values from the provided configuration instance.
|
void |
readExternal(java.io.ObjectInput in)
Replacement for the default object reading method.
|
void |
writeExternal(java.io.ObjectOutput out)
Replacement for the default object writing method.
|
setDynamicFormatgetConfigManager, getDynamicColumnLabel, getDynamicFormat, getDynamicHelp, getDynamicLabel, getDynamicUntranslatedLabel, markFieldsDirty, setDynamicHeader, setDynamicHelp, setDynamicLabel, setDynamicLabels, setDynamicUntranslatedLabel, toStringpublic int oleDragMode
public int oleDropMode
public double oleX
public double oleY
public int oleState
public boolean oleDefaultCursors
public int oleDataFormat
public int oleAllowedEffects
public int oleEffect
public OcxDragDropConfig()
protected OcxDragDropConfig(int id)
id - The ID of the widget to which this configuration belongs.protected OcxDragDropConfig(WidgetId id)
id - The ID of the widget to which this configuration belongs.public void applyConfig(WidgetConfig config)
applyConfig in class OcxMouseConfigconfig - The instance from which to take values.public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class OcxMouseConfigin - The input source from which fields will be restored.java.io.IOException - In case of I/O errors.java.lang.ClassNotFoundException - If payload can't be instantiated.public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class OcxMouseConfigout - The output destination to which fields will be saved.java.io.IOException - In case of I/O errors.