| findStripe (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Finds a stripe underneath a certain point. |
| findStripes (INode, Point, StripeTypes, function(IStripe):boolean?) | in
ITable | Finds all stripes underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, IInputModeContext, function(StripeSubregion):boolean?) | in
ITable | Used as a callback to find the items underneath a certain point. |
| from (StripeTypes) | in
StripeTypes | Converts the given argument to an enum constant of this enum type. |
| getName (StripeTypes) | in
StripeTypes | Returns the name of the given enum constant. |
| TableEditorInputMode () | in
TableEditorInputMode | Creates a new instance. |
| findStripe (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |
| findStripes (Point, StripeTypes, StripeSubregionTypes, function(StripeSubregion):boolean?) | in
TableEditorInputMode | Used as a callback to find the items underneath a certain point. |