static let common: RunLoop.Mode
A pseudo-mode that includes one or more other run loop modes.
ある擬似モード、それは1つ以上の他の実行ループモードを含みます。
static let `default`: RunLoop.Mode
The mode set to handle input sources other than connection objects.
接続オブジェクト以外の入力ソースを取り扱うために設定されるモード。
static let eventTracking : RunLoop.Mode
The mode set when tracking events modally, such as a mouse-dragging loop.
モーダルにイベントを追跡する時に設定されるモード、たとえばマウスドラッグモード。
static let modalPanel : RunLoop.Mode
The mode set when waiting for input from a modal panel, such as a save or open panel.
あるモーダルパネルから入力を待っている時に設定されるモード、たとえば保存または「開く」パネル。
static let tracking: RunLoop.Mode
The mode set while tracking in controls takes place.
コントロールにおける追跡が起こっている間に設定されるモード。