C# 클래스 SIL.FieldWorks.LexText.Controls.PatternView.PatternEditingHelper

We MUST inherit from this, not from just EditingHelper; otherwise, the right event isn't connected (in an overide of OnEditingHelperCreated) for us to get selection change notifications.
상속: SIL.FieldWorks.Common.RootSites.RootSiteEditingHelper
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
CanCopy ( ) : bool
CanCut ( ) : bool
CanPaste ( ) : bool
PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System

보호된 메소드들

메소드 설명
CallOnTyping ( string str, Keys modifiers ) : void

We don't want typing to do anything. On Linux, it does without this method, causing a crash immediately. See FWNX-1337.

메소드 상세

CallOnTyping() 보호된 메소드

We don't want typing to do anything. On Linux, it does without this method, causing a crash immediately. See FWNX-1337.
protected CallOnTyping ( string str, Keys modifiers ) : void
str string
modifiers Keys
리턴 void

CanCopy() 공개 메소드

public CanCopy ( ) : bool
리턴 bool

CanCut() 공개 메소드

public CanCut ( ) : bool
리턴 bool

CanPaste() 공개 메소드

public CanPaste ( ) : bool
리턴 bool

PatternEditingHelper() 공개 메소드

public PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System
cache SIL.FieldWorks.FDO.FdoCache
callbacks IEditingCallbacks
리턴 System