This mode is a combination of ON
and INSERT_COLS, specifying that data can be
dropped on existing items, or as insert columns
as specified by INSERT_COLS.
This mode is a combination of ON
and INSERT_ROWS, specifying that data can be
dropped on existing items, or as insert rows
as specified by INSERT_ROWS.
The drop location should be tracked in terms of the position
where new data should be inserted. For components that manage
a list of items (list and tree for example), the drop location
should indicate the index where new data should be inserted.
For text components the location should represent a position
between characters. For components that manage tabular data
(table for example), the drop location should indicate
where to insert new rows, columns, or both, to accommodate
the dropped data.
The drop location should be tracked in terms of the row index
where new rows should be inserted to accommodate the dropped
data. This is useful for components that manage tabular data.
The drop location should be tracked in terms of the column index
where new columns should be inserted to accommodate the dropped
data. This is useful for components that manage tabular data.
This mode is a combination of ON
and INSERT_ROWS, specifying that data can be
dropped on existing items, or as insert rows
as specified by INSERT_ROWS.
This mode is a combination of ON
and INSERT_COLS, specifying that data can be
dropped on existing items, or as insert columns
as specified by INSERT_COLS.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.