edu.columbia.cs.cgui.rjfc.swing
Interface RJDialog

All Superinterfaces:
RComponent, RContainer, RDialog, Remote, RWindow
All Known Implementing Classes:
RJDialogImpl

public interface RJDialog
extends RDialog


Fields inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Method Summary
 AccessibleContext getAccessibleContext()
           
 RContainer getContentPane()
           
 int getDefaultCloseOperation()
           
 RComponent getGlassPane()
           
 RJMenuBar getJMenuBar()
           
 RJLayeredPane getLayeredPane()
           
 RJRootPane getRootPane()
           
 void remove(RComponent compvar0)
           
 void setContentPane(RContainer contentPanevar0)
           
 void setDefaultCloseOperation(int operationvar0)
           
 void setGlassPane(RComponent glassPanevar0)
           
 void setJMenuBar(RJMenuBar menuvar0)
           
 void setLayeredPane(RJLayeredPane layeredPanevar0)
           
 void setLayout(LayoutManager managervar0)
           
 void setLocationRelativeTo(RComponent cvar0)
           
 void update(Graphics gvar0)
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RDialog
addNotify, dispose, getTitle, hide, isModal, isResizable, setModal, setResizable, setTitle, show
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RWindow
addWindowListener, applyResourceBundle, applyResourceBundle, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, isShowing, pack, postEvent, removeWindowListener, setCursor, toBack, toFront
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RContainer
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, removeNotify, setFont, validate
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, dispatchEvent, enable, enable, enableInputMethods, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getRJFCWrappedData, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setData, setDropTarget, setEnabled, setForeground, setHash, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, transferFocus
 

Method Detail

setDefaultCloseOperation

public void setDefaultCloseOperation(int operationvar0)
                              throws RemoteException

getDefaultCloseOperation

public int getDefaultCloseOperation()
                             throws RemoteException

update

public void update(Graphics gvar0)
            throws RemoteException
Specified by:
update in interface RContainer

setJMenuBar

public void setJMenuBar(RJMenuBar menuvar0)
                 throws RemoteException

getJMenuBar

public RJMenuBar getJMenuBar()
                      throws RemoteException

remove

public void remove(RComponent compvar0)
            throws RemoteException
Specified by:
remove in interface RContainer

setLayout

public void setLayout(LayoutManager managervar0)
               throws RemoteException
Specified by:
setLayout in interface RContainer

getRootPane

public RJRootPane getRootPane()
                       throws RemoteException

getContentPane

public RContainer getContentPane()
                          throws RemoteException

setContentPane

public void setContentPane(RContainer contentPanevar0)
                    throws RemoteException

getLayeredPane

public RJLayeredPane getLayeredPane()
                             throws RemoteException

setLayeredPane

public void setLayeredPane(RJLayeredPane layeredPanevar0)
                    throws RemoteException

getGlassPane

public RComponent getGlassPane()
                        throws RemoteException

setGlassPane

public void setGlassPane(RComponent glassPanevar0)
                  throws RemoteException

setLocationRelativeTo

public void setLocationRelativeTo(RComponent cvar0)
                           throws RemoteException

getAccessibleContext

public AccessibleContext getAccessibleContext()
                                       throws RemoteException
Specified by:
getAccessibleContext in interface RDialog