edu.columbia.cs.cgui.rjfc.swing
Interface RJRootPane
- All Superinterfaces:
- RComponent, RContainer, Remote, RJComponent
- All Known Implementing Classes:
- RJRootPaneImpl
- public interface RJRootPane
- extends RJComponent
| Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.RJComponent |
addAncestorListener, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
| Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RContainer |
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate |
| Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getRJFCWrappedData, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setData, setDropTarget, setHash, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus |
getUI
public RRootPaneUI getUI()
throws RemoteException
setUI
public void setUI(RRootPaneUI uivar0)
throws RemoteException
updateUI
public void updateUI()
throws RemoteException
- Specified by:
updateUI in interface RJComponent
getUIClassID
public String getUIClassID()
throws RemoteException
- Specified by:
getUIClassID in interface RJComponent
setJMenuBar
public void setJMenuBar(RJMenuBar menuvar0)
throws RemoteException
setMenuBar
public void setMenuBar(RJMenuBar menuvar0)
throws RemoteException
getJMenuBar
public RJMenuBar getJMenuBar()
throws RemoteException
getMenuBar
public RJMenuBar getMenuBar()
throws RemoteException
setContentPane
public void setContentPane(RContainer contentvar0)
throws RemoteException
getContentPane
public RContainer getContentPane()
throws RemoteException
setLayeredPane
public void setLayeredPane(RJLayeredPane layeredvar0)
throws RemoteException
getLayeredPane
public RJLayeredPane getLayeredPane()
throws RemoteException
setGlassPane
public void setGlassPane(RComponent glassvar0)
throws RemoteException
getGlassPane
public RComponent getGlassPane()
throws RemoteException
isFocusCycleRoot
public boolean isFocusCycleRoot()
throws RemoteException
- Specified by:
isFocusCycleRoot in interface RJComponent
isValidateRoot
public boolean isValidateRoot()
throws RemoteException
- Specified by:
isValidateRoot in interface RJComponent
isOptimizedDrawingEnabled
public boolean isOptimizedDrawingEnabled()
throws RemoteException
- Specified by:
isOptimizedDrawingEnabled in interface RJComponent
addNotify
public void addNotify()
throws RemoteException
- Specified by:
addNotify in interface RJComponent
removeNotify
public void removeNotify()
throws RemoteException
- Specified by:
removeNotify in interface RJComponent
setDefaultButton
public void setDefaultButton(RJButton defaultButtonvar0)
throws RemoteException
getDefaultButton
public RJButton getDefaultButton()
throws RemoteException
getAccessibleContext
public AccessibleContext getAccessibleContext()
throws RemoteException
- Specified by:
getAccessibleContext in interface RJComponent