우리는 소브분석에 대한 중요한 기록을 주석에 저장하고 있습니다.
아래는 소스분석의 예입니다.
import mx.managers.ISystemManager;
/**
* The IUIComponent interface defines the basic set of APIs that you must implement
* to create a child of a Flex container or list.
*/
/*
- UIComponent는 사용자 인터렉션을 위한 기능성을 제공한다. - egoing
- Flash 8까지는 UIObject class가 UIComponent의 부모로 제공됐는데 Flex에서부터는 통합된 것 인가? - egoing
- re: http://livedocs.macromedia.com/flex/201/html/intro_138_03.html 를 보시면 아시겠지만 UIComponent와 UIObject가 합쳐진 것 같습니다. - lego
- UIComponent가 이전 버전과 어떻게 달려졌는가에 대한 토론이 진행중입니다. - egoing http://tools.assembla.com/flashcomponent/ticket/1
- 참조 : http://livedocs.macromedia.com/flash/8_kr/main/00003025.html
*/
public interface IUIComponent extends IFlexDisplayObject
{
//--------------------------------------------------------------------------
//
// Properties
- UIComponent는 사용자 인터렉션을 위한 기능성을 제공한다. - egoing
- 대원칙은 원본의 로직과 주석을 수정하지 않고 새로운 주석을 추가한다 입니다.
- 누가 수정했는지를 적어주는 것은 선택사항입니다.
- Flash 8까지는 UIObject class가 UIComponent의 부모로 제공됐는데 Flex에서부터는 통합된 것 인가?
- 궁금한 사항을 적어두는 것도 도움이 됩니다.
- re: http://livedocs.macromedia.com/flex/201/html/intro_138_03.html 를 보시면 아시겠지만 UIComponent와 UIObject가 합쳐진 것 같습니다. - lego
- 답변은 들여쓰기 후 re:를 앞에두어 답변임을 표시해줍니다.
- - 참조 : http://livedocs.macromedia.com/flash/8_kr/main/00003025.html
- 관련된 링크 표시