com.creamtec.ajaxswing.gui.peer
Class SaveDialogPeer

java.lang.Object
  extended by com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
      extended by com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
          extended by com.creamtec.ajaxswing.gui.peer.AjaxSwingWindowPeer
              extended by com.creamtec.ajaxswing.gui.peer.AjaxSwingDialogPeer
                  extended by com.creamtec.ajaxswing.gui.peer.SaveDialogPeer
All Implemented Interfaces:
java.awt.peer.ComponentPeer, java.awt.peer.ContainerPeer, java.awt.peer.DialogPeer, java.awt.peer.WindowPeer

public class SaveDialogPeer
extends AjaxSwingDialogPeer


Field Summary
 
Fields inherited from interface java.awt.peer.ComponentPeer
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE
 
Constructor Summary
SaveDialogPeer(java.awt.Dialog target)
           
 
Method Summary
 void hide()
           
 void show()
           
 
Methods inherited from class com.creamtec.ajaxswing.gui.peer.AjaxSwingDialogPeer
blockWindows, setResizable, setTitle
 
Methods inherited from class com.creamtec.ajaxswing.gui.peer.AjaxSwingWindowPeer
getMyThread, handleFocusTraversalEvent, repositionSecurityWarning, requestWindowFocus, setAlwaysOnTop, setBounds, setModalBlocked, setOpacity, setOpaque, toBack, toFront, updateAlwaysOnTop, updateAlwaysOnTopState, updateFocusableWindowState, updateIconImages, updateMinimumSize, updateWindow, updateWindow
 
Methods inherited from class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack
 
Methods inherited from class com.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createDelegate, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, flip, getAppropriateGraphicsConfiguration, getBackBuffer, getBounds, getColorModel, getDelegate, getDelegateComponent, getFontMetrics, getGraphics, getGraphicsConfiguration, getImage, getLocationOnScreen, getMinimumSize, getPreferredSize, getTarget, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setCursor, setDelegate, setDelegateComponent, setEnabled, setFont, setForeground, setTarget, setVisible, setZOrder, updateCursorImmediately, updateGraphicsData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.peer.WindowPeer
requestWindowFocus, toBack, toFront, updateAlwaysOnTop, updateFocusableWindowState
 
Methods inherited from interface java.awt.peer.ContainerPeer
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack
 
Methods inherited from interface java.awt.peer.ComponentPeer
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately
 

Constructor Detail

SaveDialogPeer

public SaveDialogPeer(java.awt.Dialog target)
Method Detail

show

public void show()
Specified by:
show in interface java.awt.peer.ComponentPeer
Overrides:
show in class AjaxSwingDialogPeer

hide

public void hide()
Specified by:
hide in interface java.awt.peer.ComponentPeer
Overrides:
hide in class AjaxSwingDialogPeer


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