|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Toolkit
sun.awt.SunToolkit
com.creamtec.ajaxswing.gui.AjaxSwingToolkit
com.creamtec.ajaxswing.gui.AjaxSwingToolkit130
com.creamtec.ajaxswing.gui.AjaxSwingToolkit142
com.creamtec.ajaxswing.gui.AjaxSwingToolkit15
com.creamtec.ajaxswing.gui.AjaxSwingHeadlessToolkit15
public class AjaxSwingHeadlessToolkit15
AjaxSwing'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 AjaxSwing'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 | |
|---|---|
AjaxSwingHeadlessToolkit15()
|
|
| Method Summary | |
|---|---|
java.awt.peer.FramePeer |
createFrame(java.awt.Frame frame)
|
java.awt.peer.KeyboardFocusManagerPeer |
createKeyboardFocusManagerPeer(java.awt.KeyboardFocusManager focusManager)
|
static java.lang.String |
getClassName()
This function is here just to allow others to find out the name of this class after obfuscation |
java.awt.Insets |
getScreenInsets(java.awt.GraphicsConfiguration arg0)
|
int |
getScreenResolution()
|
java.awt.Dimension |
getScreenSize()
|
boolean |
isUndecorated(java.awt.Container window)
Returns true if the window does not have a title bar. |
| Methods inherited from class com.creamtec.ajaxswing.gui.AjaxSwingToolkit130 |
|---|
createRobot, createSystemTray, createTrayIcon, getDefaultCharacterEncoding, getDefaultUnicodeEncoding, getGlobalCursorManager, getInputMethodAdapterDescriptor, getKeyboardFocusManagerPeer, grab, isDesktopSupported, isTraySupported, isWindowOpacityControlSupported, isWindowShapingSupported, isWindowTranslucencySupported, mapInputMethodHighlight, ungrab |
| Methods inherited from class sun.awt.SunToolkit |
|---|
addModalityListener, checkAndSetPolicy, createImage, createInputMethodWindow, createNewAppContext, disableBackgroundErase, enableInputMethodsForTextComponent, executeOnEventHandlerThread, executeOnEventHandlerThread, flushPendingEvents, getDataTransfererClassName, getDefaultKeyboardLocale, getFontList, getNativeContainer, getStartupLocale, getWindowClosingListener, insertTargetMapping, isLightweightOrUnknown, isModalExcluded, isModalExcludedSupported, isPostEventQueueEmpty, needsXEmbed, notifyModalityPopped, notifyModalityPushed, postEvent, removeModalityListener, setLWRequestStatus, setModalExcluded, setWindowClosingListener, targetToAppContext, windowClosingDelivered, windowClosingNotify |
| Methods inherited from class java.awt.Toolkit |
|---|
addAWTEventListener, addPropertyChangeListener, createCustomCursor, createImage, getAWTEventListeners, getAWTEventListeners, getBestCursorSize, getDefaultToolkit, getDesktopProperty, getLockingKeyState, getMaximumCursorColors, getMenuShortcutKeyMask, getPrintJob, getProperty, getPropertyChangeListeners, getPropertyChangeListeners, 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 AjaxSwingHeadlessToolkit15()
| Method Detail |
|---|
public boolean isUndecorated(java.awt.Container window)
isUndecorated in class AjaxSwingToolkit142window - Window
public static java.lang.String getClassName()
public java.awt.peer.KeyboardFocusManagerPeer createKeyboardFocusManagerPeer(java.awt.KeyboardFocusManager focusManager)
throws java.awt.HeadlessException
createKeyboardFocusManagerPeer in class AjaxSwingToolkit15java.awt.HeadlessException
public java.awt.Insets getScreenInsets(java.awt.GraphicsConfiguration arg0)
throws java.awt.HeadlessException
getScreenInsets in class java.awt.Toolkitjava.awt.HeadlessException
public int getScreenResolution()
throws java.awt.HeadlessException
getScreenResolution in class AjaxSwingToolkitjava.awt.HeadlessException
public java.awt.Dimension getScreenSize()
throws java.awt.HeadlessException
getScreenSize in class sun.awt.SunToolkitjava.awt.HeadlessException
public java.awt.peer.FramePeer createFrame(java.awt.Frame frame)
throws java.awt.HeadlessException
createFrame in interface sun.awt.ComponentFactorycreateFrame in class AjaxSwingToolkitjava.awt.HeadlessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||