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

All Superinterfaces:
RComponent, RContainer, Remote, RFrame, RWindow
All Known Implementing Classes:
RJFrameImpl

public interface RJFrame
extends RFrame


Field Summary
static int EXIT_ON_CLOSE
           
 
Fields inherited from interface edu.columbia.cs.cgui.rjfc.awt.RFrame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
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 menubarvar0)
           
 void setLayeredPane(RJLayeredPane layeredPanevar0)
           
 void setLayout(LayoutManager managervar0)
           
 void update(Graphics gvar0)
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RFrame
addNotify, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RWindow
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, 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, 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
 

Field Detail

EXIT_ON_CLOSE

public static final int EXIT_ON_CLOSE
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 menubarvar0)
                 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

getAccessibleContext

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