메소드 | 설명 | |
---|---|---|
CreateNewUiObject ( XCore.Mediator mediator, int classId, int hvoOwner, int flid, int insertionPosition ) : |
Handle the context menu for inserting a POS.
|
|
OnDisplayJumpToTool ( object commandObject, XCore &display ) : bool |
Override to handle case of improper menu in the reversal cat list tool.
|
|
PartOfSpeechUi ( ICmObject obj ) : System |
Create one. Argument must be a PartOfSpeech. Note that declaring it to be forces us to just do a cast in every case of MakeUi, which is passed an obj anyway.
|
메소드 | 설명 | |
---|---|---|
PartOfSpeechUi ( ) : System |
public static CreateNewUiObject ( XCore.Mediator mediator, int classId, int hvoOwner, int flid, int insertionPosition ) : |
||
mediator | XCore.Mediator | |
classId | int | |
hvoOwner | int | |
flid | int | |
insertionPosition | int | |
리턴 |
public OnDisplayJumpToTool ( object commandObject, XCore &display ) : bool | ||
commandObject | object | |
display | XCore | |
리턴 | bool |