eNTitanok.gfx
Class OkosAWT.OkosApplet

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--java.applet.Applet
                          |
                          +--eNTitanok.gfx.OkosAWT.OkosApplet
Direct Known Subclasses:
KkkgAppl, Restream, Skel
Enclosing class:
OkosAWT

public static class OkosAWT.OkosApplet
extends java.applet.Applet

Néhány hasznos, technikai jellegű funkcióval egészíti ki az Applet osztályt. Támogatást nyújt Applet-ek application-ből történő létrehozáshoz.

See Also:
Serialized Form

Field Summary
protected  boolean application_e
           
protected  java.awt.Font font2
           
protected  int h
           
protected  int w
           
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
OkosAWT.OkosApplet()
           
OkosAWT.OkosApplet(boolean application_e)
           
 
Method Summary
 java.net.URL getCodeBase()
           
 byte[] getEroforrasByteT(java.lang.String eroforras)
          A megadott, a programkód mellett található erőforrásfile tartalmát adja vissza.
 java.io.InputStream getEroforrasStream(java.lang.String eroforras)
          A megadott, a programkód mellett található erőforrásfile-t adja vissza.
 java.lang.String getEroforrasString(java.lang.String eroforras)
          A megadott, a programkód mellett található erőforrásfile tartalmát adja vissza.
 java.awt.Font getFont2()
           
 java.awt.Dimension getPreferredSize()
           
 void setFont2(java.awt.Font font2)
           
 void setSize(java.awt.Dimension d)
           
 void setSize(int w, int h)
           
 
Methods inherited from class java.applet.Applet
destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, init, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop
 
Methods inherited from class java.awt.Panel
addNotify
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setCursor, setFont, setLayout, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setVisible, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

w

protected int w

h

protected int h

application_e

protected boolean application_e

font2

protected java.awt.Font font2
Constructor Detail

OkosAWT.OkosApplet

public OkosAWT.OkosApplet()

OkosAWT.OkosApplet

public OkosAWT.OkosApplet(boolean application_e)
Method Detail

setFont2

public void setFont2(java.awt.Font font2)

getFont2

public java.awt.Font getFont2()

getPreferredSize

public java.awt.Dimension getPreferredSize()
Overrides:
getPreferredSize in class java.awt.Container

setSize

public void setSize(int w,
                    int h)
Overrides:
setSize in class java.awt.Component

setSize

public void setSize(java.awt.Dimension d)
Overrides:
setSize in class java.awt.Component

getCodeBase

public java.net.URL getCodeBase()
Overrides:
getCodeBase in class java.applet.Applet

getEroforrasStream

public java.io.InputStream getEroforrasStream(java.lang.String eroforras)
A megadott, a programkód mellett található erőforrásfile-t adja vissza.
Parameters:
eroforras - / jelekkel elválasztott, kiterjesztéssel rendelkező, relatív filenév.
Returns:
null, ha nincs ilyen erőforrás

getEroforrasByteT

public byte[] getEroforrasByteT(java.lang.String eroforras)
A megadott, a programkód mellett található erőforrásfile tartalmát adja vissza.
Parameters:
eroforras - / jelekkel elválasztott, kiterjesztéssel rendelkező, relatív filenév.
Returns:
null, ha nincs ilyen erőforrás

getEroforrasString

public java.lang.String getEroforrasString(java.lang.String eroforras)
A megadott, a programkód mellett található erőforrásfile tartalmát adja vissza. A visszaadott karakterek 0..255-ig terjednek.
Parameters:
eroforras - / jelekkel elválasztott, kiterjesztéssel rendelkező, relatív filenév.
Returns:
null, ha nincs ilyen erőforrás