Packagestimulsoft.base.drawing
Classpublic class StiAction
InheritanceStiAction Inheritance Object



Public Constants
 ConstantDefined By
  CreateComponent : int = 50
[static] Create new component.
StiAction
  Hand : int = 15
[static] Prepare to drag page.
StiAction
  HandDrag : int = 16
[static] Page dragging.
StiAction
  Move : int = 1
[static] Move.
StiAction
  None : int = 0
[static] No action.
StiAction
  ResizeColumns : int = 11
[static] Resize columns.
StiAction
  ResizeRows : int = 12
[static] Resize rows.
StiAction
  Select : int = 2
[static] Select.
StiAction
  SelectColumn : int = 13
[static] Select column.
StiAction
  SelectRow : int = 14
[static] Select row.
StiAction
  SizeBottom : int = 6
[static] Bottom side.
StiAction
  SizeLeft : int = 3
[static] Left side.
StiAction
  SizeLeftBottom : int = 8
[static] Left bottom side.
StiAction
  SizeLeftTop : int = 7
[static] Left top side.
StiAction
  SizeRight : int = 4
[static] Right side.
StiAction
  SizeRightBottom : int = 10
[static] Right bottom side.
StiAction
  SizeRightTop : int = 9
[static] Right top side.
StiAction
  SizeTop : int = 5
[static] Top side.
StiAction
Constant Detail
CreateComponentConstant
public static const CreateComponent:int = 50

Create new component.

HandConstant 
public static const Hand:int = 15

Prepare to drag page.

HandDragConstant 
public static const HandDrag:int = 16

Page dragging.

MoveConstant 
public static const Move:int = 1

Move.

NoneConstant 
public static const None:int = 0

No action.

ResizeColumnsConstant 
public static const ResizeColumns:int = 11

Resize columns.

ResizeRowsConstant 
public static const ResizeRows:int = 12

Resize rows.

SelectConstant 
public static const Select:int = 2

Select.

SelectColumnConstant 
public static const SelectColumn:int = 13

Select column.

SelectRowConstant 
public static const SelectRow:int = 14

Select row.

SizeBottomConstant 
public static const SizeBottom:int = 6

Bottom side.

SizeLeftConstant 
public static const SizeLeft:int = 3

Left side.

SizeLeftBottomConstant 
public static const SizeLeftBottom:int = 8

Left bottom side.

SizeLeftTopConstant 
public static const SizeLeftTop:int = 7

Left top side.

SizeRightConstant 
public static const SizeRight:int = 4

Right side.

SizeRightBottomConstant 
public static const SizeRightBottom:int = 10

Right bottom side.

SizeRightTopConstant 
public static const SizeRightTop:int = 9

Right top side.

SizeTopConstant 
public static const SizeTop:int = 5

Top side.