|
||||||||||
| 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
creamtec.webcream.gui.WebCreamToolkit142
public class WebCreamToolkit142
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 | |
|---|---|
WebCreamToolkit142()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getClassName()
This function is here just to allow others to find out the name of this class after obfuscation |
boolean |
isUndecorated(java.awt.Container window)
Returns true if the window does not have a title bar. |
| Methods inherited from class creamtec.webcream.gui.WebCreamToolkit130 |
|---|
createRobot, getDefaultCharacterEncoding, getDefaultUnicodeEncoding, getGlobalCursorManager, getInputMethodAdapterDescriptor, mapInputMethodHighlight |
| 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 WebCreamToolkit142()
| Method Detail |
|---|
public static java.lang.String getClassName()
public boolean isUndecorated(java.awt.Container window)
isUndecorated in class WebCreamToolkitwindow - Window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||