📄 jlist.html
字号:
<BR> Sets the delegate that's used to paint each cell in the list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setFixedCellHeight(int)">setFixedCellHeight</A></B>(int height)</CODE><BR> Sets the height of every cell in the list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setFixedCellWidth(int)">setFixedCellWidth</A></B>(int width)</CODE><BR> Sets the width of every cell in the list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setListData(java.lang.Object[])">setListData</A></B>(<A HREF="../../java/lang/Object.html">Object</A>[] listData)</CODE><BR> Constructs a <code>ListModel</code> from an array of objects and then applies <code>setModel</code> to it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setListData(java.util.Vector)">setListData</A></B>(<A HREF="../../java/util/Vector.html">Vector</A> listData)</CODE><BR> Constructs a <code>ListModel</code> from a <code>Vector</code> and then applies <code>setModel</code> to it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setModel(javax.swing.ListModel)">setModel</A></B>(<A HREF="../../javax/swing/ListModel.html">ListModel</A> model)</CODE><BR> Sets the model that represents the contents or "value" of the list and clears the list selection after notifying <code>PropertyChangeListeners</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setPrototypeCellValue(java.lang.Object)">setPrototypeCellValue</A></B>(<A HREF="../../java/lang/Object.html">Object</A> prototypeCellValue)</CODE><BR> Computes the <code>fixedCellWidth</code> and <code>fixedCellHeight</code> properties by configuring the <code>cellRenderer</code> to index equals zero for the specified value and then computing the renderer component's preferred size.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectedIndex(int)">setSelectedIndex</A></B>(int index)</CODE><BR> Selects a single cell.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectedIndices(int[])">setSelectedIndices</A></B>(int[] indices)</CODE><BR> Selects a set of cells.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectedValue(java.lang.Object, boolean)">setSelectedValue</A></B>(<A HREF="../../java/lang/Object.html">Object</A> anObject, boolean shouldScroll)</CODE><BR> Selects the specified object from the list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectionBackground(java.awt.Color)">setSelectionBackground</A></B>(<A HREF="../../java/awt/Color.html">Color</A> selectionBackground)</CODE><BR> Sets the background color for selected cells.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectionForeground(java.awt.Color)">setSelectionForeground</A></B>(<A HREF="../../java/awt/Color.html">Color</A> selectionForeground)</CODE><BR> Sets the foreground color for selected cells.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectionInterval(int, int)">setSelectionInterval</A></B>(int anchor, int lead)</CODE><BR> Selects the specified interval.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectionMode(int)">setSelectionMode</A></B>(int selectionMode)</CODE><BR> Determines whether single-item or multiple-item selections are allowed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setSelectionModel(javax.swing.ListSelectionModel)">setSelectionModel</A></B>(<A HREF="../../javax/swing/ListSelectionModel.html">ListSelectionModel</A> selectionModel)</CODE><BR> Sets the <code>selectionModel</code> for the list to a non-<code>null</code> <code>ListSelectionModel</code> implementation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setUI(javax.swing.plaf.ListUI)">setUI</A></B>(<A HREF="../../javax/swing/plaf/ListUI.html">ListUI</A> ui)</CODE><BR> Sets the look and feel (L&F) object that renders this component.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setValueIsAdjusting(boolean)">setValueIsAdjusting</A></B>(boolean b)</CODE><BR> Sets the data model's <code>isAdjusting</code> property to true, so that a single event will be generated when all of the selection events have finished (for example, when the mouse is being dragged over the list in selection mode).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#setVisibleRowCount(int)">setVisibleRowCount</A></B>(int visibleRowCount)</CODE><BR> Sets the preferred number of rows in the list that can be displayed without a scollbar, as determined by the nearest <code>JViewport</code> ancestor, if any.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JList.html#updateUI()">updateUI</A></B>()</CODE><BR> Sets the UI property with the "ListUI" from the current default UIFactory.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class javax.swing.<A HREF="../../javax/swing/JComponent.html">JComponent</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../javax/swing/JComponent.html#addAncestorListener(javax.swing.event.AncestorListener)">addAncestorListener</A>, <A HREF="../../javax/swing/JComponent.html#addNotify()">addNotify</A>, <A HREF="../../javax/swing/JComponent.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#addVetoableChangeListener(java.beans.VetoableChangeListener)">addVetoableChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#computeVisibleRect(java.awt.Rectangle)">computeVisibleRect</A>, <A HREF="../../javax/swing/JComponent.html#contains(int, int)">contains</A>, <A HREF="../../javax/swing/JComponent.html#createToolTip()">createToolTip</A>, <A HREF="../../javax/swing/JComponent.html#disable()">disable</A>, <A HREF="../../javax/swing/JComponent.html#enable()">enable</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, boolean, boolean)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, byte, byte)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, char, char)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, double, double)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, float, float)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, int, int)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, long, long)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, short, short)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#fireVetoableChange(java.lang.String, java.lang.Object, java.lang.Object)">fireVetoableChange</A>, <A HREF="../../javax/swing/JComponent.html#getActionForKeyStroke(javax.swing.KeyStroke)">getActionForKeyStroke</A>, <A HREF="../../javax/swing/JComponent.html#getActionMap()">getActionMap</A>, <A HREF="../../javax/swing/JComponent.html#getAlignmentX()">getAlignmentX</A>, <A HREF="../../javax/swing/JComponent.html#getAlignmentY()">getAlignmentY</A>, <A HREF="../../javax/swing/JComponent.html#getAutoscrolls()">getAutoscrolls</A>, <A HREF="../../javax/swing/JComponent.html#getBorder()">getBorder</A>, <A HREF="../../javax/swing/JComponent.html#getBounds(java.awt.Rectangle)">getBounds</A>, <A HREF="../../javax/swing/JComponent.html#getClientProperty(java.lang.Object)">getClientProperty</A>, <A HREF="../../javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)">getComponentGraphics</A>, <A HREF="../../javax/swing/JComponent.html#getConditionForKeyStroke(javax.swing.KeyStroke)">getConditionForKeyStroke</A>, <A HREF="../../javax/swing/JComponent.html#getDebugGraphicsOptions()">getDebugGraphicsOptions</A>, <A HREF="../../javax/swing/JComponent.html#getGraphics()">getGraphics</A>, <A HREF="../../javax/swing/JComponent.html#getHeight()">getHeight</A>, <A HREF="../../javax/swing/JComponent.html#getInputMap()">getInputMap</A>, <A HREF="../../javax/swing/JComponent.html#getInputMap(int)">getInputMap</A>, <A HREF="../../javax/swing/JComponent.html#getInputVerifier()">getInputVerifier</A>, <A HREF="../../javax/swing/JComponent.html#getInsets()">getInsets</A>, <A HREF="../../javax/swing/JComponent.html#getInsets(java.awt.Insets)">getInsets</A>, <A HREF="../../javax/swing/JComponent.html#getListeners(java.lang.Class)">getListeners</A>, <A HREF="../../javax/swing/JComponent.html#getLocation(java.awt.Point)">getLocation</A>, <A HREF="../../javax/swing/JComponent.html#getMaximumSize()">getMaximumSize</A>, <A HREF="../../javax/swing/JComponent.html#getMinimumSize()">getMinimumSize</A>, <A HREF="../../javax/swing/JComponent.html#getNextFocusableComponent()">getNextFocusableComponent</A>, <A HREF="../../javax/swing/JComponent.html#getPreferredSize()">getPreferredSize</A>, <A HREF="../../javax/swing/JComponent.html#getRegisteredKeyStrokes()">getRegisteredKeyStrokes</A>, <A HREF="../../javax/swing/JComponent.html#getRootPane()">getRootPane</A>, <A HREF="../../javax/swing/JComponent.html#getSize(java.awt.Dimension)">getSize</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipLocation(java.awt.event.MouseEvent)">getToolTipLocation</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipText()">getToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipText(java.awt.event.MouseEvent)">getToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#getTopLevelAncestor()">getTopLevelAncestor</A>, <A HREF="../../javax/swing/JComponent.html#getVerifyInputWhenFocusTarget()">getVerifyInputWhenFocusTarget</A>, <A HREF="../../javax/swing/JComponent.html#getVisibleRect()">getVisibleRect</A>, <A HREF="../../javax/swing/JComponent.html#getWidth()">getWidth</A>, <A HREF="../../javax/swing/JComponent.html#getX()">getX</A>, <A HREF="../../javax/swing/JComponent.html#getY()">getY</A>, <A HREF="../../javax/swing/JComponent.html#grabFocus()">grabFocus</A>, <A HREF="../../javax/swing/JComponent.html#hasFocus()">hasFocus</A>, <A HREF="../../javax/swing/JComponent.html#hide()">hide</A>, <A HREF="../../javax/swing/JComponent.html#isDoubleBuffered()">isDoubleBuffered</A>, <A HREF="../../javax/swing/JComponent.html#isFocusCycleRoot()">isFocusCycleRoot</A>, <A HREF="../../javax/swing/JComponent.html#isFocusTraversable()">isFocusTraversable</A>, <A HREF="../../javax/swing/JComponent.html#isLightweightComponent(java.awt.Component)">isLightweightComponent</A>, <A HREF="../../javax/swing/JComponent.html#isManagingFocus()">isManagingFocus</A>, <A HREF="../../javax/swing/JComponent.html#isMaximumSizeSet()">isMaximumSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isMinimumSizeSet()">isMinimumSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isOpaque()">isOpaque</A>, <A HREF="../../javax/swing/JComponent.html#isOptimizedDrawingEnabled()">isOptimizedDrawingEnabled</A>, <A HREF="../../javax/swing/JComponent.html#isPaintingTile()">isPaintingTile</A>, <A HREF="../../javax/swing/JComponent.html#isPreferredSizeSet()">isPreferredSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isRequestFocusEnabled()">isRequestFocusEnabled</A>, <A HREF="../../javax/swing/JComponent.html#isValidateRoot()">isValidateRoot</A>, <A HREF="../../javax/swing/JComponent.html#paint(java.awt.Graphics)">paint</A>, <A HREF="../../javax/swing/JComponent.html#paintBorder(java.awt.Graphics)">paintBorder</A>, <A HREF="../../javax/swing/JComponent.html#paintChildren(java.awt.Graphics)">paintChildren</A>, <A HREF="../../javax/swing/JComponent.html#paintComponent(java.awt.Graphics)">paintComponent</A>, <A HREF="../../javax/swing/JComponent.html#paintImmediately(int, int, int, int)">paintImmediately</A>, <A HREF="../../javax/swing/JComponent.html#paintImmediately(java.awt.Rectangle)">paintImmediately</A>, <A HREF="../../javax/swing/JComponent.html#print(java.awt.Graphics)">print</A>, <A HREF="../../javax/swing/JComponent.html#printAll(java.awt.Graphics)">printAll</A>, <A HREF="../../javax/swing/JComponent.html#printBorder(java.awt.Graphics)">printBorder</A>, <A HREF="../../javax/swing/JComponent.html#printChildren(java.awt.Graphics)">printChildren</A>, <A HREF="../../javax/swing/JComponent.html#printComponent(java.awt.Graphics)">printComponent</A>, <A HREF="../../javax/swing/JComponent.html#processComponentKeyEvent(java.awt.event.KeyEvent)">processComponentKeyEvent</A>, <A HREF="../../javax/swing/JComponent.html#processFocusEvent(java.awt.event.FocusEvent)">processFocusEvent</A>, <A HREF="../../javax/swing/JComponent.html#processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean)">processKeyBinding</A>, <A HREF="../../javax/swing/JComponent.html#processKeyEvent(java.awt.event.KeyEvent)">processKeyEvent</A>, <A HREF="../../javax/swing/JComponent.html#processMouseMotionEvent(java.awt.event.MouseEvent)">processMouseMotionEvent</A>, <A HREF="../../javax/swing/JComponent.html#putClientProperty(java.lang.Object, java.lang.Object)">putClientProperty</A>, <A HREF="../../javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int)">registerKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int)">registerKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#removeAncestorListener(javax.swing.event.AncestorListener)">removeAncestorListener</A>, <A HREF="../../javax/swing/JComponent.html#removeNotify()">removeNotify</A>, <A HREF="../../javax/swing/JComponent.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#removeVetoableChangeListener(java.beans.VetoableChangeListener)">removeVetoableChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#repaint(long, int, int, int, int)">repaint</A>, <A HREF="../../javax/swing/JComponent.html#repaint(java.awt.Rectangle)">repaint</A>, <A HREF="../../javax/swing/JComponent.html#requestDefaultFocus()">requestDefaultFocus</A>, <A HREF="../../javax/swing/JComponent.html#requestFocus()">requestFocus</A>, <A HREF="../../javax/swing/JComponent.html#resetKeyboardActions()">resetKeyboardActions</A>, <A HREF="../../javax/swing/JComponent.html#reshape(int, int, int, int)">reshape</A>, <A HREF="../../javax/swing/JComponent.html#revalidate()">revalidate</A>, <A HREF="../../javax/swing/JComponent.html#scrollRectToVisible(java.awt.Rectangle)">scrollRectToVisible</A>, <A HREF="../../javax/swing/JComponent.html#setActionMap(javax.swing.ActionMap)">setActionMap</A>, <A HREF="../../javax/swing/JComponent.html#setAlignmentX(float)">setAlignmentX</A>, <A HREF="../../javax/swing/JComponent.html#setAlignmentY(float)">setAlignmentY</A>, <A HREF="../../javax/swing/JComponent.html#setAutoscrolls(boolean)">setAutoscrolls</A>, <A HREF="../../javax/swing/JComponent.html#setBackground(java.awt.Color)">setBackground</A>, <A HREF="../../javax/swing/JComponent.html#setBorder(javax.swing.border.Border)">setBorder</A>, <A HREF="../../javax/swing/JComponent.html#setDebugGraphicsOptions(int)">setDebugGraphicsOptions</A>, <A HREF="../../javax/swing/JComponent.html#setDoubleBuffered(boolean)">setDoubleBuffered</A>, <A HREF="../../javax/swing/JComponent.html#setEnabled(boolean)">setEnabled</A>, <A HREF="../../javax/swing/JComponent.html#setFont(java.awt.Font)">setFont</A>, <A HREF="../../javax/swing/JComponent.html#setForeground(java.awt.Color)">setForeground</A>, <A HREF="../../javax/swing/JComponent.html#setInputMap(int, javax.swing.InputMap)">setInputMap</A>, <A HREF="../../javax/swing/JComponent.html#setInputVerifier(javax.swing.InputVerifier)">setInputVerifier</A>, <A HREF="../../javax/swing/JComponent.html#setMaximumSize(java.awt.Dimension)">setMaximumSize</A>, <A HREF="../../javax/swing/JComponent.html#setMinimumSize(java.awt.Dimension)">setMinimumSize</A>, <A HREF="../../javax/swing/JComponent.html#setNextFocusableComponent(java.awt.Component)">setNextFocusableComponent</A>, <A HREF="../../javax/swing/JComponent.html#setOpaque(boolean)">setOpaque</A>, <A HREF="../../javax/swing/JComponent.html#setPreferredSize(java.awt.Dimension)">setPreferredSize</A>, <A HREF="../../javax/swing/JComponent.html#setRequestFocusEnabled(boolean)">setRequestFocusEnabled</A>, <A HREF="../../javax/swing/JComponent.html#setToolTipText(java.lang.String)">setToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#setUI(javax.swing.plaf.ComponentUI)">setUI</A>, <A HREF="../../javax/swing/JComponent.html#setVerifyInputWhenFocusTarget(boolean)">setVerifyInputWhenFocusTarget</A>, <A HREF="../../javax/swing/JComponent.html#setVisible(boolean)">setVisible</A>, <A HREF="../../javax/swing/JComponent.html#unregisterKeyboardAction(javax.swing.KeyStroke)">unregisterKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#update(java.awt.Graphics)">update</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.<A HREF="../../java/awt/Container.html">Container</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../java/awt/Container.html#add(java.awt.Component)">add</A>, <A HREF="../../java/awt/Container.html#add(java.awt.Component, int)">add</A>, <A HREF="../../java/awt/Container.html#add(java.awt.Component, java.lang.Object)">add</A>, <A HREF="../../java/awt/Container.html#add(java.awt.Component, java.lang.Object, int)">add</A>, <A HREF="../../java/awt/Container.html#add(java.lang.String, java.awt.Component)">add</A>, <A HREF="../../java/awt/Container.html#addContainerListener(java.awt.event.ContainerListener)">addContainerListener</A>, <A HREF="../../java/awt/Container.html#addImpl(java.awt.Component, java.lang.Object, int)">addImpl</A>, <A HREF="../../java/awt/Container.html#countComponents()">countComponents</A>, <A HREF="../../java/awt/Container.html#deliverEvent(java.awt.Event)">deliverEvent</A>, <A HREF="../../java/awt/Container.html#doLayout()">doLayout</A>, <A HREF="../../java/awt/Container.html#findComponentAt(int, int)">findComponentAt</A>, <A HREF="../../java/awt/Container.html#findComponentAt(java.awt.Point)">findComponentAt</A>, <A HREF="../../java/awt/Container.html#getComponent(int)">getComponent</A>, <A HREF="../../java/awt/Container.html#getComponentAt(int, int)">getComponentAt</A>, <A HREF="../../java/awt/Container.html#getComponentAt(java.awt.Point)">getComponentAt</A>, <A HREF="../../java/awt/Container.html#getComponentCount()">getComponentCount</A>, <A HREF="../../java/awt/Container.html#getComponents()">getComponents</A>, <A HREF="../../java/awt/Container.html#getLayout()">getLayout</A>, <A HREF="../../java/awt/Container.html#insets()">insets</A>, <A HREF="../../java/awt/Container.html#invalidate()">invalidate</A>, <A HREF="../../java/awt/Container.html#isAncestorOf(java.awt.Component)">isAncestorOf</A>, <A HREF="../../java/awt/Container.html#layout()">layout</A>, <A HREF="../../java/awt/Container.html#list(java.io.PrintStream, int)">list</A>, <A HREF="../../java/awt/Container.html#list(java.io.PrintWriter, int)">list</A>, <A HREF="../../java/awt/Container.html#locate(int, int)">locate</A>, <A HREF="../../java/awt/Container.html#minimumSize()">minimumSize</A>, <A HREF="../../java/awt/Container.html#paintComponents(java.awt.Graphics)">paintComponents</A>, <A HREF="../../java/awt/Container.html#preferredSize()">preferredSize</A>, <A HREF="../../java/awt/Container.html#printComponents(java.awt.Graphics)">printComponents</A>, <A HREF="../../java/awt/Container.html#processContainerEvent(java.awt.event.ContainerEvent)">processContainerEvent</A>, <A HREF="../../java/awt/Container.html#processEvent(java.awt.AWTEvent)">processEvent</A>, <A HREF="../../java/awt/Container.html#remove(java.awt.Component)">remove</A>, <A HREF="../../java/awt/Container.html#remove(int)">remove</A>, <A HREF="../../java/awt/Container.html#removeAll()">removeAll</A>, <A HREF="../../java/awt/Container.html#removeContainerListener(java.awt.event.ContainerListener)">removeContainerListener</A>, <A HREF="../../java/awt/Container.html#setLayout(java.awt.LayoutManager)">setLayout</A>, <A HREF="../../java/awt/Container.html#validate()">validate</A>, <A HREF="../../java/awt/Container.html#validateTree()">validateTree</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.<A HREF="../../java/awt/Component.html">Component</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../java/awt/Component.html#action(java.awt.Event, java.lang.Object)">action</A>, <A HREF="../../java/awt/Component.html#add(java.awt.PopupMenu)">add</A>, <A HREF="../../java/awt/Component.html#addComponentListener(java.awt.event.ComponentListener)">addComponentListener</A>, <A HREF="../../java/awt/Component.html#addFocusListener(java.awt.event.FocusListener)">addFocusListener</A>, <A HREF="../../java/awt/Component.html#addHierarchyBoundsListener(java.awt.event.Hi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -