|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | »ý¼ºÀÚ | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
public interface AppletStub
¾ÖÇø´À» ÃÖÃÊ·Î ÀÛ¼ºÇÒ °æ¿ì¿¡
±× ¾ÖÇø´ÀÇ setStub
¸Þ¼µå¸¦ »ç¿ëÇØ ¾ÖÇø´ ½ºÅÓÀÌ
Á¢¼ÓµË´Ï´Ù. ÀÌ ¾ÖÇø´ ½ºÅÓÀº ¾ÖÇø´°ú ¾îÇø®ÄÉÀ̼ÇÀ» ½ÇÇàÇÏ´Â ºê¶ó¿ìÀú ȯ°æ ¶Ç´Â ¾ÖÇø´ viewer ȯ°æ°úÀÇ »çÀÌÀÇ ÀÎÅÍÆäÀ̽ºÀÇ ¿ªÇÒÀ» ¿Ï¼öÇÕ´Ï´Ù.
Applet.setStub(java.applet.AppletStub)
¸Þ¼µå °³¿ä | |
---|---|
void |
appletResize (int width,
int height)
¾ÖÇø´ÀÇ »çÀÌÁ º¯°æÇÒ Çʿ䰡 ÀÖÀ» ¶§ È£ÃâÇÕ´Ï´Ù. |
AppletContext |
getAppletContext ()
¾ÖÇø´ ÄÁÅØ½ºÆ®¿¡ÀÇ Çڵ鷯¸¦ ÃëµæÇÕ´Ï´Ù. |
URL |
getCodeBase ()
±âÀú URL¸¦ ÃëµæÇÕ´Ï´Ù. |
URL |
getDocumentBase ()
¾ÖÇø´ÀÌ »ðÀԵǾî ÀÖ´Â ¹®¼ÀÇ URL¸¦ ÃëµæÇÕ´Ï´Ù. |
String |
getParameter (String name)
HTML ű׳»¿¡ ÀÖ´Â ÁöÁ¤µÈ ÆÄ¶ó¹ÌÅÍÀÇ °ªÀ» ¸®ÅÏÇÕ´Ï´Ù. |
boolean |
isActive ()
¾ÖÇø´ÀÌ È°¼ºÈµÇ¾ú´Â°¡ ¾î¶²°¡¸¦ ÆÇÁ¤ÇÕ´Ï´Ù. |
¸Þ¼µåÀÇ »ó¼¼ |
---|
boolean isActive()
start
¸Þ¼µå°¡ ºÒ·Á°¡±â Á÷Àü¿¡ Ȱ¼ºÈµÇ¾î, ¾ÖÇø´ÀÇ stop
¸Þ¼µå°¡ ºÒ·Á°¡±â Á÷Àü¿¡ Ȱ¼ºÈµÇÁö ¾Ê°Ô µË´Ï´Ù.
true
, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false
URL getDocumentBase()
¹®¼ÀÇ º£À̽º´Â ´ÙÀ½°ú °°½À´Ï´Ù.http://java.sun.com/products/jdk/1. 2/index.html
http://java.sun.com/products/jdk/1. 2/index.html
URL
getCodeBase()
URL getCodeBase()
URL
getDocumentBase()
String getParameter(String name)
<applet code="Clock" width=50 height=50> <param name=Color value="blue"> </applet>
ÀÌ °æ¿ì
getParameter("Color")
È£ÃâÀº ¡¸blue
¡¹¶ó°í ÇÏ´Â °ªÀ» ¸®ÅÏÇÕ´Ï´Ù.
name
- ÆÄ¶ó¹ÌÅ͸í
AppletContext getAppletContext()
void appletResize(int width, int height)
width
- ¾ÖÇø´¿¡ »õ·Ó°Ô ¿ä±¸µÈ ³ÐÀÌheight
- ¾ÖÇø´¿¡ »õ·Ó°Ô ¿ä±¸µÈ ³ôÀÌ
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | »ý¼ºÀÚ | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.