|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Toolkit
sun.awt.SunToolkit
creamtec.webcream.gui.WebCreamToolkit
creamtec.webcream.gui.WebCreamToolkit130
public class WebCreamToolkit130
WebCream's implementation of AWT Toolkit is provided to override instantiation of peers and control other platform specific operations such as image loading. The peers created are WebCream's peers, which do not have any GUI. This allows to run the client as a console application, while still keeping track of window operations such as show and hide.
| Field Summary |
|---|
| Fields inherited from class sun.awt.SunToolkit |
|---|
lastMetrics |
| Fields inherited from interface sun.awt.motif.MToolkit |
|---|
hpFastSwing |
| Constructor Summary | |
|---|---|
WebCreamToolkit130()
|
|
| Method Summary | |
|---|---|
java.awt.peer.RobotPeer |
createRobot(java.awt.Robot p0,
java.awt.GraphicsDevice p1)
|
static java.lang.String |
getClassName()
This function is here just to allow others to find out the name of this class after obfuscation |
java.lang.String |
getDefaultCharacterEncoding()
|
java.lang.String |
getDefaultUnicodeEncoding()
|
sun.awt.GlobalCursorManager |
getGlobalCursorManager()
|
java.awt.im.spi.InputMethodDescriptor |
getInputMethodAdapterDescriptor()
|
java.util.Map |
mapInputMethodHighlight(java.awt.im.InputMethodHighlight highlight)
|
| Methods inherited from class sun.awt.SunToolkit |
|---|
checkAndSetPolicy, createImage, createInputMethodWindow, createKeyboardFocusManagerPeer, createNewAppContext, disableBackgroundErase, enableInputMethodsForTextComponent, executeOnEventHandlerThread, executeOnEventHandlerThread, flushPendingEvents, getDataTransfererClassName, getDefaultKeyboardLocale, getFontList, getFontMetrics, getNativeContainer, getScreenSize, getStartupLocale, getWindowClosingListener, insertTargetMapping, isLightweightOrUnknown, isModalExcluded, isModalExcludedSupported, isPostEventQueueEmpty, needsXEmbed, postEvent, setLWRequestStatus, setModalExcluded, setWindowClosingListener, targetToAppContext, windowClosingDelivered, windowClosingNotify |
| Methods inherited from class java.awt.Toolkit |
|---|
addAWTEventListener, addPropertyChangeListener, createCustomCursor, createDragGestureRecognizer, createImage, getAWTEventListeners, getAWTEventListeners, getBestCursorSize, getDefaultToolkit, getDesktopProperty, getLockingKeyState, getMaximumCursorColors, getMenuShortcutKeyMask, getPrintJob, getProperty, getPropertyChangeListeners, getPropertyChangeListeners, getScreenInsets, getSystemEventQueue, getSystemSelection, isDynamicLayoutActive, removeAWTEventListener, removePropertyChangeListener, setDynamicLayout, setLockingKeyState |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebCreamToolkit130()
| Method Detail |
|---|
public static java.lang.String getClassName()
public sun.awt.GlobalCursorManager getGlobalCursorManager()
public java.lang.String getDefaultUnicodeEncoding()
public java.lang.String getDefaultCharacterEncoding()
public java.awt.im.spi.InputMethodDescriptor getInputMethodAdapterDescriptor()
throws java.awt.AWTException
getInputMethodAdapterDescriptor in interface sun.awt.InputMethodSupportjava.awt.AWTException
public java.awt.peer.RobotPeer createRobot(java.awt.Robot p0,
java.awt.GraphicsDevice p1)
throws java.awt.AWTException
createRobot in interface sun.awt.ComponentFactorycreateRobot in class sun.awt.SunToolkitjava.awt.AWTExceptionpublic java.util.Map mapInputMethodHighlight(java.awt.im.InputMethodHighlight highlight)
mapInputMethodHighlight in class java.awt.Toolkit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||