C# 클래스 SIL.FieldWorks.IText.ComplexConcControl

상속: ConcordanceControlBase, IFocusablePanePortion, IPatternControl
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
ComplexConcControl ( ) : System
GetContext ( SelectionHelper sel ) : object
GetContext ( SelectionHelper sel, SelectionHelper limit ) : object
GetContextCount ( object ctxt ) : int
GetFlid ( object ctxt ) : int
GetItem ( SelectionHelper sel, SelectionHelper limit ) : object
GetItemContextIndex ( object ctxt, object obj ) : int
GetLevelInfo ( object ctxt, int cellIndex ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
GetNextContext ( object ctxt ) : object
GetPrevContext ( object ctxt ) : object
Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
OnDisplayPatternNodeGroup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayPatternNodeSetCriteria ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnDisplayPatternNodeSetOccurrence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
OnPatternNodeGroup ( object args ) : bool
OnPatternNodeSetCriteria ( object args ) : bool
OnPatternNodeSetOccurrence ( object args ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

SearchForMatches ( ) : List

비공개 메소드들

메소드 설명
CanAddConstraint ( object option ) : bool
CanAddMorph ( object option ) : bool
CanAddOr ( object option ) : bool
CanAddWordBoundary ( object option ) : bool
ContextMenuRequested ( object sender, ContextMenuRequestedEventArgs e ) : void
GetAllNodes ( ComplexConcPatternNode node ) : IEnumerable
GetInsertionIndex ( SelectionHelper sel, ComplexConcPatternNode &parent, int &index ) : void
GetNode ( SelectionHelper sel, SelectionHelper limit ) : ComplexConcPatternNode
GetNodeIndex ( ComplexConcPatternNode node ) : int
GetOptionString ( ComplexConcordanceInsertType type ) : string
GroupNodes ( ComplexConcPatternNode nodes ) : ComplexConcPatternNode
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ParseUnparsedParagraphs ( ) : void
ReconstructView ( ComplexConcPatternNode node, bool initial ) : void
ReconstructView ( ComplexConcPatternNode parent, int index, bool initial ) : void

Reconstructs the view and moves the cursor the specified position.

RemoveItemsRequested ( object sender, RemoveItemsRequestedEventArgs e ) : void
SelectionChanged ( object sender, EventArgs eventArgs ) : void
UpdateViewHeight ( ) : void
m_insertControl_Insert ( object sender, InsertEventArgs e ) : void
m_searchButton_Click ( object sender, EventArgs e ) : void
m_view_LayoutSizeChanged ( object sender, EventArgs e ) : void

메소드 상세

ComplexConcControl() 공개 메소드

public ComplexConcControl ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetContext() 공개 메소드

public GetContext ( SelectionHelper sel ) : object
sel SIL.FieldWorks.Common.RootSites.SelectionHelper
리턴 object

GetContext() 공개 메소드

public GetContext ( SelectionHelper sel, SelectionHelper limit ) : object
sel SIL.FieldWorks.Common.RootSites.SelectionHelper
limit SIL.FieldWorks.Common.RootSites.SelectionHelper
리턴 object

GetContextCount() 공개 메소드

public GetContextCount ( object ctxt ) : int
ctxt object
리턴 int

GetFlid() 공개 메소드

public GetFlid ( object ctxt ) : int
ctxt object
리턴 int

GetItem() 공개 메소드

public GetItem ( SelectionHelper sel, SelectionHelper limit ) : object
sel SIL.FieldWorks.Common.RootSites.SelectionHelper
limit SIL.FieldWorks.Common.RootSites.SelectionHelper
리턴 object

GetItemContextIndex() 공개 메소드

public GetItemContextIndex ( object ctxt, object obj ) : int
ctxt object
obj object
리턴 int

GetLevelInfo() 공개 메소드

public GetLevelInfo ( object ctxt, int cellIndex ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
ctxt object
cellIndex int
리턴 SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]

GetNextContext() 공개 메소드

public GetNextContext ( object ctxt ) : object
ctxt object
리턴 object

GetPrevContext() 공개 메소드

public GetPrevContext ( object ctxt ) : object
ctxt object
리턴 object

Init() 공개 메소드

public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System.Xml.XmlNode
리턴 void

OnDisplayPatternNodeGroup() 공개 메소드

public OnDisplayPatternNodeGroup ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
리턴 bool

OnDisplayPatternNodeSetCriteria() 공개 메소드

public OnDisplayPatternNodeSetCriteria ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
리턴 bool

OnDisplayPatternNodeSetOccurrence() 공개 메소드

public OnDisplayPatternNodeSetOccurrence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
리턴 bool

OnPatternNodeGroup() 공개 메소드

public OnPatternNodeGroup ( object args ) : bool
args object
리턴 bool

OnPatternNodeSetCriteria() 공개 메소드

public OnPatternNodeSetCriteria ( object args ) : bool
args object
리턴 bool

OnPatternNodeSetOccurrence() 공개 메소드

public OnPatternNodeSetOccurrence ( object args ) : bool
args object
리턴 bool

SearchForMatches() 보호된 메소드

protected SearchForMatches ( ) : List
리턴 List