com.creamtec.ajaxswing.gui
Class AjaxSwingToolkit142

java.lang.Object
  extended by java.awt.Toolkit
      extended by sun.awt.SunToolkit
          extended by com.creamtec.ajaxswing.gui.AjaxSwingToolkit
              extended by com.creamtec.ajaxswing.gui.AjaxSwingToolkit130
                  extended by com.creamtec.ajaxswing.gui.AjaxSwingToolkit142
All Implemented Interfaces:
sun.awt.ComponentFactory, sun.awt.InputMethodSupport, sun.awt.motif.MToolkit, sun.awt.WindowClosingListener, sun.awt.WindowClosingSupport
Direct Known Subclasses:
AjaxSwingToolkit15

public class AjaxSwingToolkit142
extends AjaxSwingToolkit130
implements sun.awt.motif.MToolkit

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
AjaxSwingToolkit142()
           
 
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 com.creamtec.ajaxswing.gui.AjaxSwingToolkit130
createKeyboardFocusManagerPeer, createRobot, createSystemTray, createTrayIcon, getDefaultCharacterEncoding, getDefaultUnicodeEncoding, getGlobalCursorManager, getInputMethodAdapterDescriptor, getKeyboardFocusManagerPeer, grab, isDesktopSupported, isTraySupported, isWindowOpacityControlSupported, isWindowShapingSupported, isWindowTranslucencySupported, mapInputMethodHighlight, ungrab
 
Methods inherited from class com.creamtec.ajaxswing.gui.AjaxSwingToolkit
areExtraMouseButtonsEnabled, beep, checkImage, createButton, createCanvas, createCheckbox, createCheckboxMenuItem, createChoice, createDialog, createDragGestureRecognizer, createDragSourceContextPeer, createFileDialog, createFrame, createImage, createImage, createImage, createLabel, createList, createMenu, createMenuBar, createMenuItem, createPanel, createPopupMenu, createScrollbar, createScrollPane, createTextArea, createTextField, createWindow, getColorModel, getFontMetrics, getFontPeer, getIconFileName, getImage, getImage, getImageFileName, getImageUrl, getPrintJob, getScreenResolution, getSystemClipboard, isFrameStateSupported, isWindowUndecorated, prepareImage, registerIcon, registerImage, registerImage, registerStandardImages, setDelegateToolkitClassName, sync
 
Methods inherited from class sun.awt.SunToolkit
addModalityListener, checkAndSetPolicy, createImage, createInputMethodWindow, createNewAppContext, disableBackgroundErase, enableInputMethodsForTextComponent, executeOnEventHandlerThread, executeOnEventHandlerThread, flushPendingEvents, getDataTransfererClassName, getDefaultKeyboardLocale, getFontList, getNativeContainer, getScreenSize, 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, 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

AjaxSwingToolkit142

public AjaxSwingToolkit142()
Method Detail

getClassName

public static java.lang.String getClassName()
This function is here just to allow others to find out the name of this class after obfuscation


isUndecorated

public boolean isUndecorated(java.awt.Container window)
Returns true if the window does not have a title bar. Available in JDK 1.4 or later

Overrides:
isUndecorated in class AjaxSwingToolkit
Parameters:
window - Window
Returns:
boolean


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.