1
GWT에서 중첩 된 발표자를 만들려고합니다. 나는 샘플 GWTP 프로젝트 @http에서 "복사 & 붙여 넣기"코드 봤는데 : 한 지점 코드에서GWTP 중첩 된 발표자 : 형식 <RevealContentHandler <?>> 확인할 수 없습니다.
//code.google.com/p/gwt-platform/wiki/SimpleNestedSample
@ContentSlot
public static final Type<RevealContentHandler<?>> contentSlot = new Type<RevealContentHandler<?>>();
오류가 발생했으며 유형별 오류를 해결하기 위해 Eclipse 추천을 통해 가져올 패키지를 찾을 수 없습니다. (예 : 과 같은 추천 가능한 모든 "유형"패키지를 가져오고 있습니다. import com.google.gwt.i18n.server.Type; import com.google.gwt.dev.asm.Type; import com.sun. tools.javac.code.Type,
)
사람이 어떤 패키지를 가져올 말할 수 있습니까?
작동 ...! 그렇다면 나는 어리석은 짓을 깨달았습니다. : S Thanks – sovanlandy