C# 클래스 Moxiecode.ComponentFactory

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask

공개 메소드들

메소드 설명
add ( String uid, object comp ) : void
contains ( String uid ) : System.Boolean
create ( Moxiecode.Moxie mOxie, String uid, String compName ) : object
createEventHandler ( Moxiecode.Moxie mOxie, string uid, string eventName ) : EventHandler
get ( String uid ) : object
remove ( string uid ) : System.Boolean

메소드 상세

add() 공개 메소드

public add ( String uid, object comp ) : void
uid String
comp object
리턴 void

contains() 공개 메소드

public contains ( String uid ) : System.Boolean
uid String
리턴 System.Boolean

create() 공개 메소드

public create ( Moxiecode.Moxie mOxie, String uid, String compName ) : object
mOxie Moxiecode.Moxie
uid String
compName String
리턴 object

createEventHandler() 공개 메소드

public createEventHandler ( Moxiecode.Moxie mOxie, string uid, string eventName ) : EventHandler
mOxie Moxiecode.Moxie
uid string
eventName string
리턴 EventHandler

get() 공개 메소드

public get ( String uid ) : object
uid String
리턴 object

remove() 공개 메소드

public remove ( string uid ) : System.Boolean
uid string
리턴 System.Boolean