如何查看这个类CairngormEvent的源代码?

发布于 2024-11-25 09:53:42 字数 199 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青衫负雪 2024-12-02 09:53:42

您具体要问什么并不是很明显,但我会尽力回答所有可能的问题(据我所知)。

首先,我猜您在项目中使用 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 contains CairngormEvent class you can download it here. You need to choose binary package and place it to the libs 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 your Cairngorm.swc, expand it, select Source attachment item and point recently unpacked folder with sources. So now you can press F3 and navigate sources.

我家小可爱 2024-12-02 09:53:42

我认为您仍在使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文