如何查看这个类CairngormEvent的源代码?
import com.adobe.cairngorm.control.CairngormEvent;
public class ConfigurationEvent extends CairngormEvent {
我看不到这个 CairngormEvent.swc 我不知道我可以在 lib 中添加哪个 .swc 文件? 谢谢。
import com.adobe.cairngorm.control.CairngormEvent;
public class ConfigurationEvent extends CairngormEvent {
i can not see this CairngormEvent.swc i don't know which .swc file could i add in lib?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您具体要问什么并不是很明显,但我会尽力回答所有可能的问题(据我所知)。
首先,我猜您在项目中使用 Cairngorm 2 。
好的。如果缺少包含
CairngormEvent
类的 Cairngorm 库(我的意思是Cairngorm.swc
),您可以下载它 此处。您需要选择二进制包并将其放置到项目的libs
文件夹中。要查看类的源代码,您需要下载包含源代码的 ZIP 存档并将它们附加到
Cairngorm.swc
。首先将它们解压到某个地方。然后进入项目的属性> Flex 构建路径 >库路径
然后选择您的Cairngorm.swc
,将其展开,选择源附件
项并指向最近解压的包含源的文件夹。现在您可以按F3
并导航源。It is not very obvious what in particular are you asking but I'll try to answer all the possible questions (as far as I can see).
First of all I guess you're using Cairngorm 2 in your project.
Ok. In case of absence of Cairngorm library (I mean
Cairngorm.swc
) which containsCairngormEvent
class you can download it here. You need to choose binary package and place it to thelibs
folder of your project.To have possibility to view class' source code you need to download ZIP archive with sources and attach them to the
Cairngorm.swc
. Just unpack them somewhere first. Then got to the project's properties> Flex Build Path > Library Path
then select yourCairngorm.swc
, expand it, selectSource attachment
item and point recently unpacked folder with sources. So now you can pressF3
and navigate sources.我认为您仍在使用 Cairngorm 2.xx 版本。您可以从以下链接下载相应的 SWC:
Cairngorm 2.x 下载
I think you are still working with Cairngorm 2.x.x version. You can download the respective swc from below link:
Cairngorm 2.x downloads