软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
org.omg.CORBA |
提供了对OMG的CORBA映射的API java
TM编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
Modifier and Type | Method and Description |
---|---|
Applet |
AppletContext.getApplet(String name)
查找并返回在这个小程序上下文与给定的名称所表示的文档中的小程序。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Applet> |
AppletContext.getApplets()
通过这个小程序上下文表示文件中找到所有的应用程序。
|
Modifier and Type | Method and Description |
---|---|
void |
AppletInitializer.activate(Applet newApplet)
激活,和/或mark Applet活跃。
|
void |
AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
如果通过适当的变体,java.beans.beans.instantiate这个方法将以联想新实例化的程序称为(JavaBean)以其appletcontext,appletstub,和容器。
|
Modifier and Type | Class and Description |
---|---|
class |
JApplet
一个扩展版本,增加了对
java.applet.Applet JFC/Swing组件体系结构支持。
|
Modifier and Type | Method and Description |
---|---|
void |
RepaintManager.addDirtyRegion(Applet applet, int x, int y, int w, int h)
applet 添加到需要重新粉刷
Component s列表。
|
Modifier and Type | Method and Description |
---|---|
static ORB |
ORB.init(Applet app, Properties props)
创建一个新的
ORB applet实例。
|
protected abstract void |
ORB.set_parameters(Applet app, Properties props)
允许ORB实现是与给定的程序和参数初始化。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.