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

All Superinterfaces:
RComponent, RContainer, Remote, RWindow
All Known Implementing Classes:
RJWindowImpl

public interface RJWindow
extends RWindow


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()
           
 RComponent getGlassPane()
           
 RJLayeredPane getLayeredPane()
           
 RJRootPane getRootPane()
           
 void remove(RComponent compvar0)
           
 void setContentPane(RContainer contentPanevar0)
           
 void setGlassPane(RComponent glassPanevar0)
           
 void setLayeredPane(RJLayeredPane layeredPanevar0)
           
 void setLayout(LayoutManager managervar0)
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RWindow
addNotify, addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, hide, isShowing, pack, postEvent, removeWindowListener, setCursor, show, 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, update, 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

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

getAccessibleContext

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