<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 05:53:25 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: G-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Swing 1.1</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">_</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../javax/swing/text/GapContent.html"><B>GapContent</B></A> - class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>.<DD>An implementation of the AbstractDocument.Content interface 
 implemented using a gapped buffer similar to that used by emacs.<DT><A HREF="../javax/swing/text/GapContent.html#GapContent()"><B>GapContent()</B></A> - 
Constructor for class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Creates a new GapContent object.
<DT><A HREF="../javax/swing/text/GapContent.html#GapContent(int)"><B>GapContent(int)</B></A> - 
Constructor for class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Creates a new GapContent object, with the initial
 size specified.
<DT><A HREF="../javax/swing/DefaultListModel.html#get(int)"><B>get(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListModel.html">DefaultListModel</A>
<DD>Returns the element at the specified position in this list.
<DT><A HREF="../javax/swing/UIManager.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns an object from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>Returns the value for key.
<DT><A HREF="../javax/swing/JMenuItem.html#getAccelerator()"><B>getAccelerator()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.html">JMenuItem</A>
<DD>Returns the KeyStroke which serves as an accelerator 
 for the menu item.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getAcceleratorForeground()"><B>getAcceleratorForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getAcceleratorForeground()"><B>getAcceleratorForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getAcceleratorSelectedForeground()"><B>getAcceleratorSelectedForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getAcceleratorSelectedForeground()"><B>getAcceleratorSelectedForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalToolTipUI.html#getAcceleratorString()"><B>getAcceleratorString()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalToolTipUI.html">MetalToolTipUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getAcceptAllFileFilter()"><B>getAcceptAllFileFilter()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the AcceptAll file filter (e.g.
<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#getAcceptAllFileFilter(javax.swing.JFileChooser)"><B>getAcceptAllFileFilter(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getAcceptAllFileFilter(javax.swing.JFileChooser)"><B>getAcceptAllFileFilter(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>Returns the default accept all file filter
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getAcceptAllFileFilter(javax.swing.JFileChooser)"><B>getAcceptAllFileFilter(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getAcceptAllFileFilter on each UI handled by this MultiUI.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the AccessibleAction associated with this object that supports
 one or more actions.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleAction associated with this object if one
 exists.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the AccessibleAction associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html">JComboBox.AccessibleJComboBox</A>
<DD>Get the AccessibleAction associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleAction associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleAction()"><B>getAccessibleAction()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getAccessibleActionAnchor(int)"><B>getAccessibleActionAnchor(int)</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Return an object that represents the link anchor,
 as appropriate for that link.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getAccessibleActionAnchor(int)"><B>getAccessibleActionAnchor(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Return an object that represents the link anchor,
 as appropriate for that link.
<DT><A HREF="../javax/accessibility/AccessibleAction.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleAction.html">AccessibleAction</A>
<DD>Returns the number of accessible actions available in this object
 If there are more than one, the first one is considered the "default"
 action of the object.
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Returns the number of accessible actions available in this Link
 If there are more than one, the first one is NOT considered the
 "default" action of this LINK object (e.g.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Returns the number of accessible actions available in this 
 tree node.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Returns the number of Actions available in this object.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Returns the number of accessible actions available in this Link
 If there are more than one, the first one is NOT considered the
 "default" action of this LINK object (e.g.
<DT><A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html#getAccessibleActionCount()"><B>getAccessibleActionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html">JComboBox.AccessibleJComboBox</A>
<DD>Returns the number of Actions available in this object.
<DT><A HREF="../javax/accessibility/AccessibleAction.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleAction.html">AccessibleAction</A>
<DD>Returns a description of the specified action of the object.
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Return a String description of this particular
 link action.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Return a description of the specified action of the tree node.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Return a description of the specified action of the object.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Return a String description of this particular
 link action.
<DT><A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html#getAccessibleActionDescription(int)"><B>getAccessibleActionDescription(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html">JComboBox.AccessibleJComboBox</A>
<DD>Return a description of the specified action of the object.
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getAccessibleActionObject(int)"><B>getAccessibleActionObject(int)</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Return an object that represents the link action,
 as appropriate for that link.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getAccessibleActionObject(int)"><B>getAccessibleActionObject(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Returns a URL object that represents the link.
<DT><A HREF="../javax/swing/SwingUtilities.html#getAccessibleAt(java.awt.Component, java.awt.Point)"><B>getAccessibleAt(Component, Point)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Returns the Accessible child contained at the local coordinate
 Point, if one exists.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Returns the Accessible child, if one exists, contained at the local 
 coordinate Point.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the Accessible child, if one exists, contained at the
 local coordinate Point.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Returns the Accessible child contained at the local coordinate
 Point, if one exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html">JTableHeader.AccessibleJTableHeader</A>
<DD>Returns the Accessible child, if one exists, contained at the local
 coordinate Point.
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleAt(java.awt.Point)"><B>getAccessibleAt(Point)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/SwingUtilities.html#getAccessibleChild(java.awt.Component, int)"><B>getAccessibleChild(Component, int)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Return the specified Accessible child of the object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Return the specified Accessible child of the object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the nth Accessible child of the object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>Return the specified Accessible child of the object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Return the specified Accessible child of the object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html">JTableHeader.AccessibleJTableHeader</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleChild(int)"><B>getAccessibleChild(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/ComponentUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ComponentUI.html">ComponentUI</A>
<DD>Return the nth Accessible child of the object.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getAccessibleChild(javax.swing.JComponent, int)"><B>getAccessibleChild(JComponent, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Call getAccessibleChild on each UI handled by this MultiUI.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Returns the number of accessible children of the object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Returns the number of top-level children nodes of this 
 JTree.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html">JTableHeader.AccessibleJTableHeader</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleChildrenCount()"><B>getAccessibleChildrenCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/SwingUtilities.html#getAccessibleChildrenCount(java.awt.Component)"><B>getAccessibleChildrenCount(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/plaf/ComponentUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ComponentUI.html">ComponentUI</A>
<DD>Returns the number of accessible children in the object.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getAccessibleChildrenCount(javax.swing.JComponent)"><B>getAccessibleChildrenCount(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Call getAccessibleChildrenCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the AccessibleComponent associated with this object that has a 
 graphical representation.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleComponent associated with this tree node
 NOTE: if the node is not displayed (either scrolled off of
 the screen, or not expanded), this will return null
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the AccessibleComponent associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleComponent()"><B>getAccessibleComponent()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/Accessible.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/Accessible.html">Accessible</A>
<DD>Returns the AccessibleContext associated with this object.
<DT><A HREF="../javax/swing/JComponent.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JEditorPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Get the AccessibleContext associated with this JEditorPane.
<DT><A HREF="../javax/swing/JSlider.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JTree.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleContext associated with this tree node
<DT><A HREF="../javax/swing/JLabel.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Get the AccessibleContext of this object
<DT><A HREF="../javax/swing/JInternalFrame.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html">JInternalFrame.JDesktopIcon</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JToolTip.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.html">JToolTip</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JLayeredPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JDesktopPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JApplet.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Get the AccessibleContext associated with this JApplet
<DT><A HREF="../javax/swing/JColorChooser.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Get the AccessibleContext associated with this JColorChooser
<DT><A HREF="../javax/swing/JTextField.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Get the AccessibleContext associated with this JTextField.
<DT><A HREF="../javax/swing/JPasswordField.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD>Gets the AccessibleContext associated with this JPasswordField.
<DT><A HREF="../javax/swing/JToolBar.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JSeparator.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSeparator.html">JSeparator</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JSplitPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JMenuItem.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.html">JMenuItem</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JRadioButtonMenuItem.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButtonMenuItem.html">JRadioButtonMenuItem</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JToggleButton.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToggleButton.html">JToggleButton</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JCheckBox.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBox.html">JCheckBox</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JScrollBar.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JProgressBar.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JViewport.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JCheckBoxMenuItem.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBoxMenuItem.html">JCheckBoxMenuItem</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JMenuBar.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JFileChooser.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Get the AccessibleContext associated with this JFileChooser
<DT><A HREF="../javax/swing/JScrollPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JPopupMenu.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JRadioButton.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButton.html">JRadioButton</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JWindow.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.html">JWindow</A>
<DD>Get the AccessibleContext associated with this JWindow
<DT><A HREF="../javax/swing/JOptionPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JRootPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JTextArea.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Get the AccessibleContext associated with this JTextArea.
<DT><A HREF="../javax/swing/Box.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.html">Box</A>
<DD>Get the AccessibleContext associated with this JComponent.
<DT><A HREF="../javax/swing/Box.Filler.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.html">Box.Filler</A>
<DD>Gets the AccessibleContext associated with this Component.
<DT><A HREF="../javax/swing/JButton.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JButton.html">JButton</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JComboBox.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JTabbedPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JDialog.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Get the AccessibleContext associated with this JDialog
<DT><A HREF="../javax/swing/JMenu.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/CellRendererPane.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.html">CellRendererPane</A>
<DD>Get the AccessibleContext associated with this CellRendererPane
<DT><A HREF="../javax/swing/JTable.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleContext associated with this
<DT><A HREF="../javax/swing/JFrame.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Get the AccessibleContext associated with this JFrame
<DT><A HREF="../javax/swing/JList.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JPanel.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPanel.html">JPanel</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/table/JTableHeader.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Get the AccessibleContext associated with this JComponent
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>Get the AccessibleContext associated with this
<DT><A HREF="../javax/swing/text/JTextComponent.html#getAccessibleContext()"><B>getAccessibleContext()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Gets the AccessibleContext associated with this JComponent.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the accessibleDescription property of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the accessible description of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the accessible description of this object.
<DT><A HREF="../javax/swing/JToolTip.AccessibleJToolTip.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.AccessibleJToolTip.html">JToolTip.AccessibleJToolTip</A>
<DD>Get the accessible description of this object.
<DT><A HREF="../javax/swing/JEditorPane.AccessibleJEditorPane.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.AccessibleJEditorPane.html">JEditorPane.AccessibleJEditorPane</A>
<DD>Gets the accessibleDescription property of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the accessible description of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleDescription()"><B>getAccessibleDescription()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the 0-based index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleIndexInParent()"><B>getAccessibleIndexInParent()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/SwingUtilities.html#getAccessibleIndexInParent(java.awt.Component)"><B>getAccessibleIndexInParent(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Get the index of this object in its accessible parent.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the accessibleName property of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JLabel.AccessibleJLabel.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.AccessibleJLabel.html">JLabel.AccessibleJLabel</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the accessible name of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleName()"><B>getAccessibleName()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the Accessible parent of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleParent()"><B>getAccessibleParent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the Accessible parent of this object.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JLabel.AccessibleJLabel.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.AccessibleJLabel.html">JLabel.AccessibleJLabel</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html">JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JToolTip.AccessibleJToolTip.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.AccessibleJToolTip.html">JToolTip.AccessibleJToolTip</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JDesktopPane.AccessibleJDesktopPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.AccessibleJDesktopPane.html">JDesktopPane.AccessibleJDesktopPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JColorChooser.AccessibleJColorChooser.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.AccessibleJColorChooser.html">JColorChooser.AccessibleJColorChooser</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JPasswordField.AccessibleJPasswordField.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.AccessibleJPasswordField.html">JPasswordField.AccessibleJPasswordField</A>
<DD>Gets the role of this object.
<DT><A HREF="../javax/swing/JToolBar.AccessibleJToolBar.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.AccessibleJToolBar.html">JToolBar.AccessibleJToolBar</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JMenuItem.AccessibleJMenuItem.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.AccessibleJMenuItem.html">JMenuItem.AccessibleJMenuItem</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem.html">JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JToggleButton.AccessibleJToggleButton.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToggleButton.AccessibleJToggleButton.html">JToggleButton.AccessibleJToggleButton</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JCheckBox.AccessibleJCheckBox.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBox.AccessibleJCheckBox.html">JCheckBox.AccessibleJCheckBox</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JViewport.AccessibleJViewport.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.AccessibleJViewport.html">JViewport.AccessibleJViewport</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem.html">JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html">JMenuBar.AccessibleJMenuBar</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JFileChooser.AccessibleJFileChooser.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.AccessibleJFileChooser.html">JFileChooser.AccessibleJFileChooser</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JScrollPane.AccessibleJScrollPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.AccessibleJScrollPane.html">JScrollPane.AccessibleJScrollPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JPopupMenu.AccessibleJPopupMenu.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.AccessibleJPopupMenu.html">JPopupMenu.AccessibleJPopupMenu</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JSeparator.AccessibleJSeparator.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSeparator.AccessibleJSeparator.html">JSeparator.AccessibleJSeparator</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JRadioButton.AccessibleJRadioButton.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButton.AccessibleJRadioButton.html">JRadioButton.AccessibleJRadioButton</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JOptionPane.AccessibleJOptionPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.AccessibleJOptionPane.html">JOptionPane.AccessibleJOptionPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JRootPane.AccessibleJRootPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.AccessibleJRootPane.html">JRootPane.AccessibleJRootPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the role of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the role of this object.
<DT><A HREF="../javax/swing/JLayeredPane.AccessibleJLayeredPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.AccessibleJLayeredPane.html">JLayeredPane.AccessibleJLayeredPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JButton.AccessibleJButton.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JButton.AccessibleJButton.html">JButton.AccessibleJButton</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.AccessibleJComboBox.html">JComboBox.AccessibleJComboBox</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JPanel.AccessibleJPanel.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPanel.AccessibleJPanel.html">JPanel.AccessibleJPanel</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.html">JTableHeader.AccessibleJTableHeader</A>
<DD>Get the role of this object.
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getAccessibleRole()"><B>getAccessibleRole()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Gets the role of this object.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the AccessibleSelection associated with this object which allows its
 Accessible children to be selected.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html">JMenuBar.AccessibleJMenuBar</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Get the AccessibleSelection associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleSelection()"><B>getAccessibleSelection()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleSelection.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleSelection.html">AccessibleSelection</A>
<DD>Returns an Accessible representing the specified selected child
 in the object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Returns an Accessible representing the specified selected item
 in the object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Returns an Accessible representing the specified selected item
 in the object.
<DT><A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html">JMenuBar.AccessibleJMenuBar</A>
<DD>Returns the currently selected menu if one is selected, 
 otherwise null.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Returns the currently selected sub-menu if one is selected,
 otherwise null (there can only be one selection, and it can
 only be a sub-menu, as otherwise menu items don't remain
 selected).
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Returns an Accessible representing the specified selected child
 in the object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleSelection(int)"><B>getAccessibleSelection(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Returns an Accessible representing the specified selected item
 in the object.
<DT><A HREF="../javax/accessibility/AccessibleSelection.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleSelection.html">AccessibleSelection</A>
<DD>Returns the number of Accessible children currently selected.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.html">JTree.AccessibleJTree</A>
<DD>Returns the number of items currently selected.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Returns the number of items currently selected.
<DT><A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html">JMenuBar.AccessibleJMenuBar</A>
<DD>Returns 1 if a menu is currently selected in this menu bar.
<DT><A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.AccessibleJTabbedPane.html">JTabbedPane.AccessibleJTabbedPane</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenu.AccessibleJMenu.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.AccessibleJMenu.html">JMenu.AccessibleJMenu</A>
<DD>Returns 1 if a sub-menu is currently selected in this menu.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.html">JTable.AccessibleJTable</A>
<DD>Returns the number of Accessible children currently selected.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleSelectionCount()"><B>getAccessibleSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Returns the number of items currently selected.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JTextField.AccessibleJTextField.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.AccessibleJTextField.html">JTextField.AccessibleJTextField</A>
<DD>Gets the state set of this object.
<DT><A HREF="../javax/swing/JToolBar.AccessibleJToolBar.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.AccessibleJToolBar.html">JToolBar.AccessibleJToolBar</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JEditorPane.AccessibleJEditorPane.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.AccessibleJEditorPane.html">JEditorPane.AccessibleJEditorPane</A>
<DD>Gets the state set of this object.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.AccessibleJMenuBar.html">JMenuBar.AccessibleJMenuBar</A>
<DD>Get the accessible state set of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JTextArea.AccessibleJTextArea.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.AccessibleJTextArea.html">JTextArea.AccessibleJTextArea</A>
<DD>Gets the state set of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the state of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the state of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.html">JList.AccessibleJList</A>
<DD>Get the state set of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getAccessibleStateSet()"><B>getAccessibleStateSet()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Gets the state set of the JTextComponent.
<DT><A HREF="../javax/swing/SwingUtilities.html#getAccessibleStateSet(java.awt.Component)"><B>getAccessibleStateSet(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Get the state of this object.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the AccessibleText associated with this object presently editable
 text on the display.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleText associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JEditorPane.AccessibleJEditorPaneHTML.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.AccessibleJEditorPaneHTML.html">JEditorPane.AccessibleJEditorPaneHTML</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleText associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getAccessibleText()"><B>getAccessibleText()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Gets the AccessibleText interface associated with this object.
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Get the AccessibleValue associated with this object that supports a 
 Numerical value.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html">JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the AccessibleValue associated with this object if one
 exists.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getAccessibleValue()"><B>getAccessibleValue()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getAccessory()"><B>getAccessory()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Return the accessory component.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getAccessoryPanel()"><B>getAccessoryPanel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Keymap.html#getAction(javax.swing.KeyStroke)"><B>getAction(KeyStroke)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches the action appropriate for the given symbolic
 event sequence.
<DT><A HREF="../javax/swing/AbstractButton.html#getActionCommand()"><B>getActionCommand()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the action command for this button.
<DT><A HREF="../javax/swing/ButtonModel.html#getActionCommand()"><B>getActionCommand()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ButtonModel.html">ButtonModel</A>
<DD>Returns the action command for this button.
<DT><A HREF="../javax/swing/JComboBox.html#getActionCommand()"><B>getActionCommand()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the action commnand that is included in the event sent to
  action listeners.
<DT><A HREF="../javax/swing/DefaultButtonModel.html#getActionCommand()"><B>getActionCommand()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultButtonModel.html">DefaultButtonModel</A>
<DD>Returns the action command for this button.
<DT><A HREF="../javax/swing/JComponent.html#getActionForKeyStroke(javax.swing.KeyStroke)"><B>getActionForKeyStroke(KeyStroke)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the object that will perform the action registered for a
 given keystroke.
<DT><A HREF="../javax/swing/JTextField.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Fetches the command list for the editor.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the command list for the editor.
<DT><A HREF="../javax/swing/text/EditorKit.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/EditorKit.html">EditorKit</A>
<DD>Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit.
<DT><A HREF="../javax/swing/text/DefaultEditorKit.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultEditorKit.html">DefaultEditorKit</A>
<DD>Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit.
<DT><A HREF="../javax/swing/text/StyledEditorKit.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A>
<DD>Fetches the command list for the editor.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.html#getActions()"><B>getActions()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.html">HTMLEditorKit</A>
<DD>Fetches the command list for the editor.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html#getAdditionalHeight()"><B>getAdditionalHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html">MetalIconFactory.FolderIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeFolderIcon.html#getAdditionalHeight()"><B>getAdditionalHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeFolderIcon.html">MetalIconFactory.TreeFolderIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html#getAdditionalHeight()"><B>getAdditionalHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html">MetalIconFactory.FileIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeLeafIcon.html#getAdditionalHeight()"><B>getAdditionalHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeLeafIcon.html">MetalIconFactory.TreeLeafIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleText.html#getAfterIndex(int, int)"><B>getAfterIndex(int, int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the String after a given index.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getAfterIndex(int, int)"><B>getAfterIndex(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the String after a given index.
<DT><A HREF="../javax/swing/SizeRequirements.html#getAlignedSizeRequirements(javax.swing.SizeRequirements[])"><B>getAlignedSizeRequirements(SizeRequirements[])</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SizeRequirements.html">SizeRequirements</A>
<DD>Determines the total space necessary to
 align a set of components.
<DT><A HREF="../javax/swing/text/TabStop.html#getAlignment()"><B>getAlignment()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabStop.html">TabStop</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyleConstants.html#getAlignment(javax.swing.text.AttributeSet)"><B>getAlignment(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the alignment setting.
<DT><A HREF="../javax/swing/text/View.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/IconView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/IconView.html">IconView</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/LabelView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/BoxView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/ComponentView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ComponentView.html">ComponentView</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Determines the desired alignment for this view along an
 axis.
<DT><A HREF="../javax/swing/text/html/BlockView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/BlockView.html">BlockView</A>
<DD>Gets the alignment.
<DT><A HREF="../javax/swing/text/html/ListView.html#getAlignment(int)"><B>getAlignment(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ListView.html">ListView</A>
<DD>Calculates the desired shape of the list.
<DT><A HREF="../javax/swing/JComponent.html#getAlignmentX()"><B>getAlignmentX()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Overrides <code>Container.getAlignmentX</code> to return
 the vertical alignment.
<DT><A HREF="../javax/swing/JComponent.html#getAlignmentY()"><B>getAlignmentY()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Overrides <code>Container.getAlignmentY</code> to return
 the horizontal alignment.
<DT><A HREF="../javax/swing/text/html/CSS.html#getAllAttributeKeys()"><B>getAllAttributeKeys()</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/CSS.html">CSS</A>
<DD>Return the set of all possible CSS attribute keys.
<DT><A HREF="../javax/swing/text/html/HTML.html#getAllAttributeKeys()"><B>getAllAttributeKeys()</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.html">HTML</A>
<DD>This is the set of html attributes recognized.
<DT><A HREF="../javax/swing/JDesktopPane.html#getAllFrames()"><B>getAllFrames()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Returns all JInternalFrames currently displayed in the
 desktop.
<DT><A HREF="../javax/swing/JDesktopPane.html#getAllFramesInLayer(int)"><B>getAllFramesInLayer(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Returns all JInternalFrames currently displayed in the
 specified layer of the desktop.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getAllowsChildren()"><B>getAllowsChildren()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Returns true if the receiver allows children.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getAllowsChildren()"><B>getAllowsChildren()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Returns true if the receiver allows children.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getAllowsChildren()"><B>getAllowsChildren()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Returns true if the receiver allows children.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getAllowsChildren()"><B>getAllowsChildren()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns true if this node is allowed to have children.
<DT><A HREF="../javax/swing/tree/TreeNode.html#getAllowsChildren()"><B>getAllowsChildren()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeNode.html">TreeNode</A>
<DD>Returns true if the receiver allows children.
<DT><A HREF="../javax/swing/text/html/HTML.html#getAllTags()"><B>getAllTags()</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.html">HTML</A>
<DD>This is the set of actual html tags that
 are known about the the default html reader.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getAmountFull(java.awt.Insets, int, int)"><B>getAmountFull(Insets, int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>This determines the amount of the progress bar that should be filled
 based on the percent done gathered from the model.
<DT><A HREF="../javax/swing/event/AncestorEvent.html#getAncestor()"><B>getAncestor()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/AncestorEvent.html">AncestorEvent</A>
<DD>Returns the ancestor that the event actually occured on.
<DT><A HREF="../javax/swing/SwingUtilities.html#getAncestorNamed(java.lang.String, java.awt.Component)"><B>getAncestorNamed(String, Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Convenience method for searching above <code>comp</code> in the
 component hierarchy and returns the first object of <code>name</code> it
 finds.
<DT><A HREF="../javax/swing/SwingUtilities.html#getAncestorOfClass(java.lang.Class, java.awt.Component)"><B>getAncestorOfClass(Class, Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Convenience method for searching above <code>comp</code> in the
 component hierarchy and returns the first object of class <code>c</code> it
 finds.
<DT><A HREF="../javax/swing/event/AncestorEvent.html#getAncestorParent()"><B>getAncestorParent()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/AncestorEvent.html">AncestorEvent</A>
<DD>Returns the parent of the ancestor the event actually occured on.
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getAnchorSelectionIndex()"><B>getAnchorSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListSelectionModel.html#getAnchorSelectionIndex()"><B>getAnchorSelectionIndex()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Return the first index argument from the most recent
 call to setSelectionInterval() or addSelectionInterval().
<DT><A HREF="../javax/swing/JList.html#getAnchorSelectionIndex()"><B>getAnchorSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the first index argument from the most recent addSelectionInterval
 or setSelectionInterval call.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getApproveButton(javax.swing.JFileChooser)"><B>getApproveButton(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getApproveButton(javax.swing.JFileChooser)"><B>getApproveButton(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getApproveButtonMnemonic()"><B>getApproveButtonMnemonic()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the approve button's mnemonic.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getApproveButtonMnemonic(javax.swing.JFileChooser)"><B>getApproveButtonMnemonic(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getApproveButtonText()"><B>getApproveButtonText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the text used in the ApproveButton in the FileChooserUI.
<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#getApproveButtonText(javax.swing.JFileChooser)"><B>getApproveButtonText(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getApproveButtonText(javax.swing.JFileChooser)"><B>getApproveButtonText(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getApproveButtonText(javax.swing.JFileChooser)"><B>getApproveButtonText(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getApproveButtonText on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JFileChooser.html#getApproveButtonToolTipText()"><B>getApproveButtonToolTipText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the tooltip text used in the ApproveButton.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getApproveButtonToolTipText(javax.swing.JFileChooser)"><B>getApproveButtonToolTipText(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getApproveSelectionAction()"><B>getApproveSelectionAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getArray()"><B>getArray()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the array of characters.
<DT><A HREF="../javax/swing/text/GapContent.html#getArrayLength()"><B>getArrayLength()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Get the length of the allocated array.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getAsynchronousLoadPriority()"><B>getAsynchronousLoadPriority()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Get the asynchronous loading priority.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getAtIndex(int, int)"><B>getAtIndex(int, int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the String at a given index.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getAtIndex(int, int)"><B>getAtIndex(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the String at a given index.
<DT><A HREF="../javax/swing/text/AttributeSet.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AttributeSet.html">AttributeSet</A>
<DD>Fetches the value of the given attribute.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the value of an attribute.
<DT><A HREF="../javax/swing/text/SimpleAttributeSet.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/SimpleAttributeSet.html">SimpleAttributeSet</A>
<DD>Gets the value of an attribute.
<DT><A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html">StyleContext.SmallAttributeSet</A>
<DD>Gets the value of an attribute.
<DT><A HREF="../javax/swing/text/StyleContext.NamedStyle.html#getAttribute(java.lang.Object)"><B>getAttribute(Object)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.NamedStyle.html">StyleContext.NamedStyle</A>
<DD>Gets the value of an attribute.
<DT><A HREF="../javax/swing/text/html/CSS.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/CSS.html">CSS</A>
<DD>Translate a string to a CSS.Attribute object.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getAttributeContext()"><B>getAttributeContext()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Fetches the context for managing attributes.
<DT><A HREF="../javax/swing/text/AttributeSet.html#getAttributeCount()"><B>getAttributeCount()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AttributeSet.html">AttributeSet</A>
<DD>Returns the number of attributes contained in this set.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributeCount()"><B>getAttributeCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the number of attributes that are defined.
<DT><A HREF="../javax/swing/text/SimpleAttributeSet.html#getAttributeCount()"><B>getAttributeCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/SimpleAttributeSet.html">SimpleAttributeSet</A>
<DD>Gets a count of the number of attributes.
<DT><A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html#getAttributeCount()"><B>getAttributeCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html">StyleContext.SmallAttributeSet</A>
<DD>Gets the number of attributes that are defined.
<DT><A HREF="../javax/swing/text/StyleContext.NamedStyle.html#getAttributeCount()"><B>getAttributeCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.NamedStyle.html">StyleContext.NamedStyle</A>
<DD>Gets the number of attributes that are defined.
<DT><A HREF="../javax/swing/text/html/HTML.html#getAttributeKey(java.lang.String)"><B>getAttributeKey(String)</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.html">HTML</A>
<DD>Fetch an attribute constant for a well-known attribute name
 (i.e.
<DT><A HREF="../javax/swing/text/AttributeSet.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AttributeSet.html">AttributeSet</A>
<DD>Returns an enumeration over the names of the attributes in the set.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the names of all attributes.
<DT><A HREF="../javax/swing/text/SimpleAttributeSet.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/SimpleAttributeSet.html">SimpleAttributeSet</A>
<DD>Gets the names of the attributes in the set.
<DT><A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html">StyleContext.SmallAttributeSet</A>
<DD>Gets the names of all attributes.
<DT><A HREF="../javax/swing/text/StyleContext.NamedStyle.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.NamedStyle.html">StyleContext.NamedStyle</A>
<DD>Gets the names of all attributes.
<DT><A HREF="../javax/swing/text/View.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the attributes to use when rendering.
<DT><A HREF="../javax/swing/text/Element.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the collection of attributes this element contains.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the attributes for the element.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the element attributes.
<DT><A HREF="../javax/swing/text/html/ParagraphView.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ParagraphView.html">ParagraphView</A>
<DD>Fetches the attributes to use when rendering.
<DT><A HREF="../javax/swing/text/html/Option.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/Option.html">Option</A>
<DD>Fetch the attributes associated with this option.
<DT><A HREF="../javax/swing/text/html/BlockView.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/BlockView.html">BlockView</A>
<DD>Fetches the attributes to use when rendering.
<DT><A HREF="../javax/swing/text/html/InlineView.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/InlineView.html">InlineView</A>
<DD>Fetches the attributes to use when rendering.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html#getAttributes()"><B>getAttributes()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html">HTMLDocument.Iterator</A>
<DD>Fetch the attributes for this tag.
<DT><A HREF="../javax/swing/JTable.html#getAutoCreateColumnsFromModel()"><B>getAutoCreateColumnsFromModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns whether the table will create default columns from the model.
<DT><A HREF="../javax/swing/JTable.html#getAutoResizeMode()"><B>getAutoResizeMode()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns auto resize mode of the table.
<DT><A HREF="../javax/swing/JComponent.html#getAutoscrolls()"><B>getAutoscrolls()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns <i>true</i> if this component automatically scrolls its
 contents when dragged, (when contained in a component that supports
 scrolling, like JViewport
<DT><A HREF="../javax/swing/UIManager.html#getAuxiliaryLookAndFeels()"><B>getAuxiliaryLookAndFeels()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Return the list of auxiliary look and feels (can be null).
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getAvailableSize(java.awt.Dimension, java.awt.Insets)"><B>getAvailableSize(Dimension, Insets)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the available width based on the container size and
 Insets.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html#getAvailableSize(java.awt.Dimension, java.awt.Insets)"><B>getAvailableSize(Dimension, Insets)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html">BasicSplitPaneUI.BasicVerticalLayoutManager</A>
<DD>Returns the available height based on the container size and
 Insets.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getBackground()"><B>getBackground()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JInternalFrame.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the background color of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the background color of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the background color of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getBackground()"><B>getBackground()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyleConstants.html#getBackground(javax.swing.text.AttributeSet)"><B>getBackground(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the background color setting from the attribute list.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getBackground(javax.swing.text.AttributeSet)"><B>getBackground(AttributeSet)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Takes a set of attributes and turn it into a background color
 specification.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getBackground(javax.swing.text.AttributeSet)"><B>getBackground(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets the background color from an attribute set.
<DT><A HREF="../javax/swing/text/StyleContext.html#getBackground(javax.swing.text.AttributeSet)"><B>getBackground(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Takes a set of attributes and turn it into a background color
 specification.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getBackground(javax.swing.text.AttributeSet)"><B>getBackground(AttributeSet)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Takes a set of attributes and turn it into a background color
 specification.
<DT><A HREF="../javax/swing/JTabbedPane.html#getBackgroundAt(int)"><B>getBackgroundAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab background color at <i>index</i>.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getBackgroundNonSelectionColor()"><B>getBackgroundNonSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the background color to be used for non selected nodes.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getBackgroundSelectionColor()"><B>getBackgroundSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the color to use for the background if node is selected.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getBase()"><B>getBase()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Get the location to resolve relative url's against.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#getBasicSplitPaneUI()"><B>getBasicSplitPaneUI()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A>
<DD>Returns the <code>SplitPaneUI</code> the receiver is currently
 in.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getBeforeIndex(int, int)"><B>getBeforeIndex(int, int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the String before a given index.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getBeforeIndex(int, int)"><B>getBeforeIndex(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the String before a given index.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getBevelType()"><B>getBevelType()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the type of the bevel border.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getBidiLevel(javax.swing.text.AttributeSet)"><B>getBidiLevel(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the BidiLevel setting.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getBidiRootElement()"><B>getBidiRootElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Returns the root element of the bidirectional structure for this
 document.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getBlack()"><B>getBlack()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getBlack()"><B>getBlack()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/BorderUIResource.html#getBlackLineBorderUIResource()"><B>getBlackLineBorderUIResource()</B></A> - 
Static method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/BorderUIResource.html">BorderUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Caret.html#getBlinkRate()"><B>getBlinkRate()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Caret.html">Caret</A>
<DD>Gets the blink rate of the caret.
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getBlinkRate()"><B>getBlinkRate()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Gets the caret blink rate.
<DT><A HREF="../javax/swing/JScrollBar.html#getBlockIncrement()"><B>getBlockIncrement()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>For backwards compatibility with java.awt.Scrollbar.
<DT><A HREF="../javax/swing/JScrollBar.html#getBlockIncrement(int)"><B>getBlockIncrement(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the amount to change the scrollbar's value by,
 given a block (usually "page") up/down request.
<DT><A HREF="../javax/swing/JScrollPane.ScrollBar.html#getBlockIncrement(int)"><B>getBlockIncrement(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.ScrollBar.html">JScrollPane.ScrollBar</A>
<DD>If the viewports view is a Scrollable then ask the
 view to compute the block increment.
<DT><A HREF="../javax/swing/JComponent.html#getBorder()"><B>getBorder()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the border of this component or null if no border is
 currently set.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getBorder()"><B>getBorder()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the border of the titled border.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html#getBorder()"><B>getBorder()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html">DefaultTreeCellEditor.DefaultTextField</A>
<DD>Overrides <code>JComponent.getBorder</code> to
 returns the current border.
<DT><A HREF="../javax/swing/UIManager.html#getBorder(java.lang.Object)"><B>getBorder(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns a border from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getBorder(java.lang.Object)"><B>getBorder(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Border return it, otherwise
 return null.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html#getBorderColor()"><B>getBorderColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html">BasicToolBarUI.DragWindow</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/AbstractBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/AbstractBorder.html">AbstractBorder</A>
<DD>This default implementation returns the value of getBorderMargins.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/LineBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/LineBorder.html">LineBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/EmptyBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EmptyBorder.html">EmptyBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/CompoundBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/CompoundBorder.html">CompoundBorder</A>
<DD>Returns the insets of the composite border by adding
 the insets of the outside border to the insets of the
 inside border.
<DT><A HREF="../javax/swing/border/Border.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in interface javax.swing.border.<A HREF="../javax/swing/border/Border.html">Border</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/MatteBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/MatteBorder.html">MatteBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/EtchedBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/border/SoftBevelBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/SoftBevelBorder.html">SoftBevelBorder</A>
<DD>Returns the insets of the border.
<DT><A HREF="../javax/swing/plaf/BorderUIResource.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/BorderUIResource.html">BorderUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.ButtonBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.ButtonBorder.html">BasicBorders.ButtonBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.ToggleButtonBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.ToggleButtonBorder.html">BasicBorders.ToggleButtonBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.RadioButtonBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.RadioButtonBorder.html">BasicBorders.RadioButtonBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.MenuBarBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.MenuBarBorder.html">BasicBorders.MenuBarBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.MarginBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.MarginBorder.html">BasicBorders.MarginBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.FieldBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.FieldBorder.html">BasicBorders.FieldBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicBorders.SplitPaneBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicBorders.SplitPaneBorder.html">BasicBorders.SplitPaneBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.Flush3DBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.Flush3DBorder.html">MetalBorders.Flush3DBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.ButtonBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.ButtonBorder.html">MetalBorders.ButtonBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.InternalFrameBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.InternalFrameBorder.html">MetalBorders.InternalFrameBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.MenuBarBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.MenuBarBorder.html">MetalBorders.MenuBarBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.MenuItemBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.MenuItemBorder.html">MetalBorders.MenuItemBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.PopupMenuBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.PopupMenuBorder.html">MetalBorders.PopupMenuBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.ToolBarBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.ToolBarBorder.html">MetalBorders.ToolBarBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalBorders.ScrollPaneBorder.html#getBorderInsets(java.awt.Component)"><B>getBorderInsets(Component)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalBorders.ScrollPaneBorder.html">MetalBorders.ScrollPaneBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/AbstractBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/AbstractBorder.html">AbstractBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/LineBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/LineBorder.html">LineBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/EmptyBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EmptyBorder.html">EmptyBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/CompoundBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/CompoundBorder.html">CompoundBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/border/EtchedBorder.html#getBorderInsets(java.awt.Component, java.awt.Insets)"><B>getBorderInsets(Component, Insets)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A>
<DD>Reinitialize the insets parameter with this Border's current Insets.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.html#getBorderSelectionColor()"><B>getBorderSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.html">DefaultTreeCellEditor</A>
<DD>Returns the color the border is drawn.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getBorderSelectionColor()"><B>getBorderSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the color the border is drawn.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getBorderTitle(javax.swing.border.Border)"><B>getBorderTitle(Border)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Recursively search through the border hierarchy (if it exists)
 for a TitledBorder with a non-null title.
<DT><A HREF="../javax/swing/JSplitPane.html#getBottomComponent()"><B>getBottomComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the component below, or to the right of the divider.
<DT><A HREF="../javax/swing/text/CompositeView.html#getBottomInset()"><B>getBottomInset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Gets the bottom inset.
<DT><A HREF="../javax/swing/text/Keymap.html#getBoundActions()"><B>getBoundActions()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches all of the actions defined in this keymap.
<DT><A HREF="../javax/swing/text/Keymap.html#getBoundKeyStrokes()"><B>getBoundKeyStrokes()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches all of the keystrokes in this map that
 are bound to some action.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getBounds()"><B>getBounds()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the bounds of this object in the form of a Rectangle
 object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Gets the bounds of this object in the form of a Rectangle object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getBounds()"><B>getBounds()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComponent.html#getBounds(java.awt.Rectangle)"><B>getBounds(Rectangle)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Store the bounds of this component into "return value" <b>rv</b> and
 return <b>rv</b>.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getBounds(javax.swing.tree.TreePath, java.awt.Rectangle)"><B>getBounds(TreePath, Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns a rectangle giving the bounds needed to draw path.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getBounds(javax.swing.tree.TreePath, java.awt.Rectangle)"><B>getBounds(TreePath, Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns a rectangle giving the bounds needed to draw path.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getBounds(javax.swing.tree.TreePath, java.awt.Rectangle)"><B>getBounds(TreePath, Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the Rectangle enclosing the label portion that the
 item identified by row will be drawn into.
<DT><A HREF="../javax/swing/JTabbedPane.html#getBoundsAt(int)"><B>getBoundsAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab bounds at <i>index</i>.
<DT><A HREF="../javax/swing/DefaultDesktopManager.html#getBoundsForIconOf(javax.swing.JInternalFrame)"><B>getBoundsForIconOf(JInternalFrame)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultDesktopManager.html">DefaultDesktopManager</A>
<DD>The iconifyFrame() code calls this to determine the proper bounds
 for the desktopIcon.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getBoxPainter(javax.swing.text.AttributeSet)"><B>getBoxPainter(AttributeSet)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch the box formatter to use for the given set
 of css attributes.
<DT><A HREF="../javax/swing/text/Utilities.html#getBreakLocation(javax.swing.text.Segment, java.awt.FontMetrics, int, int, javax.swing.text.TabExpander, int)"><B>getBreakLocation(Segment, FontMetrics, int, int, TabExpander, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determine where to break the given text to fit
 within the the given span.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getBreakWeight(int, float)"><B>getBreakWeight(int, float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Gets the break weight for a given location.
<DT><A HREF="../javax/swing/text/View.html#getBreakWeight(int, float, float)"><B>getBreakWeight(int, float, float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines how attractive a break opportunity in 
 this view is.
<DT><A HREF="../javax/swing/text/LabelView.html#getBreakWeight(int, float, float)"><B>getBreakWeight(int, float, float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Determines how attractive a break opportunity in 
 this view is.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getBreakWeight(int, float, float)"><B>getBreakWeight(int, float, float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Determines how attractive a break opportunity in 
 this view is.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getButtons()"><B>getButtons()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the buttons to display from the JOptionPane the receiver is
 providing the look and feel for.
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollButton.html#getButtonWidth()"><B>getButtonWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollButton.html">MetalScrollButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html#getCachedIcon(java.io.File)"><B>getCachedIcon(File)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html">BasicFileChooserUI.BasicFileView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getCancelSelectionAction()"><B>getCancelSelectionAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/JTextComponent.html#getCaret()"><B>getCaret()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the caret that allows text-oriented navigation over
 the view.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getCaretColor()"><B>getCaretColor()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the current color used to render the 
 caret.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getCaretPosition()"><B>getCaretPosition()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the zero-based offset of the caret.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getCaretPosition()"><B>getCaretPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the position of the text insertion caret for the 
 text component.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getCaretPosition()"><B>getCaretPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the zero-based offset of the caret.
<DT><A HREF="../javax/swing/JList.html#getCellBounds(int, int)"><B>getCellBounds(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the bounds of the specified range of items in JList
 coordinates, null if index isn't valid.
<DT><A HREF="../javax/swing/plaf/ListUI.html#getCellBounds(javax.swing.JList, int, int)"><B>getCellBounds(JList, int, int)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ListUI.html">ListUI</A>
<DD>Returns the bounds of the specified item in JList
 coordinates, null if index isn't valid.
<DT><A HREF="../javax/swing/plaf/basic/BasicListUI.html#getCellBounds(javax.swing.JList, int, int)"><B>getCellBounds(JList, int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicListUI.html">BasicListUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getCellBounds(javax.swing.JList, int, int)"><B>getCellBounds(JList, int, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getCellBounds on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTree.html#getCellEditor()"><B>getCellEditor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the editor used to edit entries in the tree.
<DT><A HREF="../javax/swing/JTable.html#getCellEditor()"><B>getCellEditor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Return the cellEditor.
<DT><A HREF="../javax/swing/table/TableColumn.html#getCellEditor()"><B>getCellEditor()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the <B>TableCellEditor</B> used by the <B>JTable</B> to draw
 values for this column.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getCellEditor()"><B>getCellEditor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.html#getCellEditor(int, int)"><B>getCellEditor(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Return an appropriate editor for the cell specified by this this row and
 column.
<DT><A HREF="../javax/swing/CellEditor.html#getCellEditorValue()"><B>getCellEditorValue()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/CellEditor.html">CellEditor</A>
<DD>Returns the value contained in the editor
<DT><A HREF="../javax/swing/DefaultCellEditor.html#getCellEditorValue()"><B>getCellEditorValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.html">DefaultCellEditor</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DefaultCellEditor.EditorDelegate.html#getCellEditorValue()"><B>getCellEditorValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.EditorDelegate.html">DefaultCellEditor.EditorDelegate</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.html#getCellEditorValue()"><B>getCellEditorValue()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.html">DefaultTreeCellEditor</A>
<DD>Returns the value currently being edited.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getCellLength()"><B>getCellLength()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>Returns the width (if HORIZONTAL) or height (if VERTICAL)
 of each of the indivdual cells/units to be rendered in the
 progress bar.
<DT><A HREF="../javax/swing/JTable.html#getCellRect(int, int, boolean)"><B>getCellRect(int, int, boolean)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns a rectangle locating the cell that lies at the intersection of
 <I>row</I> and <I>column</I>.
<DT><A HREF="../javax/swing/JTree.html#getCellRenderer()"><B>getCellRenderer()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the current TreeCellRenderer that is rendering each cell.
<DT><A HREF="../javax/swing/JList.html#getCellRenderer()"><B>getCellRenderer()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the object that renders the list items.
<DT><A HREF="../javax/swing/table/TableColumn.html#getCellRenderer()"><B>getCellRenderer()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the <B>TableCellRenderer</B> used by the <B>JTable</B> to draw
 values for this column.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getCellRenderer()"><B>getCellRenderer()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Return currentCellRenderer, which will either be the trees
 renderer, or defaultCellRenderer, which ever wasn't null.
<DT><A HREF="../javax/swing/JTable.html#getCellRenderer(int, int)"><B>getCellRenderer(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Return an appropriate renderer for the cell specified by this this row and
 column.
<DT><A HREF="../javax/swing/JTable.html#getCellSelectionEnabled()"><B>getCellSelectionEnabled()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns true if simultaneous row and column selections are allowed
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getCellSpacing()"><B>getCellSpacing()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>Returns the spacing between each of the cells/units in the
 progress bar.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html#getCentersChildren()"><B>getCentersChildren()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html">BasicOptionPaneUI.ButtonAreaLayout</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/DocumentEvent.html#getChange(javax.swing.text.Element)"><B>getChange(Element)</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.html">DocumentEvent</A>
<DD>Gets the change information for the given element.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getChange(javax.swing.text.Element)"><B>getChange(Element)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Gets the changes for an element.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getChangeToParentDirectoryAction()"><B>getChangeToParentDirectoryAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleText.html#getCharacterAttribute(int)"><B>getCharacterAttribute(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the AttributeSet for a given character at a given index
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getCharacterAttribute(int)"><B>getCharacterAttribute(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the AttributeSet for a given character (at a given index).
<DT><A HREF="../javax/swing/text/StyledEditorKit.html#getCharacterAttributeRun()"><B>getCharacterAttributeRun()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A>
<DD>Fetches the element representing the current
 run of character attributes for the caret.
<DT><A HREF="../javax/swing/JTextPane.html#getCharacterAttributes()"><B>getCharacterAttributes()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Fetches the character attributes in effect at the 
 current location of the caret, or null.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getCharacterBounds(int)"><B>getCharacterBounds(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Determine the bounding box of the character at the given 
 index into the string.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getCharacterBounds(int)"><B>getCharacterBounds(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Determines the bounding box of the character at the given
 index into the string.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getCharacterElement(int)"><B>getCharacterElement(int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Gets the element that represents the character that
 is at the given offset within the document.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getCharacterElement(int)"><B>getCharacterElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets a character element based on a position.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getCharCount()"><B>getCharCount()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Return the number of characters (valid indicies)
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getCharCount()"><B>getCharCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the number of characters (valid indicies)
<DT><A HREF="../javax/swing/text/AbstractDocument.Content.html#getChars(int, int, javax.swing.text.Segment)"><B>getChars(int, int, Segment)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.Content.html">AbstractDocument.Content</A>
<DD>Gets a sequence of characters and copies them into a Segment.
<DT><A HREF="../javax/swing/text/GapContent.html#getChars(int, int, javax.swing.text.Segment)"><B>getChars(int, int, Segment)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Retrieves a portion of the content.
<DT><A HREF="../javax/swing/text/StringContent.html#getChars(int, int, javax.swing.text.Segment)"><B>getChars(int, int, Segment)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StringContent.html">StringContent</A>
<DD>Retrieves a portion of the content.
<DT><A HREF="../javax/swing/text/ChangedCharSetException.html#getCharSetSpec()"><B>getCharSetSpec()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ChangedCharSetException.html">ChangedCharSetException</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getCheckBoxIcon()"><B>getCheckBoxIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getCheckBoxMenuItemIcon()"><B>getCheckBoxMenuItemIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getCheckBoxMenuItemIcon()"><B>getCheckBoxMenuItemIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getChild(java.lang.Object, int)"><B>getChild(Object, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Returns the child of <I>parent</I> at index <I>index</I> in the parent's
 child array.
<DT><A HREF="../javax/swing/tree/TreeModel.html#getChild(java.lang.Object, int)"><B>getChild(Object, int)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeModel.html">TreeModel</A>
<DD>Returns the child of <I>parent</I> at index <I>index</I> in the parent's
 child array.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getChildAfter(javax.swing.tree.TreeNode)"><B>getChildAfter(TreeNode)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the child in this node's child array that immediately
 follows <code>aChild</code>, which must be a child of this node.
<DT><A HREF="../javax/swing/text/View.html#getChildAllocation(int, java.awt.Shape)"><B>getChildAllocation(int, Shape)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the allocation for the given child view.
<DT><A HREF="../javax/swing/text/CompositeView.html#getChildAllocation(int, java.awt.Shape)"><B>getChildAllocation(int, Shape)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Fetches the allocation for the given child view.
<DT><A HREF="../javax/swing/JTree.DynamicUtilTreeNode.html#getChildAt(int)"><B>getChildAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.DynamicUtilTreeNode.html">JTree.DynamicUtilTreeNode</A>
<DD>Subclassed to load the children, if necessary.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getChildAt(int)"><B>getChildAt(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Returns the child <code>TreeNode</code> at index 
 <code>childIndex</code>.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getChildAt(int)"><B>getChildAt(int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the child at the specified index in this node's child array.
<DT><A HREF="../javax/swing/tree/TreeNode.html#getChildAt(int)"><B>getChildAt(int)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeNode.html">TreeNode</A>
<DD>Returns the child <code>TreeNode</code> at index 
 <code>childIndex</code>.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getChildBefore(javax.swing.tree.TreeNode)"><B>getChildBefore(TreeNode)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the child in this node's child array that immediately
 precedes <code>aChild</code>, which must be a child of this node.
<DT><A HREF="../javax/swing/JTree.DynamicUtilTreeNode.html#getChildCount()"><B>getChildCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.DynamicUtilTreeNode.html">JTree.DynamicUtilTreeNode</A>
<DD>Returns the number of child nodes.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getChildCount()"><B>getChildCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Returns the number of children <code>TreeNode</code>s the receiver
 contains.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getChildCount()"><B>getChildCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the number of children of this node.
<DT><A HREF="../javax/swing/tree/TreeNode.html#getChildCount()"><B>getChildCount()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeNode.html">TreeNode</A>
<DD>Returns the number of children <code>TreeNode</code>s the receiver
 contains.
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getChildCount(java.lang.Object)"><B>getChildCount(Object)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Returns the number of children of <I>parent</I>.
<DT><A HREF="../javax/swing/tree/TreeModel.html#getChildCount(java.lang.Object)"><B>getChildCount(Object)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeModel.html">TreeModel</A>
<DD>Returns the number of children of <I>parent</I>.
<DT><A HREF="../javax/swing/event/TreeModelEvent.html#getChildIndices()"><B>getChildIndices()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeModelEvent.html">TreeModelEvent</A>
<DD>Returns the values of the child indexes.
<DT><A HREF="../javax/swing/event/TreeModelEvent.html#getChildren()"><B>getChildren()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeModelEvent.html">TreeModelEvent</A>
<DD>Returns the objects that are children of the node identified by
 <code>getPath</code> at the locations specified by
 <code>getChildIndices</code>.
<DT><A HREF="../javax/swing/event/DocumentEvent.ElementChange.html#getChildrenAdded()"><B>getChildrenAdded()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.ElementChange.html">DocumentEvent.ElementChange</A>
<DD>Gets the child elements that were added to the given
 parent element.
<DT><A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html#getChildrenAdded()"><B>getChildrenAdded()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html">AbstractDocument.ElementEdit</A>
<DD>Gets a list of children that were added.
<DT><A HREF="../javax/swing/event/DocumentEvent.ElementChange.html#getChildrenRemoved()"><B>getChildrenRemoved()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.ElementChange.html">DocumentEvent.ElementChange</A>
<DD>Gets the child elements that were removed from the
 given parent element.
<DT><A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html#getChildrenRemoved()"><B>getChildrenRemoved()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html">AbstractDocument.ElementEdit</A>
<DD>Gets a list of children that were removed.
<DT><A HREF="../javax/swing/JFileChooser.html#getChoosableFileFilters()"><B>getChoosableFileFilters()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Gets the list of user choosable file filters
<DT><A HREF="../javax/swing/JColorChooser.html#getChooserPanels()"><B>getChooserPanels()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Returns the specified color panels.
<DT><A HREF="../javax/swing/UIManager.LookAndFeelInfo.html#getClassName()"><B>getClassName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIManager.LookAndFeelInfo.html">UIManager.LookAndFeelInfo</A>
<DD>Returns the name of the class that implements this look and feel.
<DT><A HREF="../javax/swing/DefaultCellEditor.html#getClickCountToStart()"><B>getClickCountToStart()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.html">DefaultCellEditor</A>
<DD>clickCountToStart controls the number of clicks required to start
  editing if the event passed to isCellEditable() or startCellEditing() is
  a MouseEvent.
<DT><A HREF="../javax/swing/JComponent.html#getClientProperty(java.lang.Object)"><B>getClientProperty(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the value of the property with the specified key.
<DT><A HREF="../javax/swing/DebugGraphics.html#getClip()"><B>getClip()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Overrides <code>Graphics.getClip</code>.
<DT><A HREF="../javax/swing/DebugGraphics.html#getClipBounds()"><B>getClipBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Overrides <code>Graphics.getClipBounds</code>.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getClosedIcon()"><B>getClosedIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the icon used to represent non-leaf nodes that are not
 expanded.
<DT><A HREF="../javax/swing/JTree.html#getClosestPathForLocation(int, int)"><B>getClosestPathForLocation(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getClosestPathForLocation(javax.swing.JTree, int, int)"><B>getClosestPathForLocation(JTree, int, int)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getClosestPathForLocation(javax.swing.JTree, int, int)"><B>getClosestPathForLocation(JTree, int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getClosestPathForLocation(javax.swing.JTree, int, int)"><B>getClosestPathForLocation(JTree, int, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getClosestPathForLocation on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getClosestPositionTo(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[], int, int)"><B>getClosestPositionTo(int, Position.Bias, Shape, int, Position.Bias[], int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Returns the closest model position to <code>x</code>.
<DT><A HREF="../javax/swing/JTree.html#getClosestRowForLocation(int, int)"><B>getClosestRowForLocation(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the row to the node that is closest to x,y.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getCollapsedIcon()"><B>getCollapsedIcon()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DebugGraphics.html#getColor()"><B>getColor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Returns the Color used for text drawing operations.
<DT><A HREF="../javax/swing/JColorChooser.html#getColor()"><B>getColor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Gets the current color value from the color chooser.
<DT><A HREF="../javax/swing/text/DefaultHighlighter.DefaultHighlightPainter.html#getColor()"><B>getColor()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultHighlighter.DefaultHighlightPainter.html">DefaultHighlighter.DefaultHighlightPainter</A>
<DD>Returns the color of the highlight.
<DT><A HREF="../javax/swing/UIManager.html#getColor(java.lang.Object)"><B>getColor(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns a drawing color from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getColor(java.lang.Object)"><B>getColor(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Color return it, otherwise
 return null.
<DT><A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html#getColorForGap(int, int, int)"><B>getColorForGap(int, int, int)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html">MetalTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html#getColorFromModel()"><B>getColorFromModel()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html">AbstractColorChooserPanel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html#getColorSelectionModel()"><B>getColorSelectionModel()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html">AbstractColorChooserPanel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/TableModelEvent.html#getColumn()"><B>getColumn()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableModelEvent.html">TableModelEvent</A>
<DD>Returns the column for the event.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumn(int)"><B>getColumn(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the <B>TableColumn</B> object for the column at <I>columnIndex</I>
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumn(int)"><B>getColumn(int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the <B>TableColumn</B> object for the column at <I>columnIndex</I>
<DT><A HREF="../javax/swing/JTable.html#getColumn(java.lang.Object)"><B>getColumn(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the <B>TableColumn</B> object for the column in the table
 whose identifier is equal to <I>identifier</I>, when compared using
 <I>equals()</I>.
<DT><A HREF="../javax/swing/JTable.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the type of the column at the specified view position.
<DT><A HREF="../javax/swing/table/AbstractTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/AbstractTableModel.html">AbstractTableModel</A>
<DD>Returns Object.class by default
<DT><A HREF="../javax/swing/table/TableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableModel.html">TableModel</A>
<DD>Returns the lowest common denominator Class in the column.
<DT><A HREF="../javax/swing/JTable.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the number of columns in the column model, note this may
 be different to the number of columns in the table model.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the number of columns in the receiver's table columns array.
<DT><A HREF="../javax/swing/table/DefaultTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A>
<DD>Returns the number of columns in this data table.
<DT><A HREF="../javax/swing/table/TableModel.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableModel.html">TableModel</A>
<DD>Returns the number of columns managed by the data source object.
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the number of columns in the model
<DT><A HREF="../javax/swing/text/TableView.TableCell.html#getColumnCount()"><B>getColumnCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableCell.html">TableView.TableCell</A>
<DD>Gets the number of columns this cell spans (e.g.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getColumnHeader()"><B>getColumnHeader()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the JViewport object that is the column header.
<DT><A HREF="../javax/swing/JScrollPane.html#getColumnHeader()"><B>getColumnHeader()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the column header.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumnIndex(java.lang.Object)"><B>getColumnIndex(Object)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the index of the first column in the receiver's
 columns array whose identifier is equal to <I>identifier</I>,
 when compared using <I>equals()</I>.
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumnIndex(java.lang.Object)"><B>getColumnIndex(Object)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the index of the first column in the receiver's
 columns array whose identifier is equal to <I>identifier</I>,
 when compared using <I>equals()</I>.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumnIndexAtX(int)"><B>getColumnIndexAtX(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the index of the column that lies on the <I>xPosition</I>,
 or -1 if it lies outside the any of the column's bounds.
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumnIndexAtX(int)"><B>getColumnIndexAtX(int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the index of the column that lies on the <I>xPosition</I>,
 or -1 if it lies outside the any of the column's bounds.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumnMargin()"><B>getColumnMargin()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the width margin for <B>TableColumn</B>.
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumnMargin()"><B>getColumnMargin()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the width margin between each column
<DT><A HREF="../javax/swing/JTable.html#getColumnModel()"><B>getColumnModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the <B>TableColumnModel</B> that contains all column inforamtion
 of this table.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getColumnModel()"><B>getColumnModel()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the <B>TableColumnModel</B> that contains all column inforamtion
 of this table header.
<DT><A HREF="../javax/swing/JTable.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the name of the column at the specified view position.
<DT><A HREF="../javax/swing/table/AbstractTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/AbstractTableModel.html">AbstractTableModel</A>
<DD>Return a default name for the column using spreadsheet conventions:
  A, B, C, ...
<DT><A HREF="../javax/swing/table/DefaultTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A>
<DD>Returns the column name.
<DT><A HREF="../javax/swing/table/TableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableModel.html">TableModel</A>
<DD>Returns the name of the column at <i>columnIndex</i>.
<DT><A HREF="../javax/swing/JTextField.html#getColumns()"><B>getColumns()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Returns the number of columns in this TextField.
<DT><A HREF="../javax/swing/JTextArea.html#getColumns()"><B>getColumns()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns the number of columns in the TextArea.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumns()"><B>getColumns()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns an Enumeration of all the columns in the model
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumns()"><B>getColumns()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns an Enumeration of all the columns in the model
<DT><A HREF="../javax/swing/JTable.html#getColumnSelectionAllowed()"><B>getColumnSelectionAllowed()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns true if columns can be selected.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getColumnSelectionAllowed()"><B>getColumnSelectionAllowed()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getColumnSelectionAllowed()"><B>getColumnSelectionAllowed()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns true if columns can be selected.
<DT><A HREF="../javax/swing/JTextField.html#getColumnWidth()"><B>getColumnWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Gets the column width.
<DT><A HREF="../javax/swing/JTextArea.html#getColumnWidth()"><B>getColumnWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Gets column width.
<DT><A HREF="../javax/swing/plaf/metal/MetalComboBoxButton.html#getComboBox()"><B>getComboBox()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalComboBoxButton.html">MetalComboBoxButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalComboBoxButton.html#getComboIcon()"><B>getComboIcon()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalComboBoxButton.html">MetalComboBoxButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JToolTip.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.html">JToolTip</A>
<DD>Returns the component the tooltip applies to.
<DT><A HREF="../javax/swing/MenuElement.html#getComponent()"><B>getComponent()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/MenuElement.html">MenuElement</A>
<DD>This method should return the java.awt.Component used to paint the receiving element.
<DT><A HREF="../javax/swing/JMenuItem.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.html">JMenuItem</A>
<DD>This method returns the java.awt.Component used to paint this object.
<DT><A HREF="../javax/swing/JMenuBar.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Implemented to be a MenuElement.
<DT><A HREF="../javax/swing/DefaultCellEditor.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.html">DefaultCellEditor</A>
<DD>Returns the a reference to the editor component.
<DT><A HREF="../javax/swing/JPopupMenu.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/Renderer.html#getComponent()"><B>getComponent()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Renderer.html">Renderer</A>
<DD>Returns the component used to render the value.
<DT><A HREF="../javax/swing/JMenu.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>This method returns the java.awt.Component used to paint this MenuElement.
<DT><A HREF="../javax/swing/event/AncestorEvent.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/AncestorEvent.html">AncestorEvent</A>
<DD>Returns the component that the listener was added to.
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Gets the text editor component that this caret is 
 is bound to.
<DT><A HREF="../javax/swing/text/ComponentView.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ComponentView.html">ComponentView</A>
<DD>Fetch the component associated with the view.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getComponent()"><B>getComponent()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Fetches the text component associated with this
 UI implementation.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getComponent(javax.swing.text.AttributeSet)"><B>getComponent(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the component setting from the attribute list.
<DT><A HREF="../javax/swing/DefaultFocusManager.html#getComponentAfter(java.awt.Container, java.awt.Component)"><B>getComponentAfter(Container, Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultFocusManager.html">DefaultFocusManager</A>
<DD>Return the component the should receive the focus after aComponent
<DT><A HREF="../javax/swing/JTabbedPane.html#getComponentAt(int)"><B>getComponentAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the component at <i>index</i>.
<DT><A HREF="../javax/swing/JToolBar.html#getComponentAtIndex(int)"><B>getComponentAtIndex(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the component at the specified index.
<DT><A HREF="../javax/swing/JMenuBar.html#getComponentAtIndex(int)"><B>getComponentAtIndex(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the component at the specified index.
<DT><A HREF="../javax/swing/JPopupMenu.html#getComponentAtIndex(int)"><B>getComponentAtIndex(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the component at the specified index.
<DT><A HREF="../javax/swing/DefaultFocusManager.html#getComponentBefore(java.awt.Container, java.awt.Component)"><B>getComponentBefore(Container, Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultFocusManager.html">DefaultFocusManager</A>
<DD>Return the component that should receive the focus before aComponent
<DT><A HREF="../javax/swing/JLayeredPane.html#getComponentCountInLayer(int)"><B>getComponentCountInLayer(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns the number of children currently in the specified layer.
<DT><A HREF="../javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)"><B>getComponentGraphics(Graphics)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the graphics object used to paint this component.
<DT><A HREF="../javax/swing/JToolBar.html#getComponentIndex(java.awt.Component)"><B>getComponentIndex(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the index of the specified component.
<DT><A HREF="../javax/swing/JMenuBar.html#getComponentIndex(java.awt.Component)"><B>getComponentIndex(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the index of the specified component.
<DT><A HREF="../javax/swing/JPopupMenu.html#getComponentIndex(java.awt.Component)"><B>getComponentIndex(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the index of the specified component.
<DT><A HREF="../javax/swing/JLayeredPane.html#getComponentsInLayer(int)"><B>getComponentsInLayer(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns an array of the components in the specified layer.
<DT><A HREF="../javax/swing/JLayeredPane.html#getComponentToLayer()"><B>getComponentToLayer()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns the hashtable that maps components to layers.
<DT><A HREF="../javax/swing/text/StyleContext.html#getCompressionThreshold()"><B>getCompressionThreshold()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Returns the maximum number of key/value pairs to try and 
 compress into unique/immutable sets.
<DT><A HREF="../javax/swing/JComponent.html#getConditionForKeyStroke(javax.swing.KeyStroke)"><B>getConditionForKeyStroke(KeyStroke)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the condition that determines whether a registered action
 occurs in response to the specified keystroke.
<DT><A HREF="../javax/swing/text/View.html#getContainer()"><B>getContainer()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the container hosting the view.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getContent()"><B>getContent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Gets the content for the document.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getContentBorderInsets(int)"><B>getContentBorderInsets(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JInternalFrame.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/RootPaneContainer.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/RootPaneContainer.html">RootPaneContainer</A>
<DD>Returns the contentPane.
<DT><A HREF="../javax/swing/JApplet.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Returns the contentPane object for this applet.
<DT><A HREF="../javax/swing/JWindow.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.html">JWindow</A>
<DD>Returns the contentPane object for this window.
<DT><A HREF="../javax/swing/JRootPane.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Returns the content pane -- the container that holds the components
 parented by the root pane.
<DT><A HREF="../javax/swing/JDialog.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the contentPane object for this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getContentPane()"><B>getContentPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the contentPane object for this frame.
<DT><A HREF="../javax/accessibility/AccessibleResourceBundle.html#getContents()"><B>getContents()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleResourceBundle.html">AccessibleResourceBundle</A>
<DD>Returns the mapping between the programmatic keys and the
 localized display strings.
<DT><A HREF="../javax/swing/JEditorPane.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Gets the type of content that this editor 
 is currently set to deal with.
<DT><A HREF="../javax/swing/text/EditorKit.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/EditorKit.html">EditorKit</A>
<DD>Gets the MIME type of the data that this
 kit represents support for.
<DT><A HREF="../javax/swing/text/DefaultEditorKit.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultEditorKit.html">DefaultEditorKit</A>
<DD>Gets the MIME type of the data that this
 kit represents support for.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.html#getContentType()"><B>getContentType()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.html">HTMLEditorKit</A>
<DD>Get the MIME type of the data that this
 kit represents support for.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControl()"><B>getControl()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControl()"><B>getControl()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlDarkShadow()"><B>getControlDarkShadow()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlDarkShadow()"><B>getControlDarkShadow()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlDisabled()"><B>getControlDisabled()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlDisabled()"><B>getControlDisabled()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlHighlight()"><B>getControlHighlight()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlHighlight()"><B>getControlHighlight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlInfo()"><B>getControlInfo()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlInfo()"><B>getControlInfo()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlShadow()"><B>getControlShadow()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlShadow()"><B>getControlShadow()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html#getControlSize()"><B>getControlSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html">MetalCheckBoxIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlTextColor()"><B>getControlTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlTextColor()"><B>getControlTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getControlTextFont()"><B>getControlTextFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getControlTextFont()"><B>getControlTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getControlTextFont()"><B>getControlTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getCorner(java.lang.String)"><B>getCorner(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the Component at the specified corner.
<DT><A HREF="../javax/swing/JScrollPane.html#getCorner(java.lang.String)"><B>getCorner(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the component at the specified corner.
<DT><A HREF="../javax/swing/UIManager.html#getCrossPlatformLookAndFeelClassName()"><B>getCrossPlatformLookAndFeelClassName()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns the name of the LookAndFeel class that implements
 the default cross platform look and feel, i.e.
<DT><A HREF="../javax/accessibility/AccessibleValue.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleValue.html">AccessibleValue</A>
<DD>Get the value of this object as a Number.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the accessible value of this object.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the value of this object as a Number.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html">JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon</A>
<DD>Get the value of this object as a Number.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the accessible value of this object.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the value of this object as a Number.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the accessible value of this object.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getCurrentAccessibleValue()"><B>getCurrentAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the accessible value of this object.
<DT><A HREF="../javax/swing/JFileChooser.html#getCurrentDirectory()"><B>getCurrentDirectory()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the current directory.
<DT><A HREF="../javax/swing/FocusManager.html#getCurrentManager()"><B>getCurrentManager()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/FocusManager.html">FocusManager</A>
<DD>Return the FocusManager for the calling thread 
  There is one FocusManager per thread group
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getCurrentWriter()"><B>getCurrentWriter()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Fetches the current writing thread if there is one.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getCursor()"><B>getCursor()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the Cursor of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the Cursor of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the Cursor of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getCursor()"><B>getCursor()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/DefaultTableModel.html#getDataVector()"><B>getDataVector()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A>
<DD>This returns the Vector of Vectors that contains the table's
  data values.
<DT><A HREF="../javax/swing/JComponent.html#getDebugGraphicsOptions()"><B>getDebugGraphicsOptions()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the state of graphics debugging.
<DT><A HREF="../javax/swing/DebugGraphics.html#getDebugOptions()"><B>getDebugOptions()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Returns the current debugging options for this DebugGraphics.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getDeclaration(java.lang.String)"><B>getDeclaration(String)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Translate a CSS declaration to an AttributeSet that represents
 the CSS declaration.
<DT><A HREF="../javax/swing/SwingUtilities.html#getDeepestComponentAt(java.awt.Component, int, int)"><B>getDeepestComponentAt(Component, int, int)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Returns the deepest visible descendent Component of <code>parent</code> 
 that contains the location <code>x</code>, <code>y</code>.
<DT><A HREF="../javax/swing/text/Keymap.html#getDefaultAction()"><B>getDefaultAction()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches the default action to fire if a 
 key is typed (i.e.
<DT><A HREF="../javax/swing/JRootPane.html#getDefaultButton()"><B>getDefaultButton()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Returns the current default button for this JRootPane.
<DT><A HREF="../javax/swing/colorchooser/ColorChooserComponentFactory.html#getDefaultChooserPanels()"><B>getDefaultChooserPanels()</B></A> - 
Static method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/ColorChooserComponentFactory.html">ColorChooserComponentFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getDefaultClosedIcon()"><B>getDefaultClosedIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the default icon used to represent non-leaf nodes that are not
 expanded.
<DT><A HREF="../javax/swing/JInternalFrame.html#getDefaultCloseOperation()"><B>getDefaultCloseOperation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the default operation which occurs when the user
 initiates a "close" on this window.
<DT><A HREF="../javax/swing/JDialog.html#getDefaultCloseOperation()"><B>getDefaultCloseOperation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the operation which occurs when the user
 initiates a "close" on this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getDefaultCloseOperation()"><B>getDefaultCloseOperation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the operation which occurs when the user
 initiates a "close" on this frame.
<DT><A HREF="../javax/swing/JTable.html#getDefaultEditor(java.lang.Class)"><B>getDefaultEditor(Class)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the editor to be used when no editor has been set in
 a TableColumn.
<DT><A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html#getDefaultIcon()"><B>getDefaultIcon()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html">BasicRadioButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getDefaultLeafIcon()"><B>getDefaultLeafIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the default icon used to represent leaf nodes.
<DT><A HREF="../javax/swing/JPopupMenu.html#getDefaultLightWeightPopupEnabled()"><B>getDefaultLightWeightPopupEnabled()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Return the default value for the <b>lightWeightPopupEnabled</b> 
  property.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getDefaultOpenIcon()"><B>getDefaultOpenIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the default icon used to represent non-leaf nodes that are expanded.
<DT><A HREF="../javax/swing/JTable.html#getDefaultRenderer(java.lang.Class)"><B>getDefaultRenderer(Class)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the renderer to be used when no renderer has been set in
 a TableColumn.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getDefaultRootElement()"><B>getDefaultRootElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Returns the root element that views should be based upon
 unless some other mechanism for assigning views to element
 structures is provided.
<DT><A HREF="../javax/swing/text/PlainDocument.html#getDefaultRootElement()"><B>getDefaultRootElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainDocument.html">PlainDocument</A>
<DD>Gets the default root element for the document model.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getDefaultRootElement()"><B>getDefaultRootElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets the default root element.
<DT><A HREF="../javax/swing/text/Document.html#getDefaultRootElement()"><B>getDefaultRootElement()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Returns the root element that views should be based upon,
 unless some other mechanism for assigning views to element
 structures is provided.
<DT><A HREF="../javax/swing/LookAndFeel.html#getDefaults()"><B>getDefaults()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/LookAndFeel.html">LookAndFeel</A>
<DD>This method is called once by UIManager.setLookAndFeel to create
 the look and feel specific defaults table.
<DT><A HREF="../javax/swing/UIManager.html#getDefaults()"><B>getDefaults()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns the default values for this look and feel.
<DT><A HREF="../javax/swing/plaf/basic/BasicLookAndFeel.html#getDefaults()"><B>getDefaults()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicLookAndFeel.html">BasicLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getDefaults()"><B>getDefaults()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html#getDefaults()"><B>getDefaults()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html">MultiLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getDefaultSize()"><B>getDefaultSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>Return the dimension the the combo box should have if by default
 if there is no current value and no value in the list of possible
 values.
<DT><A HREF="../javax/swing/text/StyleContext.html#getDefaultStyleContext()"><B>getDefaultStyleContext()</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Returns default AttributeContext shared by all documents that
 don't bother to define/supply their own context.
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getDefaultTextIconGap(javax.swing.AbstractButton)"><B>getDefaultTextIconGap(AbstractButton)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTree.html#getDefaultTreeModel()"><B>getDefaultTreeModel()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Creates and returns a sample TreeModel.
<DT><A HREF="../javax/swing/text/html/CSS.Attribute.html#getDefaultValue()"><B>getDefaultValue()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/CSS.Attribute.html">CSS.Attribute</A>
<DD>Fetch the default value for the attribute.
<DT><A HREF="../javax/swing/Timer.html#getDelay()"><B>getDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Timer.html">Timer</A>
<DD>Returns the Timer's delay.
<DT><A HREF="../javax/swing/JMenu.html#getDelay()"><B>getDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the suggested delay before the menu's PopupMenu is popped up or down.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getDepth()"><B>getDepth()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the depth of the tree rooted at this node -- the longest
 distance from this node to a leaf.
<DT><A HREF="../javax/swing/JTree.html#getDescendantToggledPaths(javax.swing.tree.TreePath)"><B>getDescendantToggledPaths(TreePath)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns an Enumeration of TreePaths that have been expanded that
 are descendants of <code>parent</code>.
<DT><A HREF="../javax/swing/LookAndFeel.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/LookAndFeel.html">LookAndFeel</A>
<DD>Return a one line description of this look and feel implementation, 
 e.g.
<DT><A HREF="../javax/swing/ImageIcon.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Get the description of the image.
<DT><A HREF="../javax/swing/filechooser/FileFilter.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileFilter.html">FileFilter</A>
<DD>The description of this filter.
<DT><A HREF="../javax/swing/event/HyperlinkEvent.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/HyperlinkEvent.html">HyperlinkEvent</A>
<DD>Get the description of the link as a string.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.AcceptAllFileFilter.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.AcceptAllFileFilter.html">BasicFileChooserUI.AcceptAllFileFilter</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html#getDescription()"><B>getDescription()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html">MultiLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getDescription(java.io.File)"><B>getDescription(File)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the file description.
<DT><A HREF="../javax/swing/filechooser/FileView.html#getDescription(java.io.File)"><B>getDescription(File)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A>
<DD>A human readable description of the file.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html#getDescription(java.io.File)"><B>getDescription(File)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html">BasicFileChooserUI.BasicFileView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getDesktopColor()"><B>getDesktopColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getDesktopColor()"><B>getDesktopColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JInternalFrame.html#getDesktopIcon()"><B>getDesktopIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the JDesktopIcon used when this JInternalFrame is iconified.
<DT><A HREF="../javax/swing/JDesktopPane.html#getDesktopManager()"><B>getDesktopManager()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Returns the DesktopManger that handles desktop-specific UI actions.
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getDesktopManager()"><B>getDesktopManager()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>Returns the proper DesktopManager.
<DT><A HREF="../javax/swing/JInternalFrame.html#getDesktopPane()"><B>getDesktopPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Convenience method that searchs the anscestor heirarchy for a 
 JDesktop instance.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html#getDesktopPane()"><B>getDesktopPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html">JInternalFrame.JDesktopIcon</A>
<DD>Convience method to ask the icon for the Desktop object
 it belongs to.
<DT><A HREF="../javax/swing/JOptionPane.html#getDesktopPaneForComponent(java.awt.Component)"><B>getDesktopPaneForComponent(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the specified component's desktop pane.
<DT><A HREF="../javax/swing/JFileChooser.html#getDialogTitle()"><B>getDialogTitle()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Gets the string that goes in the FileChooser's titlebar.
<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#getDialogTitle(javax.swing.JFileChooser)"><B>getDialogTitle(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getDialogTitle(javax.swing.JFileChooser)"><B>getDialogTitle(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>Returns the title of this dialog
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getDialogTitle(javax.swing.JFileChooser)"><B>getDialogTitle(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getDialogTitle on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JFileChooser.html#getDialogType()"><B>getDialogType()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the type of this dialog.
<DT><A HREF="../javax/swing/UIManager.html#getDimension(java.lang.Object)"><B>getDimension(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns a dimension from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getDimension(java.lang.Object)"><B>getDimension(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Dimension return it, otherwise
 return null.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getDirection()"><B>getDirection()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the direction.
<DT><A HREF="../javax/swing/plaf/basic/BasicArrowButton.html#getDirection()"><B>getDirection()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html#getDirectories()"><B>getDirectories()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html">BasicDirectoryModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getDirectoryName()"><B>getDirectoryName()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getDirectoryName()"><B>getDirectoryName()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/RepaintManager.html#getDirtyRegion(javax.swing.JComponent)"><B>getDirtyRegion(JComponent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/RepaintManager.html">RepaintManager</A>
<DD>Return the current dirty region for a component.
<DT><A HREF="../javax/swing/JLabel.html#getDisabledIcon()"><B>getDisabledIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the value of the disabledIcon property if it's been set,
 If it hasn't been set and the value of the icon property is
 an ImageIcon, we compute a "grayed out" version of the icon and
 update the disabledIcon property with that.
<DT><A HREF="../javax/swing/AbstractButton.html#getDisabledIcon()"><B>getDisabledIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the icon used by the button when it's disabled.
<DT><A HREF="../javax/swing/JTabbedPane.html#getDisabledIconAt(int)"><B>getDisabledIconAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab disabled icon at <i>index</i>.
<DT><A HREF="../javax/swing/AbstractButton.html#getDisabledSelectedIcon()"><B>getDisabledSelectedIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the icon used by the button when it's disabled and selected.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getDisabledTextColor()"><B>getDisabledTextColor()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the current color used to render the 
 selected text.
<DT><A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html#getDisabledTextColor()"><B>getDisabledTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html">MetalToggleButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html#getDisabledTextColor()"><B>getDisabledTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html">MetalRadioButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalButtonUI.html#getDisabledTextColor()"><B>getDisabledTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalButtonUI.html">MetalButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ToolTipManager.html#getDismissDelay()"><B>getDismissDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ToolTipManager.html">ToolTipManager</A>
<DD>Returns the dismisal delay value.
<DT><A HREF="../javax/swing/JLabel.html#getDisplayedMnemonic()"><B>getDisplayedMnemonic()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Return the keycode that indicates a mnemonic key.
<DT><A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html#getDisplayName()"><B>getDisplayName()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html">AbstractColorChooserPanel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getDisplaySize()"><B>getDisplaySize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getDivider()"><B>getDivider()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the divider between the top Components.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getDividerBorderSize()"><B>getDividerBorderSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the width of one side of the divider border.
<DT><A HREF="../javax/swing/JSplitPane.html#getDividerLocation()"><B>getDividerLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the location of the divider from the look and feel
 implementation.
<DT><A HREF="../javax/swing/plaf/SplitPaneUI.html#getDividerLocation(javax.swing.JSplitPane)"><B>getDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/SplitPaneUI.html">SplitPaneUI</A>
<DD>Returns the location of the divider.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getDividerLocation(javax.swing.JSplitPane)"><B>getDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the location of the divider.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getDividerLocation(javax.swing.JSplitPane)"><B>getDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getDividerLocation on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JSplitPane.html#getDividerSize()"><B>getDividerSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the size of the divider.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#getDividerSize()"><B>getDividerSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A>
<DD>Returns the size of the divider, that is the width if the splitpane
 is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html#getDockingColor()"><B>getDockingColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html">BasicToolBarUI</A>
<DD>Gets the color displayed when over a docking area
<DT><A HREF="../javax/swing/event/DocumentEvent.html#getDocument()"><B>getDocument()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.html">DocumentEvent</A>
<DD>Gets the document that sourced the change event.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getDocument()"><B>getDocument()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the model associated with the editor.
<DT><A HREF="../javax/swing/text/View.html#getDocument()"><B>getDocument()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the model associated with the view.
<DT><A HREF="../javax/swing/text/Element.html#getDocument()"><B>getDocument()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the document associated with this element.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getDocument()"><B>getDocument()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Retrieves the underlying model.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getDocument()"><B>getDocument()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Gets the document that sourced the change event.
<DT><A HREF="../javax/swing/text/AbstractWriter.html#getDocument()"><B>getDocument()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractWriter.html">AbstractWriter</A>
<DD>Fetches the document.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getDocumentProperties()"><B>getDocumentProperties()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Support for managing a set of properties.
<DT><A HREF="../javax/swing/event/CaretEvent.html#getDot()"><B>getDot()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/CaretEvent.html">CaretEvent</A>
<DD>Fetches the location of the caret.
<DT><A HREF="../javax/swing/text/Caret.html#getDot()"><B>getDot()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Caret.html">Caret</A>
<DD>Fetches the current position of the caret.
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getDot()"><B>getDot()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Fetches the current position of the caret.
<DT><A HREF="../javax/swing/RepaintManager.html#getDoubleBufferMaximumSize()"><B>getDoubleBufferMaximumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/RepaintManager.html">RepaintManager</A>
<DD>Returns the maximum double buffer size.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getDraggedColumn()"><B>getDraggedColumn()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the the dragged column, if and only if a drag is in
 process.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getDraggedDistance()"><B>getDraggedDistance()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the column's horizontal distance from its original
 position, if and only if a drag is in process.
<DT><A HREF="../javax/swing/text/DefaultHighlighter.html#getDrawsLayeredHighlights()"><B>getDrawsLayeredHighlights()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultHighlighter.html">DefaultHighlighter</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getEastPane()"><B>getEastPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JPasswordField.html#getEchoChar()"><B>getEchoChar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD>Returns the character to be used for echoing.
<DT><A HREF="../javax/swing/event/UndoableEditEvent.html#getEdit()"><B>getEdit()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/UndoableEditEvent.html">UndoableEditEvent</A>
<DD>Returns the edit value.
<DT><A HREF="../javax/swing/JTable.html#getEditingColumn()"><B>getEditingColumn()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>This returns the index of the editing column.
<DT><A HREF="../javax/swing/JTree.html#getEditingPath()"><B>getEditingPath()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path to the element that is currently being edited.
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getEditingPath(javax.swing.JTree)"><B>getEditingPath(JTree)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the path to the element that is being edited.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getEditingPath(javax.swing.JTree)"><B>getEditingPath(JTree)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the path to the element that is being edited.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getEditingPath(javax.swing.JTree)"><B>getEditingPath(JTree)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getEditingPath on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTable.html#getEditingRow()"><B>getEditingRow()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the index of the editing row.
<DT><A HREF="../javax/swing/JComboBox.html#getEditor()"><B>getEditor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the editor used to paint and edit the selected item in the JComboBox
 field.
<DT><A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html#getEditor(java.awt.event.ActionEvent)"><B>getEditor(ActionEvent)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html">StyledEditorKit.StyledTextAction</A>
<DD>Gets the target editor for an action.
<DT><A HREF="../javax/swing/ComboBoxEditor.html#getEditorComponent()"><B>getEditorComponent()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ComboBoxEditor.html">ComboBoxEditor</A>
<DD>Return the component that should be added to the tree hierarchy for
 this editor
<DT><A HREF="../javax/swing/JTable.html#getEditorComponent()"><B>getEditorComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>If the receiver is currently editing this will return the Component
 that was returned from the CellEditor.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxEditor.html#getEditorComponent()"><B>getEditorComponent()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxEditor.html">BasicComboBoxEditor</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JEditorPane.html#getEditorKit()"><B>getEditorKit()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Fetches the currently installed kit for handling
 content.
<DT><A HREF="../javax/swing/plaf/TextUI.html#getEditorKit(javax.swing.text.JTextComponent)"><B>getEditorKit(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TextUI.html">TextUI</A>
<DD>Fetches the binding of services that set a policy
 for the type of document being edited.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getEditorKit(javax.swing.text.JTextComponent)"><B>getEditorKit(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Fetches the EditorKit for the UI.
<DT><A HREF="../javax/swing/plaf/basic/BasicEditorPaneUI.html#getEditorKit(javax.swing.text.JTextComponent)"><B>getEditorKit(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicEditorPaneUI.html">BasicEditorPaneUI</A>
<DD>Fetches the EditorKit for the UI.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextPaneUI.html#getEditorKit(javax.swing.text.JTextComponent)"><B>getEditorKit(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextPaneUI.html">BasicTextPaneUI</A>
<DD>Fetches the EditorKit for the UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getEditorKit(javax.swing.text.JTextComponent)"><B>getEditorKit(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getEditorKit on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JEditorPane.html#getEditorKitForContentType(java.lang.String)"><B>getEditorKitForContentType(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Fetches the editor kit to use for the given type
 of content.
<DT><A HREF="../javax/swing/event/DocumentEvent.ElementChange.html#getElement()"><B>getElement()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.ElementChange.html">DocumentEvent.ElementChange</A>
<DD>Returns the element represented.
<DT><A HREF="../javax/swing/text/View.html#getElement()"><B>getElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the structural portion of the subject that this
 view is mapped to.
<DT><A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html#getElement()"><B>getElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html">AbstractDocument.ElementEdit</A>
<DD>Returns the underlying element.
<DT><A HREF="../javax/swing/text/Element.html#getElement(int)"><B>getElement(int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the child element at the given index.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getElement(int)"><B>getElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets a child element.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getElement(int)"><B>getElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets a child element.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getElement(int)"><B>getElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Gets a child element.
<DT><A HREF="../javax/swing/DefaultComboBoxModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultComboBoxModel.html">DefaultComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DefaultListModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListModel.html">DefaultListModel</A>
<DD>Returns the component at the specified index.
<DT><A HREF="../javax/swing/ListModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListModel.html">ListModel</A>
<DD>Returns the value at the specified index.
<DT><A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html">BasicDirectoryModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html">MetalFileChooserUI.DirectoryComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html#getElementAt(int)"><B>getElementAt(int)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html">MetalFileChooserUI.FilterComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Element.html#getElementCount()"><B>getElementCount()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Gets the number of child elements contained by this element.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getElementCount()"><B>getElementCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the number of children for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getElementCount()"><B>getElementCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets the number of children for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getElementCount()"><B>getElementCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Returns the number of child elements.
<DT><A HREF="../javax/swing/text/Element.html#getElementIndex(int)"><B>getElementIndex(int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Gets the child element index closest to the given offset.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getElementIndex(int)"><B>getElementIndex(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the child element index closest to the given model offset.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getElementIndex(int)"><B>getElementIndex(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets the child element index closest to the given model offset.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getElementIndex(int)"><B>getElementIndex(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Gets the child element index closest to the given model offset.
<DT><A HREF="../javax/swing/text/AbstractWriter.html#getElementIterator()"><B>getElementIterator()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractWriter.html">AbstractWriter</A>
<DD>Fetches the ElementIterator.
<DT><A HREF="../javax/swing/ButtonGroup.html#getElements()"><B>getElements()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ButtonGroup.html">ButtonGroup</A>
<DD>Return all the buttons that are participating in
 this group.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html#getElementsAt(javax.swing.text.html.HTMLDocument, int)"><B>getElementsAt(HTMLDocument, int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html">HTMLEditorKit.HTMLTextAction</A>
<DD>Returns an array of the Elements that contain <code>offset</code>.
<DT><A HREF="../javax/swing/text/AbstractDocument.AttributeContext.html#getEmptySet()"><B>getEmptySet()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AttributeContext.html">AbstractDocument.AttributeContext</A>
<DD>Fetches an empty AttributeSet.
<DT><A HREF="../javax/swing/text/StyleContext.html#getEmptySet()"><B>getEmptySet()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Fetches an empty AttributeSet.
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getEndIndex()"><B>getEndIndex()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Get the index with the hypertext document at which this
 link ends
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getEndIndex()"><B>getEndIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Get the index with the hypertext document at which this
 link ends
<DT><A HREF="../javax/swing/text/View.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the portion of the model that this view is
 responsible for.
<DT><A HREF="../javax/swing/text/Highlighter.Highlight.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Highlighter.Highlight.html">Highlighter.Highlight</A>
<DD>Gets the ending model offset for the highlight.
<DT><A HREF="../javax/swing/text/Element.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the offset from the beginning of the document
 that this element ends at.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the ending offset in the model for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets the ending offset in the model for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Gets the ending offset in the model for the element.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html#getEndOffset()"><B>getEndOffset()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html">HTMLDocument.Iterator</A>
<DD>End of the range for which the current occurence of
 the tag is defined and has the same attributes.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getEndPosition()"><B>getEndPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Returns a position that represents the end of the document.
<DT><A HREF="../javax/swing/text/Document.html#getEndPosition()"><B>getEndPosition()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Returns a position that represents the end of the document.
<DT><A HREF="../javax/swing/plaf/BorderUIResource.html#getEtchedBorderUIResource()"><B>getEtchedBorderUIResource()</B></A> - 
Static method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/BorderUIResource.html">BorderUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html#getEtchedInsets()"><B>getEtchedInsets()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html">BasicGraphicsUtils</A>
<DD>Returns the amount of space taken up by a border drawn by
 <code>drawEtchedRect()</code>
<DT><A HREF="../javax/swing/border/EtchedBorder.html#getEtchType()"><B>getEtchType()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A>
<DD>Returns which etch-type is set on the etched border.
<DT><A HREF="../javax/swing/event/HyperlinkEvent.html#getEventType()"><B>getEventType()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/HyperlinkEvent.html">HyperlinkEvent</A>
<DD>Gets the type of event.
<DT><A HREF="../javax/swing/JTree.html#getExpandedDescendants(javax.swing.tree.TreePath)"><B>getExpandedDescendants(TreePath)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns an Enumeration of the descendants of <code>path</code> that
 are currently expanded.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getExpandedIcon()"><B>getExpandedIcon()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getExpandedState(javax.swing.tree.TreePath)"><B>getExpandedState(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns true if the path is expanded, and visible.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getExpandedState(javax.swing.tree.TreePath)"><B>getExpandedState(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns true if the path is expanded, and visible.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getExpandedState(javax.swing.tree.TreePath)"><B>getExpandedState(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns true if the path is expanded, and visible.
<DT><A HREF="../javax/swing/JSlider.html#getExtent()"><B>getExtent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the "extent" -- the range of values "covered" by the knob.
<DT><A HREF="../javax/swing/BoundedRangeModel.html#getExtent()"><B>getExtent()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/BoundedRangeModel.html">BoundedRangeModel</A>
<DD>Returns the model's extent, the length of the inner range that
 begins at the model's value.
<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#getExtent()"><B>getExtent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A>
<DD>Return the model's extent.
<DT><A HREF="../javax/swing/JViewport.html#getExtentSize()"><B>getExtentSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Returns the size of the visible part of the view in view coordinates.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getFileChooser()"><B>getFileChooser()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getFileChooserDetailViewIcon()"><B>getFileChooserDetailViewIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getFileChooserHomeFolderIcon()"><B>getFileChooserHomeFolderIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getFileChooserListViewIcon()"><B>getFileChooserListViewIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getFileChooserNewFolderIcon()"><B>getFileChooserNewFolderIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getFileChooserUpFolderIcon()"><B>getFileChooserUpFolderIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getFileFilter()"><B>getFileFilter()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the currently selected file filter.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getFileName()"><B>getFileName()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getFileName()"><B>getFileName()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html#getFiles()"><B>getFiles()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html">BasicDirectoryModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#getFiles(java.io.File, boolean)"><B>getFiles(File, boolean)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>
<DD>gets the list of shown (i.e.
<DT><A HREF="../javax/swing/JFileChooser.html#getFileSelectionMode()"><B>getFileSelectionMode()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the current file-selection mode.
<DT><A HREF="../javax/swing/JFileChooser.html#getFileSystemView()"><B>getFileSystemView()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the file system view.
<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#getFileSystemView()"><B>getFileSystemView()</B></A> - 
Static method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getFileView()"><B>getFileView()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the current file view.
<DT><A HREF="../javax/swing/plaf/FileChooserUI.html#getFileView(javax.swing.JFileChooser)"><B>getFileView(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/FileChooserUI.html">FileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getFileView(javax.swing.JFileChooser)"><B>getFileView(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getFileView(javax.swing.JFileChooser)"><B>getFileView(JFileChooser)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getFileView on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getFirstChild()"><B>getFirstChild()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns this node's first child.
<DT><A HREF="../javax/swing/DefaultFocusManager.html#getFirstComponent(java.awt.Container)"><B>getFirstComponent(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultFocusManager.html">DefaultFocusManager</A>
<DD>Return the first component that should receive the focus
<DT><A HREF="../javax/swing/event/ListSelectionEvent.html#getFirstIndex()"><B>getFirstIndex()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListSelectionEvent.html">ListSelectionEvent</A>
<DD>Returns the index of the first row whose selection may have changed.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getFirstLeaf()"><B>getFirstLeaf()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Finds and returns the first leaf that is a descendant of this node --
 either this node or its first child's first leaf.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getFirstLineIndent(javax.swing.text.AttributeSet)"><B>getFirstLineIndent(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the first line indent setting.
<DT><A HREF="../javax/swing/event/TableModelEvent.html#getFirstRow()"><B>getFirstRow()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableModelEvent.html">TableModelEvent</A>
<DD>Returns the first row that changed.
<DT><A HREF="../javax/swing/JList.html#getFirstVisibleIndex()"><B>getFirstVisibleIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Return the index of the cell in the upper left corner of the JList
 or -1 if nothing is visible or the list is empty.
<DT><A HREF="../javax/swing/JList.html#getFixedCellHeight()"><B>getFixedCellHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the fixed cell width value -- the value specified by setting
 the fixedCellHeight property, rather than calculated from the list
 elements.
<DT><A HREF="../javax/swing/JList.html#getFixedCellWidth()"><B>getFixedCellWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the fixed cell width value -- the value specified by setting
 the fixedCellWidth property, rather than calculated from the list
 elements.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html#getFloatingColor()"><B>getFloatingColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html">BasicToolBarUI</A>
<DD>Gets the color displayed when over a floating area
<DT><A HREF="../javax/swing/text/JTextComponent.html#getFocusAccelerator()"><B>getFocusAccelerator()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the key accelerator that will cause the receiving
 text component to get the focus.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html">MetalToggleButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html">MetalRadioButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalButtonUI.html#getFocusColor()"><B>getFocusColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalButtonUI.html">MetalButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/TextAction.html#getFocusedComponent()"><B>getFocusedComponent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TextAction.html">TextAction</A>
<DD>Fetches the text component that currently has focus.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getFont()"><B>getFont()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DebugGraphics.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Returns the Font used for text drawing operations.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the Font of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the Font of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the Font of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/LabelView.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Fetch the Font used for this view.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Fetch the Font used for this view.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.html">DefaultTreeCellEditor</A>
<DD>Gets the font used for editing.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html#getFont()"><B>getFont()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html">DefaultTreeCellEditor.DefaultTextField</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyledDocument.html#getFont(javax.swing.text.AttributeSet)"><B>getFont(AttributeSet)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Takes a set of attributes and turn it into a font
 specification.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getFont(javax.swing.text.AttributeSet)"><B>getFont(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets the font from an attribute set.
<DT><A HREF="../javax/swing/text/StyleContext.html#getFont(javax.swing.text.AttributeSet)"><B>getFont(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Gets the font from an attribute set.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getFont(javax.swing.text.AttributeSet)"><B>getFont(AttributeSet)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch the font to use for the given set of attributes.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getFont(java.awt.Component)"><B>getFont(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/UIManager.html#getFont(java.lang.Object)"><B>getFont(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns a drawing font from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getFont(java.lang.Object)"><B>getFont(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Font return it, otherwise
 return null.
<DT><A HREF="../javax/swing/text/StyleContext.html#getFont(java.lang.String, int, int)"><B>getFont(String, int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Gets a new font.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getFontFamily(javax.swing.text.AttributeSet)"><B>getFontFamily(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the font family setting from the attribute list.
<DT><A HREF="../javax/swing/DebugGraphics.html#getFontMetrics()"><B>getFontMetrics()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Overrides <code>Graphics.getFontMetrics</code>.
<DT><A HREF="../javax/swing/text/FieldView.html#getFontMetrics()"><B>getFontMetrics()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/FieldView.html">FieldView</A>
<DD>Fetches the font metrics associated with the component hosting
 this view.
<DT><A HREF="../javax/swing/text/LabelView.html#getFontMetrics()"><B>getFontMetrics()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Fetch the FontMetrics used for this view.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getFontMetrics()"><B>getFontMetrics()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Fetch the FontMetrics used for this view.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getFontMetrics()"><B>getFontMetrics()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DebugGraphics.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DebugGraphics.html">DebugGraphics</A>
<DD>Overrides <code>Graphics.getFontMetrics</code>.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the FontMetrics of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the FontMetrics of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the FontMetrics of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyleContext.html#getFontMetrics(java.awt.Font)"><B>getFontMetrics(Font)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Returns font metrics for a font.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getFontSize(javax.swing.text.AttributeSet)"><B>getFontSize(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the font size setting from the attribute list.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getForeground()"><B>getForeground()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JInternalFrame.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the foreground color of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the foreground color of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Get the foreground color of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getForeground()"><B>getForeground()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyleConstants.html#getForeground(javax.swing.text.AttributeSet)"><B>getForeground(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the foreground color setting from the attribute list.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getForeground(javax.swing.text.AttributeSet)"><B>getForeground(AttributeSet)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Takes a set of attributes and turn it into a foreground color
 specification.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getForeground(javax.swing.text.AttributeSet)"><B>getForeground(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets the foreground color from an attribute set.
<DT><A HREF="../javax/swing/text/StyleContext.html#getForeground(javax.swing.text.AttributeSet)"><B>getForeground(AttributeSet)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Takes a set of attributes and turn it into a foreground color
 specification.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getForeground(javax.swing.text.AttributeSet)"><B>getForeground(AttributeSet)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Takes a set of attributes and turn it into a foreground color
 specification.
<DT><A HREF="../javax/swing/JTabbedPane.html#getForegroundAt(int)"><B>getForegroundAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab foreground color at <i>index</i>.
<DT><A HREF="../javax/swing/JOptionPane.html#getFrameForComponent(java.awt.Component)"><B>getFrameForComponent(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the specified component's Frame.
<DT><A HREF="../javax/swing/JInternalFrame.html#getFrameIcon()"><B>getFrameIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the image displayed in the title bar of the frame (usually
 in the top-left corner).
<DT><A HREF="../javax/swing/event/TableColumnModelEvent.html#getFromIndex()"><B>getFromIndex()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableColumnModelEvent.html">TableColumnModelEvent</A>
<DD>Returns the fromIndex.
<DT><A HREF="../javax/swing/JInternalFrame.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the glassPane object for this frame.
<DT><A HREF="../javax/swing/RootPaneContainer.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/RootPaneContainer.html">RootPaneContainer</A>
<DD>Returns the glassPane.
<DT><A HREF="../javax/swing/JApplet.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Returns the glassPane object for this applet.
<DT><A HREF="../javax/swing/JWindow.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.html">JWindow</A>
<DD>Returns the glassPane object for this window.
<DT><A HREF="../javax/swing/JRootPane.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Returns the current glass pane for this JRootPane.
<DT><A HREF="../javax/swing/JDialog.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the glassPane object for this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getGlassPane()"><B>getGlassPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the glassPane object for this frame.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getGoHomeAction()"><B>getGoHomeAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComponent.html#getGraphics()"><B>getGraphics()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns this component's graphics context, which lets you draw
 on a component.
<DT><A HREF="../javax/swing/JTable.html#getGridColor()"><B>getGridColor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the color used to draw grid lines.
<DT><A HREF="../javax/swing/text/TableView.TableCell.html#getGridColumn()"><B>getGridColumn()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableCell.html">TableView.TableCell</A>
<DD>Gets the column of the grid location
<DT><A HREF="../javax/swing/text/TableView.TableCell.html#getGridRow()"><B>getGridRow()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableCell.html">TableView.TableCell</A>
<DD>Gets the row of the grid location
<DT><A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html#getGrooveInsets()"><B>getGrooveInsets()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html">BasicGraphicsUtils</A>
<DD>Returns the amount of space taken up by a border drawn by
 <code>drawGroove()</code>
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getHashColor()"><B>getHashColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.html#getHeaderRect(int)"><B>getHeaderRect(int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the rectangle containing the header tile at <I>columnIndex</I>.
<DT><A HREF="../javax/swing/table/TableColumn.html#getHeaderRenderer()"><B>getHeaderRenderer()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the <B>TableCellRenderer</B> used to draw the header of the
 <B>TableColumn</B>.
<DT><A HREF="../javax/swing/table/TableColumn.html#getHeaderValue()"><B>getHeaderValue()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the <B>Object</B> used as the value for the header renderer.
<DT><A HREF="../javax/swing/JComponent.html#getHeight()"><B>getHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the current height of this component.
<DT><A HREF="../javax/swing/text/BoxView.html#getHeight()"><B>getHeight()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>The current height of the box.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getHeightOfHighValueLabel()"><B>getHeightOfHighValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getHeightOfLowValueLabel()"><B>getHeightOfLowValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getHeightOfTallestLabel()"><B>getHeightOfTallestLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenuBar.html#getHelpMenu()"><B>getHelpMenu()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Gets the help menu for the menu bar.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getHighestValueLabel()"><B>getHighestValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>Returns the label that corresponds to the lowest slider value in the label table.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getHighlightColor()"><B>getHighlightColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/EtchedBorder.html#getHighlightColor(java.awt.Component)"><B>getHighlightColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A>
<DD>Returns the highlight color of the etched border.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getHighlightedTextColor()"><B>getHighlightedTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getHighlightedTextColor()"><B>getHighlightedTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/JTextComponent.html#getHighlighter()"><B>getHighlighter()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the object responsible for making highlights.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getHighlightInnerColor(java.awt.Component)"><B>getHighlightInnerColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the inner highlight color of the bevel border.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getHighlightOuterColor(java.awt.Component)"><B>getHighlightOuterColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the outer highlight color of the bevel border.
<DT><A HREF="../javax/swing/text/Highlighter.html#getHighlights()"><B>getHighlights()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Highlighter.html">Highlighter</A>
<DD>Fetches the current list of highlights.
<DT><A HREF="../javax/swing/text/DefaultHighlighter.html#getHighlights()"><B>getHighlights()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultHighlighter.html">DefaultHighlighter</A>
<DD>Makes a copy of the highlights.
<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#getHomeDirectory()"><B>getHomeDirectory()</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLabel.html#getHorizontalAlignment()"><B>getHorizontalAlignment()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the alignment of the label's contents along the X axis.
<DT><A HREF="../javax/swing/JTextField.html#getHorizontalAlignment()"><B>getHorizontalAlignment()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Returns the horizontal alignment of the text.
<DT><A HREF="../javax/swing/AbstractButton.html#getHorizontalAlignment()"><B>getHorizontalAlignment()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the horizontal alignment of the icon and text.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getHorizontalLegBuffer()"><B>getHorizontalLegBuffer()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>The horizontal element of legs between nodes starts at the
 right of the left-hand side of the child node by default.
<DT><A HREF="../javax/swing/plaf/metal/MetalTreeUI.html#getHorizontalLegBuffer()"><B>getHorizontalLegBuffer()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTreeUI.html">MetalTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getHorizontalScrollBar()"><B>getHorizontalScrollBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the JScrollbar object that handles horizontal scrolling.
<DT><A HREF="../javax/swing/JScrollPane.html#getHorizontalScrollBar()"><B>getHorizontalScrollBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the horizontal scroll bar.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getHorizontalScrollBarPolicy()"><B>getHorizontalScrollBarPolicy()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the horizontal scrollbar-display policy.
<DT><A HREF="../javax/swing/JScrollPane.html#getHorizontalScrollBarPolicy()"><B>getHorizontalScrollBarPolicy()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the horizontal scroll bar policy value.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getHorizontalSliderThumbIcon()"><B>getHorizontalSliderThumbIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLabel.html#getHorizontalTextPosition()"><B>getHorizontalTextPosition()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the horizontal position of the label's text,
 relative to its image.
<DT><A HREF="../javax/swing/AbstractButton.html#getHorizontalTextPosition()"><B>getHorizontalTextPosition()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Sets the horizontal position of the text relative to the icon.
<DT><A HREF="../javax/swing/JTextField.html#getHorizontalVisibility()"><B>getHorizontalVisibility()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Gets the visibility of the text field.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html#getHTMLDocument(javax.swing.JEditorPane)"><B>getHTMLDocument(JEditorPane)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html">HTMLEditorKit.HTMLTextAction</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html#getHTMLEditorKit(javax.swing.JEditorPane)"><B>getHTMLEditorKit(JEditorPane)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html">HTMLEditorKit.HTMLTextAction</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLabel.html#getIcon()"><B>getIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the graphic image (glyph, icon) that the label displays.
<DT><A HREF="../javax/swing/AbstractButton.html#getIcon()"><B>getIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the default icon.
<DT><A HREF="../javax/swing/JOptionPane.html#getIcon()"><B>getIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the icon this pane displays.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getIcon()"><B>getIcon()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the icon from the JOptionPane the reciever is providing
 the look and feel for, or the default icon as returned from
 getDefaultIcon.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getIcon(javax.swing.text.AttributeSet)"><B>getIcon(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the icon setting from the attribute list.
<DT><A HREF="../javax/swing/JFileChooser.html#getIcon(java.io.File)"><B>getIcon(File)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the icon for this file or type of file, depending
 on the system.
<DT><A HREF="../javax/swing/filechooser/FileView.html#getIcon(java.io.File)"><B>getIcon(File)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A>
<DD>The icon that represents this file in the JFileChooser.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html#getIcon(java.io.File)"><B>getIcon(File)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html">BasicFileChooserUI.BasicFileView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/UIManager.html#getIcon(java.lang.Object)"><B>getIcon(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns an Icon from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getIcon(java.lang.Object)"><B>getIcon(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is an Icon return it, otherwise
 return null.
<DT><A HREF="../javax/swing/JTabbedPane.html#getIconAt(int)"><B>getIconAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab icon at <i>index</i>.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getIconForTab(int)"><B>getIconForTab(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getIconForType(int)"><B>getIconForType(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the icon to use for the passed in type.
<DT><A HREF="../javax/swing/ImageIcon.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Get the height of the Icon
<DT><A HREF="../javax/swing/Icon.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Icon.html">Icon</A>
<DD>Returns the icon's height.
<DT><A HREF="../javax/swing/plaf/IconUIResource.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/IconUIResource.html">IconUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html">MetalCheckBoxIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalComboBoxIcon.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalComboBoxIcon.html">MetalComboBoxIcon</A>
<DD>stubbed to statify the interface.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html">MetalIconFactory.FolderIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html">MetalIconFactory.FileIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeControlIcon.html#getIconHeight()"><B>getIconHeight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeControlIcon.html">MetalIconFactory.TreeControlIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLabel.html#getIconTextGap()"><B>getIconTextGap()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the amount of space between the text and the icon
 displayed in this label.
<DT><A HREF="../javax/swing/ImageIcon.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Get the width of the Icon
<DT><A HREF="../javax/swing/Icon.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Icon.html">Icon</A>
<DD>Returns the icon's width.
<DT><A HREF="../javax/swing/plaf/IconUIResource.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/IconUIResource.html">IconUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalCheckBoxIcon.html">MetalCheckBoxIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalComboBoxIcon.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalComboBoxIcon.html">MetalComboBoxIcon</A>
<DD>stubbed to statify the interface.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html">MetalIconFactory.FolderIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html">MetalIconFactory.FileIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeControlIcon.html#getIconWidth()"><B>getIconWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeControlIcon.html">MetalIconFactory.TreeControlIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/LookAndFeel.html#getID()"><B>getID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/LookAndFeel.html">LookAndFeel</A>
<DD>Return a string that identifies this look and feel.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getID()"><B>getID()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html#getID()"><B>getID()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html">MultiLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumn.html#getIdentifier()"><B>getIdentifier()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the identifier object for this column.
<DT><A HREF="../javax/swing/ImageIcon.html#getImage()"><B>getImage()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Returns the Icon's Image
<DT><A HREF="../javax/swing/ImageIcon.html#getImageLoadStatus()"><B>getImageLoadStatus()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Returns the status of the image loading operation.
<DT><A HREF="../javax/swing/ImageIcon.html#getImageObserver()"><B>getImageObserver()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ImageIcon.html">ImageIcon</A>
<DD>Return the umage observer for the image
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getInactiveControlTextColor()"><B>getInactiveControlTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getInactiveControlTextColor()"><B>getInactiveControlTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getInactiveSystemTextColor()"><B>getInactiveSystemTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getInactiveSystemTextColor()"><B>getInactiveSystemTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/DocumentEvent.ElementChange.html#getIndex()"><B>getIndex()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.ElementChange.html">DocumentEvent.ElementChange</A>
<DD>Fetches the index within the element represented.
<DT><A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html#getIndex()"><B>getIndex()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.ElementEdit.html">AbstractDocument.ElementEdit</A>
<DD>Returns the index into the list of elements.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getIndex(javax.swing.tree.TreeNode)"><B>getIndex(TreeNode)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Returns the index of <code>node</code> in the receivers children.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getIndex(javax.swing.tree.TreeNode)"><B>getIndex(TreeNode)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the index of the specified child in this node's child array.
<DT><A HREF="../javax/swing/tree/TreeNode.html#getIndex(javax.swing.tree.TreeNode)"><B>getIndex(TreeNode)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeNode.html">TreeNode</A>
<DD>Returns the index of <code>node</code> in the receivers children.
<DT><A HREF="../javax/swing/event/ListDataEvent.html#getIndex0()"><B>getIndex0()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListDataEvent.html">ListDataEvent</A>
<DD>Returns the lower index of the range.
<DT><A HREF="../javax/swing/event/ListDataEvent.html#getIndex1()"><B>getIndex1()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListDataEvent.html">ListDataEvent</A>
<DD>Returns the upper index of the range.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getIndexAtPoint(java.awt.Point)"><B>getIndexAtPoint(Point)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Given a point in local coordinates, return the zero-based index
 of the character under that Point.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getIndexAtPoint(java.awt.Point)"><B>getIndexAtPoint(Point)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Given a point in local coordinates, return the zero-based index
 of the character under that Point.
<DT><A HREF="../javax/swing/JLayeredPane.html#getIndexOf(java.awt.Component)"><B>getIndexOf(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns the index of the specified Component.
<DT><A HREF="../javax/swing/DefaultComboBoxModel.html#getIndexOf(java.lang.Object)"><B>getIndexOf(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultComboBoxModel.html">DefaultComboBoxModel</A>
<DD>Returns the index-position of the specified object in the list.
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getIndexOfChild(java.lang.Object, java.lang.Object)"><B>getIndexOfChild(Object, Object)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Returns the index of child in parent.
<DT><A HREF="../javax/swing/tree/TreeModel.html#getIndexOfChild(java.lang.Object, java.lang.Object)"><B>getIndexOfChild(Object, Object)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeModel.html">TreeModel</A>
<DD>Returns the index of child in parent.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getIndexOfSize(float)"><B>getIndexOfSize(float)</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ToolTipManager.html#getInitialDelay()"><B>getInitialDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ToolTipManager.html">ToolTipManager</A>
<DD>Returns the initial delay value.
<DT><A HREF="../javax/swing/Timer.html#getInitialDelay()"><B>getInitialDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Timer.html">Timer</A>
<DD>Returns the Timer's initial delay.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getInitialLocation(java.awt.Insets)"><B>getInitialLocation(Insets)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the left inset, unless the Insets or null in which case
 0 is returned.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html#getInitialLocation(java.awt.Insets)"><B>getInitialLocation(Insets)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html">BasicSplitPaneUI.BasicVerticalLayoutManager</A>
<DD>Returns the top inset, unless the Insets or null in which case
 0 is returned.
<DT><A HREF="../javax/swing/JOptionPane.html#getInitialSelectionValue()"><B>getInitialSelectionValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the initial-selection value..
<DT><A HREF="../javax/swing/JOptionPane.html#getInitialValue()"><B>getInitialValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the initial value.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getInitialValueIndex()"><B>getInitialValueIndex()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the initial index into the buttons to select.
<DT><A HREF="../javax/swing/JTextPane.html#getInputAttributes()"><B>getInputAttributes()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Gets the input attributes for the pane.
<DT><A HREF="../javax/swing/text/StyledEditorKit.html#getInputAttributes()"><B>getInputAttributes()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A>
<DD>Gets the input attributes for the pane.
<DT><A HREF="../javax/swing/JOptionPane.html#getInputValue()"><B>getInputValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the value the user has input, if <code>wantsInput</code>
 is true.
<DT><A HREF="../javax/swing/text/html/StyleSheet.BoxPainter.html#getInset(int, javax.swing.text.View)"><B>getInset(int, View)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.BoxPainter.html">StyleSheet.BoxPainter</A>
<DD>Fetchs the inset needed on a given side to
 account for the margin, border, and padding.
<DT><A HREF="../javax/swing/JComponent.html#getInsets()"><B>getInsets()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>If a border has been set on this component, returns the
 border's insets, else calls super.getInsets.
<DT><A HREF="../javax/swing/JViewport.html#getInsets()"><B>getInsets()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Returns the insets (border) dimensions as (0,0,0,0), since borders
 are not supported on a JViewPort.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html#getInsets()"><B>getInsets()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html">BasicToolBarUI.DragWindow</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getInsets()"><B>getInsets()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>Gets the insets from the JComboBox.
<DT><A HREF="../javax/swing/JComponent.html#getInsets(java.awt.Insets)"><B>getInsets(Insets)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns an Insets object containing this component's inset
 values.
<DT><A HREF="../javax/swing/JViewport.html#getInsets(java.awt.Insets)"><B>getInsets(Insets)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Returns an Insets object containing this JViewPort's inset
 values.
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html#getInsets(javax.swing.JComponent)"><B>getInsets(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html">BasicDesktopIconUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getInsets(javax.swing.JComponent)"><B>getInsets(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the insets.
<DT><A HREF="../javax/swing/UIManager.html#getInsets(java.lang.Object)"><B>getInsets(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns an Insets object from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getInsets(java.lang.Object)"><B>getInsets(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Insets return it, otherwise
 return null.
<DT><A HREF="../javax/swing/text/CompositeView.html#getInsideAllocation(java.awt.Shape)"><B>getInsideAllocation(Shape)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Translates the allocation given to the view to the allocation used
 for composing the interior.
<DT><A HREF="../javax/swing/border/CompoundBorder.html#getInsideBorder()"><B>getInsideBorder()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/CompoundBorder.html">CompoundBorder</A>
<DD>Returns the inside border object.
<DT><A HREF="../javax/swing/UIManager.html#getInstalledLookAndFeels()"><B>getInstalledLookAndFeels()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Return an array of objects that provide some information about the
 LookAndFeel implementations that have been installed with this 
 java development kit.
<DT><A HREF="../javax/swing/UIManager.html#getInt(java.lang.Object)"><B>getInt(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns an int from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getInt(java.lang.Object)"><B>getInt(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a Integer return its
 integer value, otherwise return 0.
<DT><A HREF="../javax/swing/text/html/HTML.html#getIntegerAttributeValue(javax.swing.text.AttributeSet, javax.swing.text.html.HTML.Attribute, int)"><B>getIntegerAttributeValue(AttributeSet, HTML.Attribute, int)</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.html">HTML</A>
<DD>Fetch an integer attribute value.
<DT><A HREF="../javax/swing/JTable.html#getIntercellSpacing()"><B>getIntercellSpacing()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the horizontal and vertical spacing between cells.
<DT><A HREF="../javax/swing/border/AbstractBorder.html#getInteriorRectangle(java.awt.Component, javax.swing.border.Border, int, int, int, int)"><B>getInteriorRectangle(Component, Border, int, int, int, int)</B></A> - 
Static method in class javax.swing.border.<A HREF="../javax/swing/border/AbstractBorder.html">AbstractBorder</A>
<DD>This method returns a rectangle using the arguements minus the
 insets of the border.
<DT><A HREF="../javax/swing/border/AbstractBorder.html#getInteriorRectangle(java.awt.Component, int, int, int, int)"><B>getInteriorRectangle(Component, int, int, int, int)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/AbstractBorder.html">AbstractBorder</A>
<DD>This is a convience method that calls the static method.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html#getInternalFrame()"><B>getInternalFrame()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html">JInternalFrame.JDesktopIcon</A>
<DD>Returns the JInternalFrame that this DesktopIcon is 
 associated with.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getInternalFrameAltMaximizeIcon(int)"><B>getInternalFrameAltMaximizeIcon(int)</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getInternalFrameCloseIcon(int)"><B>getInternalFrameCloseIcon(int)</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getInternalFrameDefaultMenuIcon()"><B>getInternalFrameDefaultMenuIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getInternalFrameMaximizeIcon(int)"><B>getInternalFrameMaximizeIcon(int)</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getInternalFrameMinimizeIcon(int)"><B>getInternalFrameMinimizeIcon(int)</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSlider.html#getInverted()"><B>getInverted()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns true if the value-range shown for the slider is reversed,
 with the maximum value at the left end of a horizontal slider or
 at the bottom of a vertical one.
<DT><A HREF="../javax/swing/JPopupMenu.html#getInvoker()"><B>getInvoker()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the component which is the 'invoker' of this 
 popup menu.
<DT><A HREF="../javax/swing/JTree.html#getInvokesStopCellEditing()"><B>getInvokesStopCellEditing()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the indicator that tells what happens when editing is 
 interrupted.
<DT><A HREF="../javax/swing/ComboBoxEditor.html#getItem()"><B>getItem()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ComboBoxEditor.html">ComboBoxEditor</A>
<DD>Return the edited item
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxEditor.html#getItem()"><B>getItem()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxEditor.html">BasicComboBoxEditor</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenu.html#getItem(int)"><B>getItem(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the JMenuItem at the specified position.
<DT><A HREF="../javax/swing/JComboBox.html#getItemAt(int)"><B>getItemAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the list item at the specified index.
<DT><A HREF="../javax/swing/JComboBox.html#getItemCount()"><B>getItemCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the number of items in the list.
<DT><A HREF="../javax/swing/JMenu.html#getItemCount()"><B>getItemCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the number of items on the menu, including separators.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getIterator(javax.swing.text.html.HTML.Tag)"><B>getIterator(HTML.Tag)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Fetch an iterator for the following kind of html tag.
<DT><A HREF="../javax/swing/JInternalFrame.html#getJMenuBar()"><B>getJMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the current JMenuBar for this JInternalFrame, or null
 if no menu bar has been set.
<DT><A HREF="../javax/swing/JApplet.html#getJMenuBar()"><B>getJMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Returns the menubar set on this applet.
<DT><A HREF="../javax/swing/JRootPane.html#getJMenuBar()"><B>getJMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Returns the menu bar from the layered pane.
<DT><A HREF="../javax/swing/JDialog.html#getJMenuBar()"><B>getJMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the menubar set on this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getJMenuBar()"><B>getJMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the menubar set on this frame.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyChar()"><B>getKeyChar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Returns the character defined by this KeyStroke object.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyCode()"><B>getKeyCode()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Returns the numeric keycode defined by this KeyStroke object.
<DT><A HREF="../javax/swing/plaf/basic/ComboPopup.html#getKeyListener()"><B>getKeyListener()</B></A> - 
Method in interface javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/ComboPopup.html">ComboPopup</A>
<DD>Returns a key listener that shows and hides the popup.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboPopup.html#getKeyListener()"><B>getKeyListener()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboPopup.html">BasicComboPopup</A>
<DD>Implementation of ComboPopup.getKeyListener().
<DT><A HREF="../javax/swing/text/JTextComponent.html#getKeymap()"><B>getKeymap()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the keymap currently active in this text
 component.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getKeymap(java.lang.String)"><B>getKeymap(String)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches a named keymap previously added to the document.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getKeymapName()"><B>getKeymapName()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Fetches the name of the keymap that will be installed/used 
 by default for this UI.
<DT><A HREF="../javax/swing/JComboBox.html#getKeySelectionManager()"><B>getKeySelectionManager()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the list's key-selection manager.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStroke(char)"><B>getKeyStroke(char)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Return a shared instance of a key stroke that is
 activated when the key is pressed (i.e.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStroke(char, boolean)"><B>getKeyStroke(char, boolean)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD><B>Deprecated.</B>&nbsp;<I>use getKeyStroke(char)</I>
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStroke(int, int)"><B>getKeyStroke(int, int)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Return a shared instance of a key stroke given a char code and a set
 of modifiers -- the key is activated when it is pressed.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStroke(int, int, boolean)"><B>getKeyStroke(int, int, boolean)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Return a shared instance of a key stroke given a numeric keycode and a set
 of modifiers, specifying whether the key is activated when it is pressed
 or released.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStroke(java.lang.String)"><B>getKeyStroke(String)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Return a shared instance of a key stroke matching a string
 representation.
<DT><A HREF="../javax/swing/KeyStroke.html#getKeyStrokeForEvent(java.awt.event.KeyEvent)"><B>getKeyStrokeForEvent(KeyEvent)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Return a keystroke from an event.
<DT><A HREF="../javax/swing/text/Keymap.html#getKeyStrokesForAction(javax.swing.Action)"><B>getKeyStrokesForAction(Action)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches the keystrokes that will result in 
 the given action.
<DT><A HREF="../javax/swing/AbstractButton.html#getLabel()"><B>getLabel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD><B>Deprecated.</B>&nbsp;<I>- Replaced by getText()</I>
<DT><A HREF="../javax/swing/JPopupMenu.html#getLabel()"><B>getLabel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the popup menu's label
<DT><A HREF="../javax/swing/text/html/Option.html#getLabel()"><B>getLabel()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/Option.html">Option</A>
<DD>Fetch the label associated with the option.
<DT><A HREF="../javax/swing/JLabel.html#getLabelFor()"><B>getLabelFor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Get the component this is labelling.
<DT><A HREF="../javax/swing/JSlider.html#getLabelTable()"><B>getLabelTable()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the dictionary of what labels to draw at which values.
<DT><A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html#getLargeDisplayIcon()"><B>getLargeDisplayIcon()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html">AbstractColorChooserPanel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getLastChild()"><B>getLastChild()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns this node's last child.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getLastChildPath(javax.swing.tree.TreePath)"><B>getLastChildPath(TreePath)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns a path to the last child of <code>parent</code>.
<DT><A HREF="../javax/swing/DefaultFocusManager.html#getLastComponent(java.awt.Container)"><B>getLastComponent(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultFocusManager.html">DefaultFocusManager</A>
<DD>Return the last component that should receive the focus
<DT><A HREF="../javax/swing/JSplitPane.html#getLastDividerLocation()"><B>getLastDividerLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the last location the divider was at.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getLastDragLocation()"><B>getLastDragLocation()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the last drag location of the JSplitPane.
<DT><A HREF="../javax/swing/event/ListSelectionEvent.html#getLastIndex()"><B>getLastIndex()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListSelectionEvent.html">ListSelectionEvent</A>
<DD>Returns the index of the last row whose selection may have changed.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getLastLeaf()"><B>getLastLeaf()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Finds and returns the last leaf that is a descendant of this node --
 either this node or its last child's last leaf.
<DT><A HREF="../javax/swing/tree/TreePath.html#getLastPathComponent()"><B>getLastPathComponent()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/TreePath.html">TreePath</A>
<DD>Returns the last component of this path.
<DT><A HREF="../javax/swing/event/TableModelEvent.html#getLastRow()"><B>getLastRow()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableModelEvent.html">TableModelEvent</A>
<DD>Returns the last row that changed.
<DT><A HREF="../javax/swing/JTree.html#getLastSelectedPathComponent()"><B>getLastSelectedPathComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the last path component in the first node of the current 
 selection.
<DT><A HREF="../javax/swing/JList.html#getLastVisibleIndex()"><B>getLastVisibleIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Return the index of the cell in the lower right corner of the JList
 or -1 if nothing is visible or the list is empty.
<DT><A HREF="../javax/swing/JInternalFrame.html#getLayer()"><B>getLayer()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Convenience method for getting the layer attribute of this component.
<DT><A HREF="../javax/swing/JLayeredPane.html#getLayer(java.awt.Component)"><B>getLayer(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns the layer attribute for the specified Component.
<DT><A HREF="../javax/swing/JLayeredPane.html#getLayer(javax.swing.JComponent)"><B>getLayer(JComponent)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Gets the layer property for a JComponent, it
 does not cause any side effects like setLayer().
<DT><A HREF="../javax/swing/JInternalFrame.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the layeredPane object for this frame.
<DT><A HREF="../javax/swing/RootPaneContainer.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/RootPaneContainer.html">RootPaneContainer</A>
<DD>Returns the layeredPane.
<DT><A HREF="../javax/swing/JApplet.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Returns the layeredPane object for this applet.
<DT><A HREF="../javax/swing/JWindow.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.html">JWindow</A>
<DD>Returns the layeredPane object for this window.
<DT><A HREF="../javax/swing/JRootPane.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>Get the layered pane used by the root pane.
<DT><A HREF="../javax/swing/JDialog.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the layeredPane object for this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getLayeredPane()"><B>getLayeredPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the layeredPane object for this frame.
<DT><A HREF="../javax/swing/JLayeredPane.html#getLayeredPaneAbove(java.awt.Component)"><B>getLayeredPaneAbove(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Convenience method that returns the first JLayeredPane which
 contains the specified component.
<DT><A HREF="../javax/swing/BoxLayout.html#getLayoutAlignmentX(java.awt.Container)"><B>getLayoutAlignmentX(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/BoxLayout.html">BoxLayout</A>
<DD>Returns the alignment along the X axis for the container.
<DT><A HREF="../javax/swing/JRootPane.RootLayout.html#getLayoutAlignmentX(java.awt.Container)"><B>getLayoutAlignmentX(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.RootLayout.html">JRootPane.RootLayout</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/OverlayLayout.html#getLayoutAlignmentX(java.awt.Container)"><B>getLayoutAlignmentX(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/OverlayLayout.html">OverlayLayout</A>
<DD>Returns the alignment along the x axis for the container.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getLayoutAlignmentX(java.awt.Container)"><B>getLayoutAlignmentX(Container)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the alignment along the x axis.
<DT><A HREF="../javax/swing/BoxLayout.html#getLayoutAlignmentY(java.awt.Container)"><B>getLayoutAlignmentY(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/BoxLayout.html">BoxLayout</A>
<DD>Returns the alignment along the Y axis for the container.
<DT><A HREF="../javax/swing/JRootPane.RootLayout.html#getLayoutAlignmentY(java.awt.Container)"><B>getLayoutAlignmentY(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.RootLayout.html">JRootPane.RootLayout</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/OverlayLayout.html#getLayoutAlignmentY(java.awt.Container)"><B>getLayoutAlignmentY(Container)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/OverlayLayout.html">OverlayLayout</A>
<DD>Returns the alignment along the y axis for the container.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getLayoutAlignmentY(java.awt.Container)"><B>getLayoutAlignmentY(Container)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the alignment along the y axis.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getLayoutView(int)"><B>getLayoutView(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>The child views of the paragraph are rows which
 have been used to arrange pieces of the Views that
 represent the child elements.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getLayoutViewCount()"><B>getLayoutViewCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>The child views of the paragraph are rows which
 have been used to arrange pieces of the Views that
 represent the child elements.
<DT><A HREF="../javax/swing/text/TabStop.html#getLeader()"><B>getLeader()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabStop.html">TabStop</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getLeadSelectionIndex()"><B>getLeadSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListSelectionModel.html#getLeadSelectionIndex()"><B>getLeadSelectionIndex()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Return the second index argument from the most recent
 call to setSelectionInterval() or addSelectionInterval().
<DT><A HREF="../javax/swing/JList.html#getLeadSelectionIndex()"><B>getLeadSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the second index argument from the most recent addSelectionInterval
 or setSelectionInterval call.
<DT><A HREF="../javax/swing/JTree.html#getLeadSelectionPath()"><B>getLeadSelectionPath()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path of the last node added to the selection.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getLeadSelectionPath()"><B>getLeadSelectionPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the last path that was added.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getLeadSelectionPath()"><B>getLeadSelectionPath()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the last path that was added.
<DT><A HREF="../javax/swing/JTree.html#getLeadSelectionRow()"><B>getLeadSelectionRow()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the row index of the last node added to the selection.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getLeadSelectionRow()"><B>getLeadSelectionRow()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the lead selection index.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getLeadSelectionRow()"><B>getLeadSelectionRow()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the lead selection index.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getLeafCount()"><B>getLeafCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the total number of leaves that are descendants of this node.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getLeafIcon()"><B>getLeafIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the icon used to represent leaf nodes.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getLeftChildIndent()"><B>getLeftChildIndent()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSplitPane.html#getLeftComponent()"><B>getLeftComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the component to the left (or above) the divider.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getLeftIndent(javax.swing.text.AttributeSet)"><B>getLeftIndent(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the left indent setting.
<DT><A HREF="../javax/swing/text/CompositeView.html#getLeftInset()"><B>getLeftInset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Gets the left inset.
<DT><A HREF="../javax/swing/event/DocumentEvent.html#getLength()"><B>getLength()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.html">DocumentEvent</A>
<DD>Returns the length of the change.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getLength()"><B>getLength()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Returns the length of the data.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getLength()"><B>getLength()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Returns the length of the change.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getLength()"><B>getLength()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the length.
<DT><A HREF="../javax/swing/text/Document.html#getLength()"><B>getLength()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Returns number of characters of content currently 
 in the document.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getLevel()"><B>getLevel()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the number of levels above this node -- the distance from
 the root to this node.
<DT><A HREF="../javax/swing/undo/UndoManager.html#getLimit()"><B>getLimit()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/UndoManager.html">UndoManager</A>
<DD>Returns the maximum number of edits this UndoManager will
 hold.
<DT><A HREF="../javax/swing/text/PlainView.html#getLineBuffer()"><B>getLineBuffer()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainView.html">PlainView</A>
<DD>Gives access to a buffer that can be used to fetch 
 text from the associated document.
<DT><A HREF="../javax/swing/text/WrappedPlainView.html#getLineBuffer()"><B>getLineBuffer()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A>
<DD>Gives access to a buffer that can be used to fetch 
 text from the associated document.
<DT><A HREF="../javax/swing/border/LineBorder.html#getLineColor()"><B>getLineColor()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/LineBorder.html">LineBorder</A>
<DD>Returns the color of the border.
<DT><A HREF="../javax/swing/JTextArea.html#getLineCount()"><B>getLineCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Determines the number of lines contained in the area.
<DT><A HREF="../javax/swing/JTextArea.html#getLineEndOffset(int)"><B>getLineEndOffset(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Determines the offset of the end of the given line.
<DT><A HREF="../javax/swing/JTextArea.html#getLineOfOffset(int)"><B>getLineOfOffset(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Translates an offset into the components text to a 
 line number.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getLineSpacing(javax.swing.text.AttributeSet)"><B>getLineSpacing(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the line spacing setting.
<DT><A HREF="../javax/swing/JTextArea.html#getLineStartOffset(int)"><B>getLineStartOffset(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Determines the offset of the start of the given line.
<DT><A HREF="../javax/swing/JTextArea.html#getLineWrap()"><B>getLineWrap()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Gets the line-wrapping policy of the text area.
<DT><A HREF="../javax/accessibility/AccessibleHypertext.html#getLink(int)"><B>getLink(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleHypertext.html">AccessibleHypertext</A>
<DD>Returns the nth Link of this Hypertext document.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html#getLink(int)"><B>getLink(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html">JEditorPane.JEditorPaneAccessibleHypertextSupport</A>
<DD>Returns the index into an array of hyperlinks that
 index.
<DT><A HREF="../javax/accessibility/AccessibleHypertext.html#getLinkCount()"><B>getLinkCount()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleHypertext.html">AccessibleHypertext</A>
<DD>Returns the number of links within this hypertext doc.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html#getLinkCount()"><B>getLinkCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html">JEditorPane.JEditorPaneAccessibleHypertextSupport</A>
<DD>Returns the number of links within this hypertext doc.
<DT><A HREF="../javax/accessibility/AccessibleHypertext.html#getLinkIndex(int)"><B>getLinkIndex(int)</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleHypertext.html">AccessibleHypertext</A>
<DD>Returns the index into an array of hyperlinks that
 is associated with this character index, or -1 if there
 is no hyperlink associated with this index.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html#getLinkIndex(int)"><B>getLinkIndex(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html">JEditorPane.JEditorPaneAccessibleHypertextSupport</A>
<DD>Returns the index into an array of hyperlinks that
 is associated with this character index, or -1 if there
 is no hyperlink associated with this index.
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html#getLinkText(int)"><B>getLinkText(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.html">JEditorPane.JEditorPaneAccessibleHypertextSupport</A>
<DD>Returns the contiguous text within the document that
 is associated with this hyperlink.
<DT><A HREF="../javax/swing/plaf/basic/ComboPopup.html#getList()"><B>getList()</B></A> - 
Method in interface javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/ComboPopup.html">ComboPopup</A>
<DD>Returns the list that is being used to draw the items in the JComboBox.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboPopup.html#getList()"><B>getList()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboPopup.html">BasicComboPopup</A>
<DD>Implementation of ComboPopup.getList().
<DT><A HREF="../javax/swing/DefaultListCellRenderer.html#getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)"><B>getListCellRendererComponent(JList, Object, int, boolean, boolean)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListCellRenderer.html">DefaultListCellRenderer</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListCellRenderer.html#getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)"><B>getListCellRendererComponent(JList, Object, int, boolean, boolean)</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListCellRenderer.html">ListCellRenderer</A>
<DD>Return a component that has been configured to display the specified
 value.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxRenderer.html#getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)"><B>getListCellRendererComponent(JList, Object, int, boolean, boolean)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxRenderer.html">BasicComboBoxRenderer</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FileRenderer.html#getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)"><B>getListCellRendererComponent(JList, Object, int, boolean, boolean)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FileRenderer.html">MetalFileChooserUI.FileRenderer</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxRenderer.html#getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)"><B>getListCellRendererComponent(JList, Object, int, boolean, boolean)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxRenderer.html">MetalFileChooserUI.FilterComboBoxRenderer</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/EventListenerList.html#getListenerCount()"><B>getListenerCount()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/EventListenerList.html">EventListenerList</A>
<DD>Return the total number of listeners for this listenerlist
<DT><A HREF="../javax/swing/event/EventListenerList.html#getListenerCount(java.lang.Class)"><B>getListenerCount(Class)</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/EventListenerList.html">EventListenerList</A>
<DD>Return the total number of listeners of the supplied type 
 for this listenerlist.
<DT><A HREF="../javax/swing/event/EventListenerList.html#getListenerList()"><B>getListenerList()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/EventListenerList.html">EventListenerList</A>
<DD>This passes back the event listener list as an array
 of ListenerType - listener pairs.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getListPainter(javax.swing.text.AttributeSet)"><B>getListPainter(AttributeSet)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch the list formatter to use for the given set
 of css attributes.
<DT><A HREF="../javax/swing/SwingUtilities.html#getLocalBounds(java.awt.Component)"><B>getLocalBounds(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Return the rectangle (0,0,bounds.width,bounds.height) for the component <code>aComponent</code>
<DT><A HREF="../javax/accessibility/AccessibleContext.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleContext.html">AccessibleContext</A>
<DD>Gets the locale of the component.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>Gets the locale of the component.
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the locale of this object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Returns the locale of this object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Gets the locale of the component.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Return the locale of this object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getLocale()"><B>getLocale()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getLocation()"><B>getLocation()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Gets the location of the object relative to the parent in the form
 of a point specifying the object's top-left corner in the screen's
 coordinate space.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Gets the location of the object relative to the parent in the
 form of a point specifying the object's top-left corner in
 the screen's coordinate space.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Gets the location of the object relative to the parent in the form
 of a point specifying the object's top-left corner in the screen's
 coordinate space.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Gets the location of the object relative to the parent in the form 
 of a point specifying the object's top-left corner in the screen's 
 coordinate space.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getLocation()"><B>getLocation()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComponent.html#getLocation(java.awt.Point)"><B>getLocation(Point)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Store the x,y origin of this component into "return value" <b>rv</b>
 and return <b>rv</b>.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getLocationInJTree()"><B>getLocationInJTree()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Returns the location of the object on the screen.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getLocationOnScreen()"><B>getLocationOnScreen()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTextPane.html#getLogicalStyle()"><B>getLogicalStyle()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Fetches the logical style assigned to the paragraph 
 represented by the current position of the caret, or null.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getLogicalStyle(int)"><B>getLogicalStyle(int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Gets a logical style for a given position in a paragraph.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getLogicalStyle(int)"><B>getLogicalStyle(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Fetches the logical style assigned to the paragraph 
 represented by the given position.
<DT><A HREF="../javax/swing/Timer.html#getLogTimers()"><B>getLogTimers()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/Timer.html">Timer</A>
<DD>Returns true if logging is enabled.
<DT><A HREF="../javax/swing/UIManager.html#getLookAndFeel()"><B>getLookAndFeel()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns The current default look and feel, or null.
<DT><A HREF="../javax/swing/UIManager.html#getLookAndFeelDefaults()"><B>getLookAndFeelDefaults()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns the default values for this look and feel.
<DT><A HREF="../javax/swing/plaf/BorderUIResource.html#getLoweredBevelBorderUIResource()"><B>getLoweredBevelBorderUIResource()</B></A> - 
Static method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/BorderUIResource.html">BorderUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getLowestValueLabel()"><B>getLowestValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>Returns the label that corresponds to the highest slider value in the label table.
<DT><A HREF="../javax/swing/text/Caret.html#getMagicCaretPosition()"><B>getMagicCaretPosition()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Caret.html">Caret</A>
<DD>Gets the current caret position.
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getMagicCaretPosition()"><B>getMagicCaretPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Gets the saved caret position.
<DT><A HREF="../javax/swing/JSlider.html#getMajorTickSpacing()"><B>getMajorTickSpacing()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>This method returns the major tick spacing.
<DT><A HREF="../javax/swing/JToolBar.html#getMargin()"><B>getMargin()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the margin between the toolbar's border and
 its buttons.
<DT><A HREF="../javax/swing/AbstractButton.html#getMargin()"><B>getMargin()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the margin between the button's border and
 the label.
<DT><A HREF="../javax/swing/JMenuBar.html#getMargin()"><B>getMargin()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the margin between the menubar's border and
 its menus.
<DT><A HREF="../javax/swing/JPopupMenu.html#getMargin()"><B>getMargin()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the margin between the popupmenu's border and
 its containees.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getMargin()"><B>getMargin()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the margin between the text component's border and
 its text.
<DT><A HREF="../javax/swing/event/CaretEvent.html#getMark()"><B>getMark()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/CaretEvent.html">CaretEvent</A>
<DD>Fetches the location of other end of a logical
 selection.
<DT><A HREF="../javax/swing/text/Caret.html#getMark()"><B>getMark()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Caret.html">Caret</A>
<DD>Fetches the current position of the mark.
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getMark()"><B>getMark()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Fetches the current position of the mark.
<DT><A HREF="../javax/swing/JOptionPane.html#getMaxCharactersPerLineCount()"><B>getMaxCharactersPerLineCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the maximum number of characters to place on a line in a
 message.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getMaxCharactersPerLineCount()"><B>getMaxCharactersPerLineCount()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the maximum number of characters to place on a line.
<DT><A HREF="../javax/swing/JSlider.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the maximum value supported by the slider.
<DT><A HREF="../javax/swing/BoundedRangeModel.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/BoundedRangeModel.html">BoundedRangeModel</A>
<DD>Returns the model's maximum.
<DT><A HREF="../javax/swing/ProgressMonitor.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitor.html">ProgressMonitor</A>
<DD>Returns the maximum value -- the higher end of the progress value.
<DT><A HREF="../javax/swing/JScrollBar.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>The maximum value of the scrollbar is maximum - extent.
<DT><A HREF="../javax/swing/JProgressBar.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the model's maximum value.
<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#getMaximum()"><B>getMaximum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A>
<DD>Return the model's maximum.
<DT><A HREF="../javax/accessibility/AccessibleValue.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleValue.html">AccessibleValue</A>
<DD>Get the maximum value of this object as a Number.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the maximum accessible value of this object.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the maximum value of this object as a Number.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html">JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon</A>
<DD>Get the maximum value of this object as a Number.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the maximum accessible value of this object.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the maximum value of this object as a Number.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the maximum accessible value of this object.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getMaximumAccessibleValue()"><B>getMaximumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the maximum accessible value of this object.
<DT><A HREF="../javax/swing/JSplitPane.html#getMaximumDividerLocation()"><B>getMaximumDividerLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the maximum location of the divider from the look and feel
 implementation.
<DT><A HREF="../javax/swing/plaf/SplitPaneUI.html#getMaximumDividerLocation(javax.swing.JSplitPane)"><B>getMaximumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/SplitPaneUI.html">SplitPaneUI</A>
<DD>Returns the maximum possible location of the divider.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getMaximumDividerLocation(javax.swing.JSplitPane)"><B>getMaximumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Gets the maximum location of the divider.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getMaximumDividerLocation(javax.swing.JSplitPane)"><B>getMaximumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getMaximumDividerLocation on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JComboBox.html#getMaximumRowCount()"><B>getMaximumRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the maximum number of items the combo box can display 
 without a scrollbar
<DT><A HREF="../javax/swing/JComponent.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>If the maximumSize has been set to a non-null value
 just return it.
<DT><A HREF="../javax/swing/JToolBar.Separator.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.Separator.html">JToolBar.Separator</A>
<DD>Return the maximum size for the separator
<DT><A HREF="../javax/swing/JScrollBar.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>The scrollbar is flexible along it's scrolling axis and
 rigid along the other axis.
<DT><A HREF="../javax/swing/Box.Filler.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.html">Box.Filler</A>
<DD>Returns the maximum size of the component.
<DT><A HREF="../javax/swing/plaf/basic/BasicArrowButton.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollButton.html#getMaximumSize()"><B>getMaximumSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollButton.html">MetalScrollButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/ComponentUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ComponentUI.html">ComponentUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Gets the maximum size for the editor component.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Messages getPreferredSize.
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html">BasicDesktopPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html">BasicSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html">BasicToolBarSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableUI.html">BasicTableUI</A>
<DD>Return the maximum size of the table.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html">BasicDesktopIconUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicListUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicListUI.html">BasicListUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html">BasicToolBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html">BasicToolTipUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the maximum size for the passed in component,
 This is passed off to the current layoutmanager.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the maximum size for this component, which will be the
 preferred size if the instance is currently in a JTree, or 0, 0.
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html">BasicMenuBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html">BasicTableHeaderUI</A>
<DD>Return the maximum size of the header.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html">BasicPopupMenuUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicLabelUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicLabelUI.html">BasicLabelUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html">BasicScrollPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuUI.html">BasicMenuUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getMaximumSize(javax.swing.JComponent)"><B>getMaximumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Call getMaximumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/text/View.html#getMaximumSpan(int)"><B>getMaximumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines the maximum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/BoxView.html#getMaximumSpan(int)"><B>getMaximumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Determines the maximum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/WrappedPlainView.html#getMaximumSpan(int)"><B>getMaximumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A>
<DD>Determines the maximum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/ComponentView.html#getMaximumSpan(int)"><B>getMaximumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ComponentView.html">ComponentView</A>
<DD>Determines the maximum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/html/ParagraphView.html#getMaximumSpan(int)"><B>getMaximumSpan(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ParagraphView.html">ParagraphView</A>
<DD>Determines the maximum span for this view along an
 axis.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getMaximumThumbSize()"><B>getMaximumThumbSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>Return the smallest acceptable size for the thumb.
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getMaxSelectionIndex()"><B>getMaxSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListSelectionModel.html#getMaxSelectionIndex()"><B>getMaxSelectionIndex()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Returns the last selected index or -1 if the selection is empty.
<DT><A HREF="../javax/swing/JList.html#getMaxSelectionIndex()"><B>getMaxSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the largest selected cell index.
<DT><A HREF="../javax/swing/JTree.html#getMaxSelectionRow()"><B>getMaxSelectionRow()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Gets the last selected row.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getMaxSelectionRow()"><B>getMaxSelectionRow()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Gets the last selected row.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getMaxSelectionRow()"><B>getMaxSelectionRow()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Gets the last selected row.
<DT><A HREF="../javax/swing/table/TableColumn.html#getMaxWidth()"><B>getMaxWidth()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the maximum width for the <B>TableColumn</B>.
<DT><A HREF="../javax/swing/JMenuBar.html#getMenu(int)"><B>getMenu(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Gets the menu at the specified position in the menu bar.
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getMenuArrowIcon()"><B>getMenuArrowIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getMenuArrowIcon()"><B>getMenuArrowIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuBackground()"><B>getMenuBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuBackground()"><B>getMenuBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JInternalFrame.html#getMenuBar()"><B>getMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Swing version 1.0.3,
 replaced by <code>getJMenuBar()</code>.</I>
<DT><A HREF="../javax/swing/JRootPane.html#getMenuBar()"><B>getMenuBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of Swing version 1.0.3
  replaced by <code>getJMenubar()</code>.</I>
<DT><A HREF="../javax/swing/JMenu.html#getMenuComponent(int)"><B>getMenuComponent(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the component at position n
<DT><A HREF="../javax/swing/JMenu.html#getMenuComponentCount()"><B>getMenuComponentCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the number of components on the menu.
<DT><A HREF="../javax/swing/JMenu.html#getMenuComponents()"><B>getMenuComponents()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns an array of the menu's subcomponents
<DT><A HREF="../javax/swing/JMenuBar.html#getMenuCount()"><B>getMenuCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the number of items in the menu bar.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuDisabledForeground()"><B>getMenuDisabledForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuDisabledForeground()"><B>getMenuDisabledForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuForeground()"><B>getMenuForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuForeground()"><B>getMenuForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getMenuItemArrowIcon()"><B>getMenuItemArrowIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getMenuItemArrowIcon()"><B>getMenuItemArrowIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getMenuItemCheckIcon()"><B>getMenuItemCheckIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getMenuItemCheckIcon()"><B>getMenuItemCheckIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuSelectedBackground()"><B>getMenuSelectedBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuSelectedBackground()"><B>getMenuSelectedBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuSelectedForeground()"><B>getMenuSelectedForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuSelectedForeground()"><B>getMenuSelectedForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/MenuKeyEvent.html#getMenuSelectionManager()"><B>getMenuSelectionManager()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/MenuKeyEvent.html">MenuKeyEvent</A>
<DD>Returns the current menu selection manager.
<DT><A HREF="../javax/swing/event/MenuDragMouseEvent.html#getMenuSelectionManager()"><B>getMenuSelectionManager()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/MenuDragMouseEvent.html">MenuDragMouseEvent</A>
<DD>Returns the current menu selection manager.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getMenuTextFont()"><B>getMenuTextFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getMenuTextFont()"><B>getMenuTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getMenuTextFont()"><B>getMenuTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JOptionPane.html#getMessage()"><B>getMessage()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the message-object this pane displays.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getMessage()"><B>getMessage()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the message to display from the JOptionPane the receiver is
 providing the look and feel for.
<DT><A HREF="../javax/swing/JOptionPane.html#getMessageType()"><B>getMessageType()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the message type.
<DT><A HREF="../javax/swing/ProgressMonitor.html#getMillisToDecideToPopup()"><B>getMillisToDecideToPopup()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitor.html">ProgressMonitor</A>
<DD>Returns the amount of time this object waits before deciding whether
 or not to popup a progress monitor.
<DT><A HREF="../javax/swing/ProgressMonitor.html#getMillisToPopup()"><B>getMillisToPopup()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitor.html">ProgressMonitor</A>
<DD>Returns the amount of time it will take for the popup to appear.
<DT><A HREF="../javax/swing/JSlider.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the minimum value supported by the slider.
<DT><A HREF="../javax/swing/BoundedRangeModel.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/BoundedRangeModel.html">BoundedRangeModel</A>
<DD>Returns the minimum acceptable value.
<DT><A HREF="../javax/swing/ProgressMonitor.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitor.html">ProgressMonitor</A>
<DD>Returns the minimum value -- the lower end of the progress value.
<DT><A HREF="../javax/swing/JScrollBar.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the minimum value supported by the scrollbar 
 (usually zero).
<DT><A HREF="../javax/swing/JProgressBar.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the model's minimum value.
<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#getMinimum()"><B>getMinimum()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A>
<DD>Return the model's minimum.
<DT><A HREF="../javax/accessibility/AccessibleValue.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleValue.html">AccessibleValue</A>
<DD>Get the minimum value of this object as a Number.
<DT><A HREF="../javax/swing/JSlider.AccessibleJSlider.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.AccessibleJSlider.html">JSlider.AccessibleJSlider</A>
<DD>Get the minimum accessible value of this object.
<DT><A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.AccessibleJInternalFrame.html">JInternalFrame.AccessibleJInternalFrame</A>
<DD>Get the minimum value of this object as a Number.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon.html">JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon</A>
<DD>Get the minimum value of this object as a Number.
<DT><A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.AccessibleJSplitPane.html">JSplitPane.AccessibleJSplitPane</A>
<DD>Get the minimum accessible value of this object.
<DT><A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.AccessibleAbstractButton.html">AbstractButton.AccessibleAbstractButton</A>
<DD>Get the minimum value of this object as a Number.
<DT><A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.AccessibleJScrollBar.html">JScrollBar.AccessibleJScrollBar</A>
<DD>Get the minimum accessible value of this object.
<DT><A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html#getMinimumAccessibleValue()"><B>getMinimumAccessibleValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.AccessibleJProgressBar.html">JProgressBar.AccessibleJProgressBar</A>
<DD>Get the minimum accessible value of this object.
<DT><A HREF="../javax/swing/JSplitPane.html#getMinimumDividerLocation()"><B>getMinimumDividerLocation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the minimum location of the divider from the look and feel
 implementation.
<DT><A HREF="../javax/swing/plaf/SplitPaneUI.html#getMinimumDividerLocation(javax.swing.JSplitPane)"><B>getMinimumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/SplitPaneUI.html">SplitPaneUI</A>
<DD>Returns the minimum possible location of the divider.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getMinimumDividerLocation(javax.swing.JSplitPane)"><B>getMinimumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Gets the minimum location of the divider.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getMinimumDividerLocation(javax.swing.JSplitPane)"><B>getMinimumDividerLocation(JSplitPane)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getMinimumDividerLocation on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getMinimumHorizontalSize()"><B>getMinimumHorizontalSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getMinimumOptionPaneSize()"><B>getMinimumOptionPaneSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns the minimum size the option pane should be.
<DT><A HREF="../javax/swing/JComponent.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>If the minimumSize has been set to a non-null value
 just return it.
<DT><A HREF="../javax/swing/JToolBar.Separator.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.Separator.html">JToolBar.Separator</A>
<DD>Return the minimum size for the separator
<DT><A HREF="../javax/swing/JScrollBar.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>The scrollbar is flexible along it's scrolling axis and 
 rigid along the other axis.
<DT><A HREF="../javax/swing/Box.Filler.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.html">Box.Filler</A>
<DD>Returns the minimum size of the component.
<DT><A HREF="../javax/swing/plaf/basic/BasicArrowButton.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollButton.html#getMinimumSize()"><B>getMinimumSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollButton.html">MetalScrollButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/TitledBorder.html#getMinimumSize(java.awt.Component)"><B>getMinimumSize(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the minimum dimensions this border requires
 in order to fully display the border and title.
<DT><A HREF="../javax/swing/plaf/ComponentUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ComponentUI.html">ComponentUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Gets the minimum size for the editor component.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Messages getPreferredSize.
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html">BasicDesktopPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html">BasicSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html">BasicToolBarSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableUI.html">BasicTableUI</A>
<DD>Return the minimum size of the table.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html">BasicDesktopIconUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicListUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicListUI.html">BasicListUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html">BasicToolBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html">BasicToolTipUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the minimum size for the passed in component,
 This is passed off to the current layoutmanager.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>The Minimum size for this component is 10.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the minimum size for this component.
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html">BasicMenuBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html">BasicTableHeaderUI</A>
<DD>Return the minimum size of the header.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>A vertical scrollbars minimum width is the largest 
 minimum width of the (non null) increment/decrement buttons,
 and the minimum width of the thumb.
<DT><A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html">BasicPopupMenuUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicLabelUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicLabelUI.html">BasicLabelUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html">BasicScrollPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalComboBoxUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalComboBoxUI.html">MetalComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getMinimumSize(javax.swing.JComponent)"><B>getMinimumSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Call getMinimumSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/text/View.html#getMinimumSpan(int)"><B>getMinimumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines the minimum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/BoxView.html#getMinimumSpan(int)"><B>getMinimumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Determines the minimum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/WrappedPlainView.html#getMinimumSpan(int)"><B>getMinimumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A>
<DD>Determines the minimum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/ComponentView.html#getMinimumSpan(int)"><B>getMinimumSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ComponentView.html">ComponentView</A>
<DD>Determines the minimum span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/html/ParagraphView.html#getMinimumSpan(int)"><B>getMinimumSpan(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ParagraphView.html">ParagraphView</A>
<DD>Determines the minimum span for this view along an
 axis.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getMinimumThumbSize()"><B>getMinimumThumbSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>Return the smallest acceptable size for the thumb.
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollBarUI.html#getMinimumThumbSize()"><B>getMinimumThumbSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollBarUI.html">MetalScrollBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getMinimumVerticalSize()"><B>getMinimumVerticalSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSlider.html#getMinorTickSpacing()"><B>getMinorTickSpacing()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>This method returns the minor tick spacing.
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getMinSelectionIndex()"><B>getMinSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListSelectionModel.html#getMinSelectionIndex()"><B>getMinSelectionIndex()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Returns the first selected index or -1 if the selection is empty.
<DT><A HREF="../javax/swing/JList.html#getMinSelectionIndex()"><B>getMinSelectionIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the smallest selected cell index.
<DT><A HREF="../javax/swing/JTree.html#getMinSelectionRow()"><B>getMinSelectionRow()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Gets the first selected row.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getMinSelectionRow()"><B>getMinSelectionRow()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Gets the first selected row.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getMinSelectionRow()"><B>getMinSelectionRow()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Gets the first selected row.
<DT><A HREF="../javax/swing/table/TableColumn.html#getMinWidth()"><B>getMinWidth()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the minimum width for the <B>TableColumn</B>.
<DT><A HREF="../javax/swing/AbstractButton.html#getMnemonic()"><B>getMnemonic()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Get the keyboard mnemonic from the the current model
<DT><A HREF="../javax/swing/ButtonModel.html#getMnemonic()"><B>getMnemonic()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ButtonModel.html">ButtonModel</A>
<DD>Gets the keyboard mnemonic for this model
<DT><A HREF="../javax/swing/DefaultButtonModel.html#getMnemonic()"><B>getMnemonic()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultButtonModel.html">DefaultButtonModel</A>
<DD>Gets the keyboard mnemonic for this model
<DT><A HREF="../javax/swing/JSlider.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns data model that handles the sliders three 
 fundamental properties: minimum, maximum, value.
<DT><A HREF="../javax/swing/JTree.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the TreeModel that is providing the data.
<DT><A HREF="../javax/swing/AbstractButton.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Get the model that this button represents.
<DT><A HREF="../javax/swing/JScrollBar.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns data model that handles the scrollbar's four
 fundamental properties: minimum, maximum, value, extent.
<DT><A HREF="../javax/swing/JProgressBar.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the data model used by the JProgressBar.
<DT><A HREF="../javax/swing/JComboBox.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the data model currently used by the JComboBox.
<DT><A HREF="../javax/swing/JTabbedPane.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the model associated with this tabbedpane.
<DT><A HREF="../javax/swing/JTable.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the <B>TableModel</B> that provides the data displayed by
 the receiver.
<DT><A HREF="../javax/swing/JList.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the data model that holds the list of items displayed
 by the JList component.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the TreeModel that is providing the data.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getModel()"><B>getModel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumn.html#getModelIndex()"><B>getModelIndex()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Gets the model index for this column.
<DT><A HREF="../javax/swing/KeyStroke.html#getModifiers()"><B>getModifiers()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/KeyStroke.html">KeyStroke</A>
<DD>Returns the modifier keys defined by this KeyStroke object.
<DT><A HREF="../javax/swing/plaf/basic/ComboPopup.html#getMouseListener()"><B>getMouseListener()</B></A> - 
Method in interface javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/ComboPopup.html">ComboPopup</A>
<DD>Returns a mouse listener that shows and hides the popup.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboPopup.html#getMouseListener()"><B>getMouseListener()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboPopup.html">BasicComboPopup</A>
<DD>Implementation of ComboPopup.getMouseListener().
<DT><A HREF="../javax/swing/plaf/basic/ComboPopup.html#getMouseMotionListener()"><B>getMouseMotionListener()</B></A> - 
Method in interface javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/ComboPopup.html">ComboPopup</A>
<DD>Returns a mouse motion listener that makes the popup act like a menu.
<DT><A HREF="../javax/swing/plaf/basic/BasicComboPopup.html#getMouseMotionListener()"><B>getMouseMotionListener()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboPopup.html">BasicComboPopup</A>
<DD>Implementation of ComboPopup.getMouseMotionListener().
<DT><A HREF="../javax/swing/LookAndFeel.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/LookAndFeel.html">LookAndFeel</A>
<DD>Return a short string that identifies this look and feel, e.g.
<DT><A HREF="../javax/swing/UIManager.LookAndFeelInfo.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIManager.LookAndFeelInfo.html">UIManager.LookAndFeelInfo</A>
<DD>Returns the name of the look and feel in a form suitable
 for a menu or other presentation
<DT><A HREF="../javax/swing/text/Keymap.html#getName()"><B>getName()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches the name of the set of key-bindings.
<DT><A HREF="../javax/swing/text/Element.html#getName()"><B>getName()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the name of the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the name of the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets the element name.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Gets the element name.
<DT><A HREF="../javax/swing/text/Style.html#getName()"><B>getName()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Style.html">Style</A>
<DD>Fetches the name of the style.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.SectionElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.SectionElement.html">DefaultStyledDocument.SectionElement</A>
<DD>Gets the name of the element.
<DT><A HREF="../javax/swing/text/StyleContext.NamedStyle.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.NamedStyle.html">StyleContext.NamedStyle</A>
<DD>Fetches the name of the style.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.RunElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.RunElement.html">HTMLDocument.RunElement</A>
<DD>Gets the name of the element.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.BlockElement.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.BlockElement.html">HTMLDocument.BlockElement</A>
<DD>Gets the name of the element.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html#getName()"><B>getName()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLookAndFeel.html">MultiLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFileChooser.html#getName(java.io.File)"><B>getName(File)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the file name.
<DT><A HREF="../javax/swing/filechooser/FileView.html#getName(java.io.File)"><B>getName(File)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A>
<DD>The name of the file.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html#getName(java.io.File)"><B>getName(File)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html">BasicFileChooserUI.BasicFileView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.DragController.html#getNeededLocation(int, int)"><B>getNeededLocation(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.DragController.html">BasicSplitPaneDivider.DragController</A>
<DD>Returns the x argument, since this is used for horizontal
 splits.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.VerticalDragController.html#getNeededLocation(int, int)"><B>getNeededLocation(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.VerticalDragController.html">BasicSplitPaneDivider.VerticalDragController</A>
<DD>Returns the y argument, since this is used for vertical
 splits.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getNewFolderAction()"><B>getNewFolderAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/TreeSelectionEvent.html#getNewLeadSelectionPath()"><B>getNewLeadSelectionPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeSelectionEvent.html">TreeSelectionEvent</A>
<DD>Returns the current lead path.
<DT><A HREF="../javax/swing/text/CompositeView.html#getNextEastWestVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextEastWestVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Returns the next visual position for the cursor, in either the
 east or west direction.
<DT><A HREF="../javax/swing/JComponent.html#getNextFocusableComponent()"><B>getNextFocusableComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the next focusable component or null if the focus manager
 should choose the next focusable component automatically
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getNextLeaf()"><B>getNextLeaf()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the leaf after this node or null if this node is the
 last leaf in the tree.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getNextNode()"><B>getNextNode()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the node that follows this node in a preorder traversal of this
 node's tree.
<DT><A HREF="../javax/swing/text/CompositeView.html#getNextNorthSouthVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Returns the next visual position for the cursor, in either the
 east or west direction.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getNextNorthSouthVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextNorthSouthVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Overriden from CompositeView.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getNextSibling()"><B>getNextSibling()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the next sibling of this node in the parent's children array.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getNextTabIndex(int)"><B>getNextTabIndex(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/View.html#getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Provides a way to determine the next visually represented model 
 location that one might place a caret.
<DT><A HREF="../javax/swing/text/LabelView.html#getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Provides a way to determine the next visually represented model
 location that one might place a caret.
<DT><A HREF="../javax/swing/text/CompositeView.html#getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Provides a way to determine the next visually represented model 
 location that one might place a caret.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[])</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Provides a way to determine the next visually represented model
 location that one might place a caret.
<DT><A HREF="../javax/swing/plaf/TextUI.html#getNextVisualPositionFrom(javax.swing.text.JTextComponent, int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[])</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TextUI.html">TextUI</A>
<DD>Provides a way to determine the next visually represented model 
 location that one might place a caret.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getNextVisualPositionFrom(javax.swing.text.JTextComponent, int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[])</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Provides a way to determine the next visually represented model 
 location that one might place a caret.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getNextVisualPositionFrom(javax.swing.text.JTextComponent, int, javax.swing.text.Position.Bias, int, javax.swing.text.Position.Bias[])"><B>getNextVisualPositionFrom(JTextComponent, int, Position.Bias, int, Position.Bias[])</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Provides a way to determine the next visually represented model 
 location that one might place a caret.
<DT><A HREF="../javax/swing/text/Utilities.html#getNextWord(javax.swing.text.JTextComponent, int)"><B>getNextWord(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the start of the next word for the given location.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getNodeDimensions()"><B>getNodeDimensions()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the object that renders nodes in the tree, and which is 
 responsible for calculating the dimensions of individual nodes.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getNodeDimensions(java.lang.Object, int, int, boolean, java.awt.Rectangle)"><B>getNodeDimensions(Object, int, int, boolean, Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns, by reference in size, the size needed to reprensent
 value.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.NodeDimensions.html#getNodeDimensions(java.lang.Object, int, int, boolean, java.awt.Rectangle)"><B>getNodeDimensions(Object, int, int, boolean, Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.NodeDimensions.html">AbstractLayoutCache.NodeDimensions</A>
<DD>Returns, by reference in bounds, the size and x origin to
 place value at.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.NodeDimensionsHandler.html#getNodeDimensions(java.lang.Object, int, int, boolean, java.awt.Rectangle)"><B>getNodeDimensions(Object, int, int, boolean, Rectangle)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.NodeDimensionsHandler.html">BasicTreeUI.NodeDimensionsHandler</A>
<DD>Responsible for getting the size of a particular node.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getNonContinuousLayoutDivider()"><B>getNonContinuousLayoutDivider()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the divider to use when the splitPane is configured to
 not continuously layout.
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getNorthPane()"><B>getNorthPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ProgressMonitor.html#getNote()"><B>getNote()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitor.html">ProgressMonitor</A>
<DD>Specifies the additional note that is displayed along with the
 progress message.
<DT><A HREF="../javax/swing/JLayeredPane.html#getObjectForLayer(int)"><B>getObjectForLayer(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Returns the Integer object associated with a specified layer.
<DT><A HREF="../javax/swing/RepaintManager.html#getOffscreenBuffer(java.awt.Component, int, int)"><B>getOffscreenBuffer(Component, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/RepaintManager.html">RepaintManager</A>
<DD>Return the offscreen buffer that should be used as a double buffer with the component <code>c</code>
 By default there is a double buffer per RepaintManager.
<DT><A HREF="../javax/swing/event/DocumentEvent.html#getOffset()"><B>getOffset()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.html">DocumentEvent</A>
<DD>Returns the offset within the document of the start
 of the change.
<DT><A HREF="../javax/swing/text/Position.html#getOffset()"><B>getOffset()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Position.html">Position</A>
<DD>Fetches the current offset within the document.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getOffset()"><B>getOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Returns the offset within the document of the start of the change.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getOffset()"><B>getOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the starting offset.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html#getOffset()"><B>getOffset()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.DragWindow.html">BasicToolBarUI.DragWindow</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/BoxView.html#getOffset(int, int)"><B>getOffset(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Fetch the offset of a particular childs current layout
<DT><A HREF="../javax/swing/event/TreeSelectionEvent.html#getOldLeadSelectionPath()"><B>getOldLeadSelectionPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeSelectionEvent.html">TreeSelectionEvent</A>
<DD>Returns the path that was previously the lead path.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getOpenIcon()"><B>getOpenIcon()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the icon used to represent non-leaf nodes that are expanded.
<DT><A HREF="../javax/swing/JOptionPane.html#getOptions()"><B>getOptions()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the choices the user can make.
<DT><A HREF="../javax/swing/JOptionPane.html#getOptionType()"><B>getOptionType()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the type of options that are displayed.
<DT><A HREF="../javax/swing/JSlider.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Return this slider's vertical or horizontal orientation.
<DT><A HREF="../javax/swing/JToolBar.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the current orientation of the toolbar
<DT><A HREF="../javax/swing/JSeparator.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSeparator.html">JSeparator</A>
<DD>Returns the orientation of this separator.
<DT><A HREF="../javax/swing/JSplitPane.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the orientation.
<DT><A HREF="../javax/swing/JScrollBar.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the component's orientation (horizontal or vertical).
<DT><A HREF="../javax/swing/JProgressBar.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns <code>JProgressBar.VERTICAL</code> or 
 <code>JProgressBar.HORIZONTAL</code>, depending on the orientation
 of the progress bar.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the orientation for the JSplitPane.
<DT><A HREF="../javax/swing/border/CompoundBorder.html#getOutsideBorder()"><B>getOutsideBorder()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/CompoundBorder.html">CompoundBorder</A>
<DD>Returns the outside border object.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html#getPadding()"><B>getPadding()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html">BasicOptionPaneUI.ButtonAreaLayout</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JEditorPane.html#getPage()"><B>getPage()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Gets the current url being displayed.
<DT><A HREF="../javax/swing/text/Highlighter.Highlight.html#getPainter()"><B>getPainter()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Highlighter.Highlight.html">Highlighter.Highlight</A>
<DD>Gets the painter for the highlighter.
<DT><A HREF="../javax/swing/JSlider.html#getPaintLabels()"><B>getPaintLabels()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Tells if labels are to be painted.
<DT><A HREF="../javax/swing/JSlider.html#getPaintTicks()"><B>getPaintTicks()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Tells if tick marks are to be painted.
<DT><A HREF="../javax/swing/JSlider.html#getPaintTrack()"><B>getPaintTrack()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Tells if the track (area the slider slides in) is to be painted.
<DT><A HREF="../javax/swing/JTextPane.html#getParagraphAttributes()"><B>getParagraphAttributes()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Fetches the current paragraph attributes in effect
 at the location of the caret, or null if none.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getParagraphElement(int)"><B>getParagraphElement(int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Gets the element that represents the paragraph that
 encloses the given offset within the document.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getParagraphElement(int)"><B>getParagraphElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Get the paragraph element containing the given position.
<DT><A HREF="../javax/swing/text/PlainDocument.html#getParagraphElement(int)"><B>getParagraphElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainDocument.html">PlainDocument</A>
<DD>Get the paragraph element containing the given position.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getParagraphElement(int)"><B>getParagraphElement(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Gets a paragraph element.
<DT><A HREF="../javax/swing/text/Utilities.html#getParagraphElement(javax.swing.text.JTextComponent, int)"><B>getParagraphElement(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the element to use for a paragraph/line.
<DT><A HREF="../javax/swing/text/View.html#getParent()"><B>getParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Returns the parent of the view.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getParent()"><B>getParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Returns the parent <code>TreeNode</code> of the receiver.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getParent()"><B>getParent()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns this node's parent or null if this node has no parent.
<DT><A HREF="../javax/swing/tree/TreeNode.html#getParent()"><B>getParent()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeNode.html">TreeNode</A>
<DD>Returns the parent <code>TreeNode</code> of the receiver.
<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#getParentDirectory(java.io.File)"><B>getParentDirectory(File)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>
<DD>Returns the parent directory of dir.
<DT><A HREF="../javax/swing/text/Element.html#getParentElement()"><B>getParentElement()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the parent element.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getParentElement()"><B>getParentElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the parent of the element.
<DT><A HREF="../javax/swing/tree/TreePath.html#getParentPath()"><B>getParentPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/TreePath.html">TreePath</A>
<DD>Returns a path containing all the elements of the receiver, accept
 the last path component.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.html#getParser()"><B>getParser()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.html">HTMLEditorKit</A>
<DD>Fetch the parser to use for reading html streams.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getPartialSize(int, int)"><B>getPartialSize(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Returns the size used by the views between <code>startOffset</code>
 and <code>endOffset</code>.
<DT><A HREF="../javax/swing/text/TabableView.html#getPartialSpan(int, int)"><B>getPartialSpan(int, int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/TabableView.html">TabableView</A>
<DD>Determines the span along the same axis as tab 
 expansion for a portion of the view.
<DT><A HREF="../javax/swing/text/LabelView.html#getPartialSpan(int, int)"><B>getPartialSpan(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Determines the span along the same axis as tab 
 expansion for a portion of the view.
<DT><A HREF="../javax/swing/JPasswordField.html#getPassword()"><B>getPassword()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD>Returns the text contained in this TextComponent.
<DT><A HREF="../javax/swing/event/TreeExpansionEvent.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeExpansionEvent.html">TreeExpansionEvent</A>
<DD>Returns the path to the value that has been expanded/collapsed.
<DT><A HREF="../javax/swing/event/TreeModelEvent.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeModelEvent.html">TreeModelEvent</A>
<DD>Convenience method to get the array of objects from the TreePath
 instance that this event wraps.
<DT><A HREF="../javax/swing/event/MenuKeyEvent.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/MenuKeyEvent.html">MenuKeyEvent</A>
<DD>Returns the path to the menu item referenced by this event.
<DT><A HREF="../javax/swing/event/MenuDragMouseEvent.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/MenuDragMouseEvent.html">MenuDragMouseEvent</A>
<DD>Returns the path to the selected menu item.
<DT><A HREF="../javax/swing/event/TreeSelectionEvent.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeSelectionEvent.html">TreeSelectionEvent</A>
<DD>Returns the first path element.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the path from the root, to get to this node.
<DT><A HREF="../javax/swing/tree/TreePath.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/TreePath.html">TreePath</A>
<DD>Returns an array of Objects containing the components of this
 TreePath.
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getPath()"><B>getPath()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTree.html#getPathBetweenRows(int, int)"><B>getPathBetweenRows(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns JTreePath instances representing the path between index0
 and index1 (including index1).
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getPathBounds(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getPathBounds(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the Rectangle enclosing the label portion that the
 last item in path will be drawn into.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getPathBounds(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getPathBounds(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the Rectangle enclosing the label portion that the
 last item in path will be drawn into.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getPathBounds(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getPathBounds(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getPathBounds on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTree.html#getPathBounds(javax.swing.tree.TreePath)"><B>getPathBounds(TreePath)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the Rectangle that the specified node will be drawn
 into.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getPathClosestTo(int, int)"><B>getPathClosestTo(int, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getPathClosestTo(int, int)"><B>getPathClosestTo(int, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getPathClosestTo(int, int)"><B>getPathClosestTo(int, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the path to the node that is closest to x,y.
<DT><A HREF="../javax/swing/tree/TreePath.html#getPathComponent(int)"><B>getPathComponent(int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/TreePath.html">TreePath</A>
<DD>Returns the path component at the specified index.
<DT><A HREF="../javax/swing/tree/TreePath.html#getPathCount()"><B>getPathCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/TreePath.html">TreePath</A>
<DD>Returns the number of elements in the path.
<DT><A HREF="../javax/swing/JTree.html#getPathForLocation(int, int)"><B>getPathForLocation(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path for the node at the specified location.
<DT><A HREF="../javax/swing/JTree.html#getPathForRow(int)"><B>getPathForRow(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path for the specified row.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getPathForRow(int)"><B>getPathForRow(int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the path for passed in row.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getPathForRow(int)"><B>getPathForRow(int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns the path for passed in row.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getPathForRow(int)"><B>getPathForRow(int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the path for passed in row.
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getPathForRow(javax.swing.JTree, int)"><B>getPathForRow(JTree, int)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the path for passed in row.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getPathForRow(javax.swing.JTree, int)"><B>getPathForRow(JTree, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the path for passed in row.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getPathForRow(javax.swing.JTree, int)"><B>getPathForRow(JTree, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getPathForRow on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/event/TreeSelectionEvent.html#getPaths()"><B>getPaths()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeSelectionEvent.html">TreeSelectionEvent</A>
<DD>Returns the paths that have been added or removed from the
 selection.
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getPathToRoot(javax.swing.tree.TreeNode)"><B>getPathToRoot(TreeNode)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getPathToRoot(javax.swing.tree.TreeNode, int)"><B>getPathToRoot(TreeNode, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array.
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getPathToRoot(javax.swing.tree.TreeNode, int)"><B>getPathToRoot(TreeNode, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Builds the parents of node up to and including the root node,
 where the original node is the last element in the returned array.
<DT><A HREF="../javax/swing/JProgressBar.html#getPercentComplete()"><B>getPercentComplete()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the percentage/percent complete for the progress bar.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getPointSize(int)"><B>getPointSize(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Return the point size, given a size index.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getPointSize(java.lang.String)"><B>getPointSize(String)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Given a string "+2", "-2", "2".
<DT><A HREF="../javax/swing/plaf/basic/BasicComboPopup.html#getPopupHeightForRowCount(int)"><B>getPopupHeightForRowCount(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboPopup.html">BasicComboPopup</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenu.html#getPopupMenu()"><B>getPopupMenu()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the popupmenu associated with this menu
<DT><A HREF="../javax/swing/text/TabStop.html#getPosition()"><B>getPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabStop.html">TabStop</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLayeredPane.html#getPosition(java.awt.Component)"><B>getPosition(Component)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLayeredPane.html">JLayeredPane</A>
<DD>Get the relative position of the component within its layer.
<DT><A HREF="../javax/swing/text/Utilities.html#getPositionAbove(javax.swing.text.JTextComponent, int, int)"><B>getPositionAbove(JTextComponent, int, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the position in the model that is closest to the given 
 view location in the row above.
<DT><A HREF="../javax/swing/text/Utilities.html#getPositionBelow(javax.swing.text.JTextComponent, int, int)"><B>getPositionBelow(JTextComponent, int, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the position in the model that is closest to the given 
 view location in the row below.
<DT><A HREF="../javax/swing/text/GapContent.html#getPositionsInRange(java.util.Vector, int, int)"><B>getPositionsInRange(Vector, int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Returns a Vector containing instances of UndoPosRef for the
 Positions in the range
 <code>offset</code> to <code>offset</code> + <code>length</code>.
<DT><A HREF="../javax/swing/text/StringContent.html#getPositionsInRange(java.util.Vector, int, int)"><B>getPositionsInRange(Vector, int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StringContent.html">StringContent</A>
<DD>Returns a Vector containing instances of UndoPosRef for the
 Positions in the range
 <code>offset</code> to <code>offset</code> + <code>length</code>.
<DT><A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html#getPreferredButtonSize(javax.swing.AbstractButton, int)"><B>getPreferredButtonSize(AbstractButton, int)</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicGraphicsUtils.html">BasicGraphicsUtils</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getPreferredHeight()"><B>getPreferredHeight()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the preferred height.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getPreferredHorizontalSize()"><B>getPreferredHorizontalSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getPreferredInnerHorizontal()"><B>getPreferredInnerHorizontal()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getPreferredInnerVertical()"><B>getPreferredInnerVertical()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getPreferredMenuItemSize(javax.swing.JComponent, javax.swing.Icon, javax.swing.Icon, int)"><B>getPreferredMenuItemSize(JComponent, Icon, Icon, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getPreferredMinSize()"><B>getPreferredMinSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the minimum preferred size.
<DT><A HREF="../javax/swing/JTree.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the preferred display size of a JTree.
<DT><A HREF="../javax/swing/JTextArea.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns the preferred size of the viewport if this component
 is embedded in a JScrollPane.
<DT><A HREF="../javax/swing/Scrollable.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Scrollable.html">Scrollable</A>
<DD>Returns the preferred size of the viewport for a view component.
<DT><A HREF="../javax/swing/JTable.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the preferred size of the viewport for this table.
<DT><A HREF="../javax/swing/JList.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Compute the size of the viewport needed to display visibleRowCount
 rows.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the preferred size of the viewport for a view component.
<DT><A HREF="../javax/swing/JComponent.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>If the preferredSize has been set to a non-null value
 just return it.
<DT><A HREF="../javax/swing/JEditorPane.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>The preferred size for JEditorPane is slightly altered
 from the preferred size of the superclass.
<DT><A HREF="../javax/swing/JTextField.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Returns the preferred size Dimensions needed for this 
 TextField.
<DT><A HREF="../javax/swing/JToolBar.Separator.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.Separator.html">JToolBar.Separator</A>
<DD>Return the preferred size for the separator
<DT><A HREF="../javax/swing/JTextArea.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns the preferred size of the TextArea.
<DT><A HREF="../javax/swing/Box.Filler.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.html">Box.Filler</A>
<DD>Returns the preferred size of the component.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.DefaultTextField.html">DefaultTreeCellEditor.DefaultTextField</A>
<DD>Overrides <code>JTextField.getPreferredSize</code> to
 return the preferred size based on current font, if set,
 or else use renderer's font.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.EditorContainer.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.EditorContainer.html">DefaultTreeCellEditor.EditorContainer</A>
<DD>Returns the preferred size for the Container.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Overrides <code>JComponent.getPreferredSize</code> to
 return slightly taller preferred size value.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneDivider.html">BasicSplitPaneDivider</A>
<DD>Returns dividerSize x dividerSize
<DT><A HREF="../javax/swing/plaf/basic/BasicArrowButton.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicArrowButton.html">BasicArrowButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollButton.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollButton.html">MetalScrollButton</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/ComponentUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/ComponentUI.html">ComponentUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Gets the preferred size for the editor component.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>If c is the JOptionPane the reciever is contained in, the preferred
 size that is returned is the maximum of the preferred size of
 the LayoutManager for the JOptionPane, and
 <code>getMinimumOptionPaneSize</code>.
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopPaneUI.html">BasicDesktopPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSeparatorUI.html">BasicSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarSeparatorUI.html">BasicToolBarSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableUI.html">BasicTableUI</A>
<DD>Return the preferred size of the table.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDesktopIconUI.html">BasicDesktopIconUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicListUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicListUI.html">BasicListUI</A>
<DD>The preferredSize of a list is total height of the rows
 and the maximum width of the cells.
<DT><A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolBarUI.html">BasicToolBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToolTipUI.html">BasicToolTipUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the preferred size for the passed in component,
 This is passed off to the current layoutmanager.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html">BasicRadioButtonUI</A>
<DD>The preferred size of the radio button
<DT><A HREF="../javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.html">BasicPopupMenuSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the preferred size to properly display the tree,
 this is a cover method for getPreferredSize(c, false).
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuBarUI.html">BasicMenuBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html">BasicTableHeaderUI</A>
<DD>Return the preferred size of the header.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>A vertical scrollbars preferred width is the maximum of 
 preferred widths of the (non null) increment/decrement buttons,
 and the minimum width of the thumb.
<DT><A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicPopupMenuUI.html">BasicPopupMenuUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicLabelUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicLabelUI.html">BasicLabelUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicComboBoxUI.html">BasicComboBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollPaneUI.html">BasicScrollPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.html">MetalFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalDesktopIconUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalDesktopIconUI.html">MetalDesktopIconUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSeparatorUI.html">MetalSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalScrollBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalScrollBarUI.html">MetalScrollBarUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.html">MetalPopupMenuSeparatorUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalToolTipUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalToolTipUI.html">MetalToolTipUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getPreferredSize(javax.swing.JComponent)"><B>getPreferredSize(JComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Call getPreferredSize on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getPreferredSize(javax.swing.JComponent, boolean)"><B>getPreferredSize(JComponent, boolean)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the preferred size to represent the tree in
 <I>c</I>.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getPreferredSizeOfComponent(java.awt.Component)"><B>getPreferredSizeOfComponent(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the width of the passed in Components preferred size.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html#getPreferredSizeOfComponent(java.awt.Component)"><B>getPreferredSizeOfComponent(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html">BasicSplitPaneUI.BasicVerticalLayoutManager</A>
<DD>Returns the height of the passed in Components preferred size.
<DT><A HREF="../javax/swing/text/View.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/IconView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/IconView.html">IconView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/PlainView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainView.html">PlainView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/FieldView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/FieldView.html">FieldView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/LabelView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/BoxView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/WrappedPlainView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/LabelView2D.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView2D.html">LabelView2D</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/ComponentView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ComponentView.html">ComponentView</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/TableView.TableCell.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableCell.html">TableView.TableCell</A>
<DD>Determines the preferred span for this view along an
 axis.
<DT><A HREF="../javax/swing/text/html/ParagraphView.html#getPreferredSpan(int)"><B>getPreferredSpan(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ParagraphView.html">ParagraphView</A>
<DD>Determines the preferred span for this view.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getPreferredVerticalSize()"><B>getPreferredVerticalSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumn.html#getPreferredWidth()"><B>getPreferredWidth()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the preferred width of the <B>TableColumn</B>.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getPreferredWidth(java.awt.Rectangle)"><B>getPreferredWidth(Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the preferred width for the passed in region.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getPreferredWidth(java.awt.Rectangle)"><B>getPreferredWidth(Rectangle)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the preferred width and height for the region in
 <code>visibleRegion</code>.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getPresentationName()"><B>getPresentationName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Provides a localized, human readable description of this edit
 suitable for use in, say, a change log.
<DT><A HREF="../javax/swing/undo/AbstractUndoableEdit.html#getPresentationName()"><B>getPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/AbstractUndoableEdit.html">AbstractUndoableEdit</A>
<DD>This default implementation returns "".
<DT><A HREF="../javax/swing/undo/CompoundEdit.html#getPresentationName()"><B>getPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/CompoundEdit.html">CompoundEdit</A>
<DD>Returns getPresentationName from the last UndoableEdit added to
 edits.
<DT><A HREF="../javax/swing/undo/StateEdit.html#getPresentationName()"><B>getPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/StateEdit.html">StateEdit</A>
<DD>Gets the presentation name for this edit
<DT><A HREF="../javax/swing/undo/UndoableEdit.html#getPresentationName()"><B>getPresentationName()</B></A> - 
Method in interface javax.swing.undo.<A HREF="../javax/swing/undo/UndoableEdit.html">UndoableEdit</A>
<DD>Provide a localized, human readable description of this edit
 suitable for use in, say, a change log.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getPreservesUnknownTags()"><B>getPreservesUnknownTags()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/AbstractButton.html#getPressedIcon()"><B>getPressedIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the pressed icon for the button.
<DT><A HREF="../javax/swing/JColorChooser.html#getPreviewPanel()"><B>getPreviewPanel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Returns the preview panel that shows a chosen color.
<DT><A HREF="../javax/swing/colorchooser/ColorChooserComponentFactory.html#getPreviewPanel()"><B>getPreviewPanel()</B></A> - 
Static method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/ColorChooserComponentFactory.html">ColorChooserComponentFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DefaultDesktopManager.html#getPreviousBounds(javax.swing.JInternalFrame)"><B>getPreviousBounds(JInternalFrame)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultDesktopManager.html">DefaultDesktopManager</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getPreviousLeaf()"><B>getPreviousLeaf()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the leaf before this node or null if this node is the
 first leaf in the tree.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getPreviousNode()"><B>getPreviousNode()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the node that precedes this node in a preorder traversal of
 this node's tree.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getPreviousSibling()"><B>getPreviousSibling()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the previous sibling of this node in the parent's children
 array.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getPreviousTabIndex(int)"><B>getPreviousTabIndex(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Utilities.html#getPreviousWord(javax.swing.text.JTextComponent, int)"><B>getPreviousWord(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determine the start of the prev word for the given location.
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimary1()"><B>getPrimary1()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getPrimary1()"><B>getPrimary1()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimary2()"><B>getPrimary2()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getPrimary2()"><B>getPrimary2()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimary3()"><B>getPrimary3()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getPrimary3()"><B>getPrimary3()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getPrimaryControl()"><B>getPrimaryControl()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimaryControl()"><B>getPrimaryControl()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getPrimaryControlDarkShadow()"><B>getPrimaryControlDarkShadow()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimaryControlDarkShadow()"><B>getPrimaryControlDarkShadow()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getPrimaryControlHighlight()"><B>getPrimaryControlHighlight()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimaryControlHighlight()"><B>getPrimaryControlHighlight()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getPrimaryControlInfo()"><B>getPrimaryControlInfo()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimaryControlInfo()"><B>getPrimaryControlInfo()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getPrimaryControlShadow()"><B>getPrimaryControlShadow()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getPrimaryControlShadow()"><B>getPrimaryControlShadow()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ProgressMonitorInputStream.html#getProgressMonitor()"><B>getProgressMonitor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ProgressMonitorInputStream.html">ProgressMonitorInputStream</A>
<DD>Get the ProgressMonitor object being used by this stream.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getProperty(java.lang.Object)"><B>getProperty(Object)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>A convenience method for looking up a property value.
<DT><A HREF="../javax/swing/text/Document.html#getProperty(java.lang.Object)"><B>getProperty(Object)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Gets properties associated with the document.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Gets the name used as a key to look up properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuItemUI.html">BasicMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.html">BasicCheckBoxMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.html">BasicRadioButtonMenuItemUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTextAreaUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextAreaUI.html">BasicTextAreaUI</A>
<DD>Fetches the name used as a key to look up properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextFieldUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextFieldUI.html">BasicTextFieldUI</A>
<DD>Fetches the name used as a key to lookup properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicToggleButtonUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicToggleButtonUI.html">BasicToggleButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicPasswordFieldUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicPasswordFieldUI.html">BasicPasswordFieldUI</A>
<DD>Fetches the name used as a key to look up properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicRadioButtonUI.html">BasicRadioButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicEditorPaneUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicEditorPaneUI.html">BasicEditorPaneUI</A>
<DD>Fetches the name used as a key to lookup properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextPaneUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextPaneUI.html">BasicTextPaneUI</A>
<DD>Fetches the name used as a key to lookup properties through the
 UIManager.
<DT><A HREF="../javax/swing/plaf/basic/BasicCheckBoxUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicCheckBoxUI.html">BasicCheckBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicMenuUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicMenuUI.html">BasicMenuUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalCheckBoxUI.html#getPropertyPrefix()"><B>getPropertyPrefix()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalCheckBoxUI.html">MetalCheckBoxUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JList.html#getPrototypeCellValue()"><B>getPrototypeCellValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the cell width of the "prototypical cell" -- a cell used
 for the calculation of cell widths, because it has the same value
 as all other list items, instead of forcing the calculation to
 inspect every item in the list.
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getRadioButtonIcon()"><B>getRadioButtonIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getRadioButtonIcon()"><B>getRadioButtonIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicIconFactory.html#getRadioButtonMenuItemIcon()"><B>getRadioButtonMenuItemIcon()</B></A> - 
Static method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicIconFactory.html">BasicIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getRadioButtonMenuItemIcon()"><B>getRadioButtonMenuItemIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/BorderUIResource.html#getRaisedBevelBorderUIResource()"><B>getRaisedBevelBorderUIResource()</B></A> - 
Static method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/BorderUIResource.html">BorderUIResource</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getReader(int)"><B>getReader(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Fetch the reader for the parser to use to load the document
 with html.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getReader(int, int, int, javax.swing.text.html.HTML.Tag)"><B>getReader(int, int, int, HTML.Tag)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Fetch the reader for the parser to use to load the document
 with html.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getRedoPresentationName()"><B>getRedoPresentationName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Provides a localized, human readable description of the redoable
 form of this edit, e.g.
<DT><A HREF="../javax/swing/undo/AbstractUndoableEdit.html#getRedoPresentationName()"><B>getRedoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/AbstractUndoableEdit.html">AbstractUndoableEdit</A>
<DD>If getPresentationName() returns "", returns
 AbstractUndoableEdit.RedoName.
<DT><A HREF="../javax/swing/undo/CompoundEdit.html#getRedoPresentationName()"><B>getRedoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/CompoundEdit.html">CompoundEdit</A>
<DD>Returns getRedoPresentationName from the last UndoableEdit
 added to edits.
<DT><A HREF="../javax/swing/undo/UndoableEdit.html#getRedoPresentationName()"><B>getRedoPresentationName()</B></A> - 
Method in interface javax.swing.undo.<A HREF="../javax/swing/undo/UndoableEdit.html">UndoableEdit</A>
<DD>Provide a localized, human readable description of the redoable
 form of this edit, e.g.
<DT><A HREF="../javax/swing/undo/UndoManager.html#getRedoPresentationName()"><B>getRedoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/UndoManager.html">UndoManager</A>
<DD>If inProgress, returns getRedoPresentationName of the
 significant edit that will be redone when redo() is invoked.
<DT><A HREF="../javax/swing/JComponent.html#getRegisteredKeyStrokes()"><B>getRegisteredKeyStrokes()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the KeyStrokes that will initiate registered actions.
<DT><A HREF="../javax/swing/JComboBox.html#getRenderer()"><B>getRenderer()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the renderer used to display the selected item in the JComboBox
 field.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getReorderingAllowed()"><B>getReorderingAllowed()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns true if the receiver allows the user to rearrange columns by
 dragging their headers, false otherwise.
<DT><A HREF="../javax/swing/ToolTipManager.html#getReshowDelay()"><B>getReshowDelay()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ToolTipManager.html">ToolTipManager</A>
<DD>Returns the reshow delay value.
<DT><A HREF="../javax/swing/table/TableColumn.html#getResizable()"><B>getResizable()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns true if the user is allowed to resize the <B>TableColumn</B>
 width, false otherwise.
<DT><A HREF="../javax/swing/text/View.html#getResizeWeight(int)"><B>getResizeWeight(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Determines the resizability of the view along the
 given axis.
<DT><A HREF="../javax/swing/text/FieldView.html#getResizeWeight(int)"><B>getResizeWeight(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/FieldView.html">FieldView</A>
<DD>Determines the resizability of the view along the
 given axis.
<DT><A HREF="../javax/swing/text/BoxView.html#getResizeWeight(int)"><B>getResizeWeight(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Gets the resize weight.
<DT><A HREF="../javax/swing/text/TableView.TableRow.html#getResizeWeight(int)"><B>getResizeWeight(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableRow.html">TableView.TableRow</A>
<DD>Determines the resizability of the view along the
 given axis.
<DT><A HREF="../javax/swing/text/html/BlockView.html#getResizeWeight(int)"><B>getResizeWeight(int)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/BlockView.html">BlockView</A>
<DD>Gets the resize weight.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getResizingAllowed()"><B>getResizingAllowed()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns true if the receiver allows the user to resize columns by dragging
 between their headers, false otherwise.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getResizingColumn()"><B>getResizingColumn()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the resizing column.
<DT><A HREF="../javax/swing/text/AttributeSet.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AttributeSet.html">AttributeSet</A>
<DD>Gets the resolving parent.
<DT><A HREF="../javax/swing/text/Keymap.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Keymap.html">Keymap</A>
<DD>Fetches the parent keymap used to resolve key-bindings.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the resolving parent.
<DT><A HREF="../javax/swing/text/SimpleAttributeSet.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/SimpleAttributeSet.html">SimpleAttributeSet</A>
<DD>Gets the resolving parent.
<DT><A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.SmallAttributeSet.html">StyleContext.SmallAttributeSet</A>
<DD>If not overriden, the resolving parent defaults to 
 the parent element.
<DT><A HREF="../javax/swing/text/StyleContext.NamedStyle.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.NamedStyle.html">StyleContext.NamedStyle</A>
<DD>Gets attributes from the parent.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.RunElement.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.RunElement.html">HTMLDocument.RunElement</A>
<DD>Gets the resolving parent.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.BlockElement.html#getResolveParent()"><B>getResolveParent()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.BlockElement.html">HTMLDocument.BlockElement</A>
<DD>Gets the resolving parent.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getRightChildIndent()"><B>getRightChildIndent()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSplitPane.html#getRightComponent()"><B>getRightComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the component to the right (or below) the divider.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getRightIndent(javax.swing.text.AttributeSet)"><B>getRightIndent(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the right indent setting.
<DT><A HREF="../javax/swing/text/CompositeView.html#getRightInset()"><B>getRightInset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Gets the right inset.
<DT><A HREF="../javax/swing/AbstractButton.html#getRolloverIcon()"><B>getRolloverIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the rollover icon for the button.
<DT><A HREF="../javax/swing/AbstractButton.html#getRolloverSelectedIcon()"><B>getRolloverSelectedIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the rollover seletion icon for the button.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getRoot()"><B>getRoot()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the root of the tree that contains this node.
<DT><A HREF="../javax/swing/tree/DefaultTreeModel.html#getRoot()"><B>getRoot()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeModel.html">DefaultTreeModel</A>
<DD>Returns the root of the tree.
<DT><A HREF="../javax/swing/tree/TreeModel.html#getRoot()"><B>getRoot()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeModel.html">TreeModel</A>
<DD>Returns the root of the tree.
<DT><A HREF="../javax/swing/SwingUtilities.html#getRoot(java.awt.Component)"><B>getRoot(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>Returns the root component for the current component tree.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementBuffer.html#getRootElement()"><B>getRootElement()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementBuffer.html">DefaultStyledDocument.ElementBuffer</A>
<DD>Gets the root element.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getRootElements()"><B>getRootElements()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Gets all root elements defined.
<DT><A HREF="../javax/swing/text/Document.html#getRootElements()"><B>getRootElements()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Returns all of the root elements that are defined.
<DT><A HREF="../javax/swing/JOptionPane.html#getRootFrame()"><B>getRootFrame()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the Frame to use for the class methods in which a frame
 is not provided.
<DT><A HREF="../javax/swing/JComponent.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the JRootPane ancestor for a component
<DT><A HREF="../javax/swing/JInternalFrame.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the rootPane object for this frame.
<DT><A HREF="../javax/swing/RootPaneContainer.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/RootPaneContainer.html">RootPaneContainer</A>
<DD>Return this component's single JRootPane child.
<DT><A HREF="../javax/swing/JApplet.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.html">JApplet</A>
<DD>Returns the rootPane object for this applet.
<DT><A HREF="../javax/swing/JWindow.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.html">JWindow</A>
<DD>Returns the rootPane object for this window.
<DT><A HREF="../javax/swing/JDialog.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.html">JDialog</A>
<DD>Returns the rootPane object for this dialog.
<DT><A HREF="../javax/swing/JFrame.html#getRootPane()"><B>getRootPane()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.html">JFrame</A>
<DD>Returns the rootPane object for this frame.
<DT><A HREF="../javax/swing/SwingUtilities.html#getRootPane(java.awt.Component)"><B>getRootPane(Component)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SwingUtilities.html">SwingUtilities</A>
<DD>If c is a JRootPane descendant return its JRootPane ancestor.
<DT><A HREF="../javax/swing/filechooser/FileSystemView.html#getRoots()"><B>getRoots()</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileSystemView.html">FileSystemView</A>
<DD>Returns all root partitians on this system.
<DT><A HREF="../javax/swing/plaf/TextUI.html#getRootView(javax.swing.text.JTextComponent)"><B>getRootView(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TextUI.html">TextUI</A>
<DD>Fetches a View with the allocation of the associated
 text component (i.e.
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getRootView(javax.swing.text.JTextComponent)"><B>getRootView(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Fetches a View with the allocation of the associated 
 text component (i.e.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getRootView(javax.swing.text.JTextComponent)"><B>getRootView(JTextComponent)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Call getRootView on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTree.html#getRowBounds(int)"><B>getRowBounds(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the Rectangle that the node at the specified row is
 drawn in.
<DT><A HREF="../javax/swing/JTree.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the number of rows that are currently being displayed.
<DT><A HREF="../javax/swing/JTable.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the number of rows in the table.
<DT><A HREF="../javax/swing/table/DefaultTableModel.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A>
<DD>Returns the number of rows in this data table.
<DT><A HREF="../javax/swing/table/TableModel.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableModel.html">TableModel</A>
<DD>Returns the number of records managed by the data source object.
<DT><A HREF="../javax/swing/text/TableView.TableCell.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableCell.html">TableView.TableCell</A>
<DD>Gets the number of rows this cell spans (that is, the
 grid height).
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Number of rows being displayed.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns the number of visible rows.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getRowCount()"><B>getRowCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the number of visible rows.
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getRowCount(javax.swing.JTree)"><B>getRowCount(JTree)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the number of rows that are being displayed.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getRowCount(javax.swing.JTree)"><B>getRowCount(JTree)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the number of rows that are being displayed.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getRowCount(javax.swing.JTree)"><B>getRowCount(JTree)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getRowCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/text/Utilities.html#getRowEnd(javax.swing.text.JTextComponent, int)"><B>getRowEnd(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the ending row model position of the row that contains
 the specified model position.
<DT><A HREF="../javax/swing/JTree.html#getRowForLocation(int, int)"><B>getRowForLocation(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the row for the specified location.
<DT><A HREF="../javax/swing/plaf/TreeUI.html#getRowForPath(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getRowForPath(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TreeUI.html">TreeUI</A>
<DD>Returns the row that the last item identified in path is visible
 at.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getRowForPath(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getRowForPath(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>Returns the row that the last item identified in path is visible
 at.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getRowForPath(javax.swing.JTree, javax.swing.tree.TreePath)"><B>getRowForPath(JTree, TreePath)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Call getRowForPath on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTree.html#getRowForPath(javax.swing.tree.TreePath)"><B>getRowForPath(TreePath)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the row that displays the node identified by the specified
 path.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getRowForPath(javax.swing.tree.TreePath)"><B>getRowForPath(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the row that the last item identified in path is visible
 at.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getRowForPath(javax.swing.tree.TreePath)"><B>getRowForPath(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns the row that the last item identified in path is visible
 at.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getRowForPath(javax.swing.tree.TreePath)"><B>getRowForPath(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the row that the last item identified in path is visible
 at.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getRowHeader()"><B>getRowHeader()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the JViewport object that is the row header.
<DT><A HREF="../javax/swing/JScrollPane.html#getRowHeader()"><B>getRowHeader()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the row header.
<DT><A HREF="../javax/swing/JTree.html#getRowHeight()"><B>getRowHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the height of each row.
<DT><A HREF="../javax/swing/JTextArea.html#getRowHeight()"><B>getRowHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Defines the meaning of the height of a row.
<DT><A HREF="../javax/swing/JTable.html#getRowHeight()"><B>getRowHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the height of a table row in the receiver.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getRowHeight()"><B>getRowHeight()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the height of each row.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getRowHeight()"><B>getRowHeight()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicListUI.html#getRowHeight(int)"><B>getRowHeight(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicListUI.html">BasicListUI</A>
<DD>Returns the height of the specified row based on the current layout.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getRowMapper()"><B>getRowMapper()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the RowMapper instance that is able to map a path to a
 row.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getRowMapper()"><B>getRowMapper()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the RowMapper instance that is able to map a path to a
 row.
<DT><A HREF="../javax/swing/JTable.html#getRowMargin()"><B>getRowMargin()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Gets the amount of emtpy space between rows.
<DT><A HREF="../javax/swing/JTextArea.html#getRows()"><B>getRows()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns the number of rows in the TextArea.
<DT><A HREF="../javax/swing/JTable.html#getRowSelectionAllowed()"><B>getRowSelectionAllowed()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns true if rows can be selected.
<DT><A HREF="../javax/swing/tree/RowMapper.html#getRowsForPaths(javax.swing.tree.TreePath[])"><B>getRowsForPaths(TreePath[])</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/RowMapper.html">RowMapper</A>
<DD>Returns the rows that the TreePath instances in <code>path</code>
 are being displayed at.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getRowsForPaths(javax.swing.tree.TreePath[])"><B>getRowsForPaths(TreePath[])</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the rows that the TreePath instances in <code>path</code>
 are being displayed at.
<DT><A HREF="../javax/swing/text/Utilities.html#getRowStart(javax.swing.text.JTextComponent, int)"><B>getRowStart(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the starting row model position of the row that contains
 the specified model position.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.NodeDimensionsHandler.html#getRowX(int, int)"><B>getRowX(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.NodeDimensionsHandler.html">BasicTreeUI.NodeDimensionsHandler</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getRule(javax.swing.text.html.HTML.Tag, javax.swing.text.Element)"><B>getRule(HTML.Tag, Element)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch the style to use to render the given type
 of html tag.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getRule(java.lang.String)"><B>getRule(String)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch the rule that best matches the selector given
 in string form.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getRunForTab(int, int)"><B>getRunForTab(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTree.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the amount for a block inrecment, which is the height or
 width of <code>visibleRect</code>, based on <code>orientation</code>.
<DT><A HREF="../javax/swing/Scrollable.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Scrollable.html">Scrollable</A>
<DD>Components that display logical rows or columns should compute
 the scroll increment that will completely expose one block
 of rows or columns, depending on the value of orientation.
<DT><A HREF="../javax/swing/JTable.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns The visibleRect.height or visibleRect.width, depending on the
 table's orientation.
<DT><A HREF="../javax/swing/JList.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the block increment amount.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Components that display logical rows or columns should compute
 the scroll increment that will completely expose one block
 of rows or columns, depending on the value of orientation.
<DT><A HREF="../javax/swing/JEditorPane.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Returns true if a viewport should always force the height of this 
 Scrollable to match the height of the viewport.
<DT><A HREF="../javax/swing/JTree.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns false to indicate that the height of the viewport does not 
 determine the height of the table, unless the preferred height
 of the tree is smaller than the viewports height.
<DT><A HREF="../javax/swing/Scrollable.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Scrollable.html">Scrollable</A>
<DD>Return true if a viewport should always force the height of this 
 Scrollable to match the height of the viewport.
<DT><A HREF="../javax/swing/JTable.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns false to indicate that the height of the viewport does not
 determine the height of the table.
<DT><A HREF="../javax/swing/JList.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>If this JList is displayed in a JViewport, don't change its height
 when the viewports height changes.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Return true if a viewport should always force the height of this 
 Scrollable to match the height of the viewport.
<DT><A HREF="../javax/swing/JEditorPane.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Returns true if a viewport should always force the width of this 
 Scrollable to match the width of the viewport.
<DT><A HREF="../javax/swing/JTextPane.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Returns true if a viewport should always force the width of this 
 Scrollable to match the width of the viewport.
<DT><A HREF="../javax/swing/JTree.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns false to indicate that the width of the viewport does not 
 determine the width of the table, unless the preferred width of 
 the tree is smaller than the viewports width.
<DT><A HREF="../javax/swing/JTextArea.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns true if a viewport should always force the width of this 
 Scrollable to match the width of the viewport.
<DT><A HREF="../javax/swing/Scrollable.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Scrollable.html">Scrollable</A>
<DD>Return true if a viewport should always force the width of this 
 Scrollable to match the width of the viewport.
<DT><A HREF="../javax/swing/JTable.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns false to indicate that the width of the viewport does not
 determine the width of the table.
<DT><A HREF="../javax/swing/JList.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>If this JList is displayed in a JViewport, don't change its width
 when the viewports width changes.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Return true if a viewport should always force the width of this 
 Scrollable to match the width of the viewport.
<DT><A HREF="../javax/swing/JTree.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the amount to increment when scrolling.
<DT><A HREF="../javax/swing/JTextArea.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation.
<DT><A HREF="../javax/swing/Scrollable.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Scrollable.html">Scrollable</A>
<DD>Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation.
<DT><A HREF="../javax/swing/JTable.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the scroll increment that completely exposes one new row
 or column (depending on the orientation).
<DT><A HREF="../javax/swing/JList.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Horizontal scrolling: return the lists font size or 1 if the font is null.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Components that display logical rows or columns should compute
 the scroll increment that will completely expose one new row
 or column, depending on the value of orientation.
<DT><A HREF="../javax/swing/JTextField.html#getScrollOffset()"><B>getScrollOffset()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Gets the scroll offset.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.ComponentHandler.html#getScrollPane()"><B>getScrollPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.ComponentHandler.html">BasicTreeUI.ComponentHandler</A>
<DD>Returns the JScrollPane housing the JTree, or null if one isn't
 found.
<DT><A HREF="../javax/swing/JTree.html#getScrollsOnExpand()"><B>getScrollsOnExpand()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns true if the tree scrolls to show previously hidden children.
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSecondary1()"><B>getSecondary1()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getSecondary1()"><B>getSecondary1()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSecondary2()"><B>getSecondary2()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getSecondary2()"><B>getSecondary2()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSecondary3()"><B>getSecondary3()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getSecondary3()"><B>getSecondary3()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html#getSelectColor()"><B>getSelectColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalToggleButtonUI.html">MetalToggleButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html#getSelectColor()"><B>getSelectColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalRadioButtonUI.html">MetalRadioButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalButtonUI.html#getSelectColor()"><B>getSelectColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalButtonUI.html">MetalButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/colorchooser/DefaultColorSelectionModel.html#getSelectedColor()"><B>getSelectedColor()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/DefaultColorSelectionModel.html">DefaultColorSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/colorchooser/ColorSelectionModel.html#getSelectedColor()"><B>getSelectedColor()</B></A> - 
Method in interface javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/ColorSelectionModel.html">ColorSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.html#getSelectedColumn()"><B>getSelectedColumn()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the index of the last column selected or added to the selection.
<DT><A HREF="../javax/swing/JTable.html#getSelectedColumnCount()"><B>getSelectedColumnCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the number of selected columns.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getSelectedColumnCount()"><B>getSelectedColumnCount()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getSelectedColumnCount()"><B>getSelectedColumnCount()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the number of selected columns.
<DT><A HREF="../javax/swing/JTable.html#getSelectedColumns()"><B>getSelectedColumns()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the indices of all selected columns.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getSelectedColumns()"><B>getSelectedColumns()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getSelectedColumns()"><B>getSelectedColumns()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns an array of indexes for selected columns
<DT><A HREF="../javax/swing/JTabbedPane.html#getSelectedComponent()"><B>getSelectedComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the currently selected component for this tabbedpane.
<DT><A HREF="../javax/swing/JFileChooser.html#getSelectedFile()"><B>getSelectedFile()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the selected file.
<DT><A HREF="../javax/swing/JFileChooser.html#getSelectedFiles()"><B>getSelectedFiles()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns a list of selected files if the filechooser is
 set to allow multi-selection.
<DT><A HREF="../javax/swing/AbstractButton.html#getSelectedIcon()"><B>getSelectedIcon()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the selected icon for the button.
<DT><A HREF="../javax/swing/DefaultSingleSelectionModel.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultSingleSelectionModel.html">DefaultSingleSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComboBox.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the index of the currently selected item in the list.
<DT><A HREF="../javax/swing/JTabbedPane.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the currently selected index for this tabbedpane.
<DT><A HREF="../javax/swing/SingleSelectionModel.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/SingleSelectionModel.html">SingleSelectionModel</A>
<DD>Returns the model's selection.
<DT><A HREF="../javax/swing/JList.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>A convenience method that returns the first selected index.
<DT><A HREF="../javax/swing/JList.html#getSelectedIndices()"><B>getSelectedIndices()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Return an array of all of the selected indices in increasing
 order.
<DT><A HREF="../javax/swing/DefaultComboBoxModel.html#getSelectedItem()"><B>getSelectedItem()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultComboBoxModel.html">DefaultComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ComboBoxModel.html#getSelectedItem()"><B>getSelectedItem()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ComboBoxModel.html">ComboBoxModel</A>
<DD>Return the selected item
<DT><A HREF="../javax/swing/JComboBox.html#getSelectedItem()"><B>getSelectedItem()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the currently selected item.
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html#getSelectedItem()"><B>getSelectedItem()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html">MetalFileChooserUI.DirectoryComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html#getSelectedItem()"><B>getSelectedItem()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html">MetalFileChooserUI.FilterComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/AbstractButton.html#getSelectedObjects()"><B>getSelectedObjects()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns an array (length 1) containing the label or null if the 
 button is not selected.
<DT><A HREF="../javax/swing/JCheckBoxMenuItem.html#getSelectedObjects()"><B>getSelectedObjects()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBoxMenuItem.html">JCheckBoxMenuItem</A>
<DD>Returns an array (length 1) containing the checkbox menu item 
 label or null if the checkbox is not selected.
<DT><A HREF="../javax/swing/JComboBox.html#getSelectedObjects()"><B>getSelectedObjects()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns an array containing the selected item.
<DT><A HREF="../javax/swing/DefaultButtonModel.html#getSelectedObjects()"><B>getSelectedObjects()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultButtonModel.html">DefaultButtonModel</A>
<DD>Overriden to return null
<DT><A HREF="../javax/swing/MenuSelectionManager.html#getSelectedPath()"><B>getSelectedPath()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/MenuSelectionManager.html">MenuSelectionManager</A>
<DD>Returns the path to the currently selected menu item
<DT><A HREF="../javax/swing/JTable.html#getSelectedRow()"><B>getSelectedRow()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the index of the last row selected or added to the selection.
<DT><A HREF="../javax/swing/JTable.html#getSelectedRowCount()"><B>getSelectedRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the number of selected rows.
<DT><A HREF="../javax/swing/JTable.html#getSelectedRows()"><B>getSelectedRows()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the indices of all selected rows.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getSelectedTabPadInsets(int)"><B>getSelectedTabPadInsets(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/accessibility/AccessibleText.html#getSelectedText()"><B>getSelectedText()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Returns the portion of the text that is selected.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getSelectedText()"><B>getSelectedText()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the selected text contained in this TextComponent.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getSelectedText()"><B>getSelectedText()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the portion of the text that is selected.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getSelectedTextColor()"><B>getSelectedTextColor()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the current color used to render the 
 selected text.
<DT><A HREF="../javax/swing/JList.html#getSelectedValue()"><B>getSelectedValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>A convenience method that returns the first selected value
 or null, if the selection is empty.
<DT><A HREF="../javax/swing/JList.html#getSelectedValues()"><B>getSelectedValues()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Return an array of the values for the selected cells.
<DT><A HREF="../javax/swing/ButtonGroup.html#getSelection()"><B>getSelection()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ButtonGroup.html">ButtonGroup</A>
<DD>Return the selected button model.
<DT><A HREF="../javax/swing/JTable.html#getSelectionBackground()"><B>getSelectionBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the background color for selected cells.
<DT><A HREF="../javax/swing/JList.html#getSelectionBackground()"><B>getSelectionBackground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the background color for selected cells.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getSelectionBackground()"><B>getSelectionBackground()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>The "selectionBackground" is the color of the text when it is drawn
 over an unfilled area of the progress bar.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getSelectionColor()"><B>getSelectionColor()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the current color used to render the 
 selection.
<DT><A HREF="../javax/swing/JTree.html#getSelectionCount()"><B>getSelectionCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the number of nodes selected.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getSelectionCount()"><B>getSelectionCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the number of paths that are selected.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getSelectionCount()"><B>getSelectionCount()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the number of paths that are selected.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getSelectionEnd()"><B>getSelectionEnd()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Returns the end offset within the selected text.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getSelectionEnd()"><B>getSelectionEnd()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the selected text's end position.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getSelectionEnd()"><B>getSelectionEnd()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the end offset within the selected text.
<DT><A HREF="../javax/swing/JTable.html#getSelectionForeground()"><B>getSelectionForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the foreground color for selected cells.
<DT><A HREF="../javax/swing/JList.html#getSelectionForeground()"><B>getSelectionForeground()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the foreground color.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getSelectionForeground()"><B>getSelectionForeground()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>The "selectionForeground" is the color of the text when it is drawn
 over a filled area of the progress bar.
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getSelectionMode()"><B>getSelectionMode()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/ListSelectionModel.html#getSelectionMode()"><B>getSelectionMode()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Returns the current selection mode.
<DT><A HREF="../javax/swing/JList.html#getSelectionMode()"><B>getSelectionMode()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns whether single-item or multiple-item selections are allowed.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getSelectionMode()"><B>getSelectionMode()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the selection mode.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getSelectionMode()"><B>getSelectionMode()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the selection mode.
<DT><A HREF="../javax/swing/JTree.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the model for selections.
<DT><A HREF="../javax/swing/JColorChooser.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Returns the data model that handles color selections.
<DT><A HREF="../javax/swing/JMenuBar.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the model object that handles single selections.
<DT><A HREF="../javax/swing/JPopupMenu.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the model object that handles single selections.
<DT><A HREF="../javax/swing/JTable.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the <B>ListSelectionModel</B> that is used to maintain row
 selection state.
<DT><A HREF="../javax/swing/JList.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the value of the current selection model.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>Returns the <B>ListSelectionModel</B> that is used to maintain column
 selection state.
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the current selection model.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the model used to maintain the selection.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getSelectionModel()"><B>getSelectionModel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/DefaultCaret.html#getSelectionPainter()"><B>getSelectionPainter()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultCaret.html">DefaultCaret</A>
<DD>Gets the painter for the Highlighter.
<DT><A HREF="../javax/swing/JTree.html#getSelectionPath()"><B>getSelectionPath()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the path to the first selected node.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getSelectionPath()"><B>getSelectionPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the first path in the selection.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getSelectionPath()"><B>getSelectionPath()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the first path in the selection.
<DT><A HREF="../javax/swing/JTree.html#getSelectionPaths()"><B>getSelectionPaths()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the paths of all selected values.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getSelectionPaths()"><B>getSelectionPaths()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns the paths in the selection.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getSelectionPaths()"><B>getSelectionPaths()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns the paths in the selection.
<DT><A HREF="../javax/swing/JTree.html#getSelectionRows()"><B>getSelectionRows()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns all of the currently selected rows.
<DT><A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html#getSelectionRows()"><B>getSelectionRows()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeSelectionModel.html">DefaultTreeSelectionModel</A>
<DD>Returns all of the currently selected rows.
<DT><A HREF="../javax/swing/tree/TreeSelectionModel.html#getSelectionRows()"><B>getSelectionRows()</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeSelectionModel.html">TreeSelectionModel</A>
<DD>Returns all of the currently selected rows.
<DT><A HREF="../javax/accessibility/AccessibleText.html#getSelectionStart()"><B>getSelectionStart()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleText.html">AccessibleText</A>
<DD>Returns the start offset within the selected text.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getSelectionStart()"><B>getSelectionStart()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the selected text's start position.
<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#getSelectionStart()"><B>getSelectionStart()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A>
<DD>Returns the start offset within the selected text.
<DT><A HREF="../javax/swing/JOptionPane.html#getSelectionValues()"><B>getSelectionValues()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the selection values.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getSeparatorBackground()"><B>getSeparatorBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSeparatorBackground()"><B>getSeparatorBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getSeparatorForeground()"><B>getSeparatorForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSeparatorForeground()"><B>getSeparatorForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JToolBar.Separator.html#getSeparatorSize()"><B>getSeparatorSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.Separator.html">JToolBar.Separator</A>
<DD>Return the size of the separator
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getShadowColor()"><B>getShadowColor()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/EtchedBorder.html#getShadowColor(java.awt.Component)"><B>getShadowColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/EtchedBorder.html">EtchedBorder</A>
<DD>Returns the shadow color of the etched border.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getShadowInnerColor(java.awt.Component)"><B>getShadowInnerColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the inner shadow color of the bevel border.
<DT><A HREF="../javax/swing/border/BevelBorder.html#getShadowOuterColor(java.awt.Component)"><B>getShadowOuterColor(Component)</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/BevelBorder.html">BevelBorder</A>
<DD>Returns the outer shadow color of the bevel border.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getSharedAncestor(javax.swing.tree.DefaultMutableTreeNode)"><B>getSharedAncestor(DefaultMutableTreeNode)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the nearest common ancestor to this node and <code>aNode</code>.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html#getShift()"><B>getShift()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FolderIcon16.html">MetalIconFactory.FolderIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeFolderIcon.html#getShift()"><B>getShift()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeFolderIcon.html">MetalIconFactory.TreeFolderIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html#getShift()"><B>getShift()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.FileIcon16.html">MetalIconFactory.FileIcon16</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeLeafIcon.html#getShift()"><B>getShift()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.TreeLeafIcon.html">MetalIconFactory.TreeLeafIcon</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.html#getShowHorizontalLines()"><B>getShowHorizontalLines()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns true if the receiver draws horizontal lines between cells, false if it
 doesn't.
<DT><A HREF="../javax/swing/JTree.html#getShowsRootHandles()"><B>getShowsRootHandles()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns true if handles for the root nodes are displayed.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getShowsRootHandles()"><B>getShowsRootHandles()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.html#getShowVerticalLines()"><B>getShowVerticalLines()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns true if the receiver draws vertical lines between cells, false if it
 doesn't.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getSiblingCount()"><B>getSiblingCount()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the number of siblings of this node.
<DT><A HREF="../javax/accessibility/AccessibleComponent.html#getSize()"><B>getSize()</B></A> - 
Method in interface javax.accessibility.<A HREF="../javax/accessibility/AccessibleComponent.html">AccessibleComponent</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/JComponent.AccessibleJComponent.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.AccessibleJComponent.html">JComponent.AccessibleJComponent</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.AccessibleJTree.AccessibleJTreeNode.html">JTree.AccessibleJTree.AccessibleJTreeNode</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/DefaultComboBoxModel.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultComboBoxModel.html">DefaultComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JApplet.AccessibleJApplet.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JApplet.AccessibleJApplet.html">JApplet.AccessibleJApplet</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/DefaultListModel.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListModel.html">DefaultListModel</A>
<DD>Returns the number of components in this list.
<DT><A HREF="../javax/swing/ListModel.html#getSize()"><B>getSize()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListModel.html">ListModel</A>
<DD>Returns the length of the list.
<DT><A HREF="../javax/swing/JWindow.AccessibleJWindow.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JWindow.AccessibleJWindow.html">JWindow.AccessibleJWindow</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.Filler.AccessibleBoxFiller.html">Box.Filler.AccessibleBoxFiller</A>
<DD>Returns the size of this object in the form of a Dimension
 object.
<DT><A HREF="../javax/swing/Box.AccessibleBox.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/Box.AccessibleBox.html">Box.AccessibleBox</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/JDialog.AccessibleJDialog.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDialog.AccessibleJDialog.html">JDialog.AccessibleJDialog</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/CellRendererPane.AccessibleCellRendererPane.html">CellRendererPane.AccessibleCellRendererPane</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.AccessibleJTable.AccessibleJTableCell.html">JTable.AccessibleJTable.AccessibleJTableCell</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JFrame.AccessibleJFrame.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFrame.AccessibleJFrame.html">JFrame.AccessibleJFrame</A>
<DD>Returns the size of this object in the form of a Dimension object.
<DT><A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.AccessibleJList.AccessibleJListChild.html">JList.AccessibleJList.AccessibleJListChild</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.html">JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicDirectoryModel.html">BasicDirectoryModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.DirectoryComboBoxModel.html">MetalFileChooserUI.DirectoryComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html#getSize()"><B>getSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalFileChooserUI.FilterComboBoxModel.html">MetalFileChooserUI.FilterComboBoxModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComponent.html#getSize(java.awt.Dimension)"><B>getSize(Dimension)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Store the width/height of this component into "return value" <b>rv</b>
 and return <b>rv</b>.
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html#getSizeButtonsToSameWidth()"><B>getSizeButtonsToSameWidth()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.html">BasicOptionPaneUI</A>
<DD>Returns true, basic L&F wants all the buttons to have the same
 width.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getSizeOfComponent(java.awt.Component)"><B>getSizeOfComponent(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the width of the passed in component.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html#getSizeOfComponent(java.awt.Component)"><B>getSizeOfComponent(Component)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicVerticalLayoutManager.html">BasicSplitPaneUI.BasicVerticalLayoutManager</A>
<DD>Returns the height of the passed in component.
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html#getSizes()"><B>getSizes()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.BasicHorizontalLayoutManager.html">BasicSplitPaneUI.BasicHorizontalLayoutManager</A>
<DD>Returns the sizes of the components.
<DT><A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html#getSmallDisplayIcon()"><B>getSmallDisplayIcon()</B></A> - 
Method in class javax.swing.colorchooser.<A HREF="../javax/swing/colorchooser/AbstractColorChooserPanel.html">AbstractColorChooserPanel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSlider.html#getSnapToTicks()"><B>getSnapToTicks()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns true if the knob (and the data value it represents) 
 resolve to the closest tick mark next to where the user
 positioned the knob.
<DT><A HREF="../javax/swing/text/html/HTMLFrameHyperlinkEvent.html#getSourceElement()"><B>getSourceElement()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLFrameHyperlinkEvent.html">HTMLFrameHyperlinkEvent</A>
<DD>returns the element that corresponds to the source of the
 event.
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getSouthPane()"><B>getSouthPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/StyleConstants.html#getSpaceAbove(javax.swing.text.AttributeSet)"><B>getSpaceAbove(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the space above setting.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getSpaceBelow(javax.swing.text.AttributeSet)"><B>getSpaceBelow(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the space below setting.
<DT><A HREF="../javax/swing/text/BoxView.html#getSpan(int, int)"><B>getSpan(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Fetch the span of a particular childs current layout
<DT><A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html#getSplitPane()"><B>getSplitPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSplitPaneUI.html">BasicSplitPaneUI</A>
<DD>Returns the splitpane this instance is currently contained
 in.
<DT><A HREF="../javax/accessibility/AccessibleHyperlink.html#getStartIndex()"><B>getStartIndex()</B></A> - 
Method in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleHyperlink.html">AccessibleHyperlink</A>
<DD>Get the index with the hypertext document at which this
 link begins
<DT><A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html#getStartIndex()"><B>getStartIndex()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.html">JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink</A>
<DD>Get the index with the hypertext document at which this
 link begins
<DT><A HREF="../javax/swing/text/View.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the portion of the model that this view is
 responsible for.
<DT><A HREF="../javax/swing/text/Highlighter.Highlight.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Highlighter.Highlight.html">Highlighter.Highlight</A>
<DD>Gets the starting model offset for the highlight.
<DT><A HREF="../javax/swing/text/Element.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Element.html">Element</A>
<DD>Fetches the offset from the beginning of the document
 that this element begins at.
<DT><A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A>
<DD>Gets the starting offset in the model for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.BranchElement.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.BranchElement.html">AbstractDocument.BranchElement</A>
<DD>Gets the starting offset in the model for the element.
<DT><A HREF="../javax/swing/text/AbstractDocument.LeafElement.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.LeafElement.html">AbstractDocument.LeafElement</A>
<DD>Gets the starting offset in the model for the element.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html#getStartOffset()"><B>getStartOffset()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html">HTMLDocument.Iterator</A>
<DD>Start of the range for which the current occurence of
 the tag is defined and has the same attributes.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getStartPosition()"><B>getStartPosition()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Returns a position that represents the start of the document.
<DT><A HREF="../javax/swing/text/Document.html#getStartPosition()"><B>getStartPosition()</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Returns a position that represents the start of the document.
<DT><A HREF="../javax/swing/JCheckBoxMenuItem.html#getState()"><B>getState()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBoxMenuItem.html">JCheckBoxMenuItem</A>
<DD>Returns the selected-state of the item.
<DT><A HREF="../javax/swing/text/StyleContext.html#getStaticAttribute(java.lang.Object)"><B>getStaticAttribute(Object)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Returns the object previously registered with
 <code>registerStaticAttributeKey</code>.
<DT><A HREF="../javax/swing/text/StyleContext.html#getStaticAttributeKey(java.lang.Object)"><B>getStaticAttributeKey(Object)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Returns the String that <code>key</code> will be registered with
<DT><A HREF="../javax/swing/JEditorPane.html#getStream(java.net.URL)"><B>getStream(URL)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Fetch a stream for the given url, which is about to 
 be loaded by the <code>setPage</code> method.
<DT><A HREF="../javax/swing/JProgressBar.html#getString()"><B>getString()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the current value of the Progress String.
<DT><A HREF="../javax/swing/text/AbstractDocument.Content.html#getString(int, int)"><B>getString(int, int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.Content.html">AbstractDocument.Content</A>
<DD>Fetches a string of characters contained in the sequence.
<DT><A HREF="../javax/swing/text/GapContent.html#getString(int, int)"><B>getString(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/GapContent.html">GapContent</A>
<DD>Retrieves a portion of the content.
<DT><A HREF="../javax/swing/text/StringContent.html#getString(int, int)"><B>getString(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StringContent.html">StringContent</A>
<DD>Retrieves a portion of the content.
<DT><A HREF="../javax/swing/UIManager.html#getString(java.lang.Object)"><B>getString(Object)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns a string from the defaults table.
<DT><A HREF="../javax/swing/UIDefaults.html#getString(java.lang.Object)"><B>getString(Object)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If the value of <code>key</code> is a String return it, otherwise
 return null.
<DT><A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html#getStringPlacement(java.awt.Graphics, java.lang.String, int, int, int, int)"><B>getStringPlacement(Graphics, String, int, int, int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicProgressBarUI.html">BasicProgressBarUI</A>
<DD>Designate the place where the progress string will be drawn.
<DT><A HREF="../javax/swing/JTextPane.html#getStyle(java.lang.String)"><B>getStyle(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Fetches a named non-null style previously added.
<DT><A HREF="../javax/swing/text/StyledDocument.html#getStyle(java.lang.String)"><B>getStyle(String)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/StyledDocument.html">StyledDocument</A>
<DD>Fetches a named style previously added.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getStyle(java.lang.String)"><B>getStyle(String)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Fetches a named style previously added.
<DT><A HREF="../javax/swing/text/StyleContext.html#getStyle(java.lang.String)"><B>getStyle(String)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Fetches a named style previously added to the document
<DT><A HREF="../javax/swing/JTextPane.html#getStyledDocument()"><B>getStyledDocument()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Fetches the model associated with the editor.
<DT><A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html#getStyledDocument(javax.swing.JEditorPane)"><B>getStyledDocument(JEditorPane)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html">StyledEditorKit.StyledTextAction</A>
<DD>Gets the document associated with an editor pane.
<DT><A HREF="../javax/swing/JTextPane.html#getStyledEditorKit()"><B>getStyledEditorKit()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Gets the editor kit.
<DT><A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html#getStyledEditorKit(javax.swing.JEditorPane)"><B>getStyledEditorKit(JEditorPane)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.StyledTextAction.html">StyledEditorKit.StyledTextAction</A>
<DD>Gets the editor kit associated with an editor pane.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.html#getStyleNames()"><B>getStyleNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.html">DefaultStyledDocument</A>
<DD>Fetches the list of of style names.
<DT><A HREF="../javax/swing/text/StyleContext.html#getStyleNames()"><B>getStyleNames()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyleContext.html">StyleContext</A>
<DD>Fetches the names of the styles defined.
<DT><A HREF="../javax/swing/text/html/ParagraphView.html#getStyleSheet()"><B>getStyleSheet()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/ParagraphView.html">ParagraphView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/BlockView.html#getStyleSheet()"><B>getStyleSheet()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/BlockView.html">BlockView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/InlineView.html#getStyleSheet()"><B>getStyleSheet()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/InlineView.html">InlineView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.html#getStyleSheet()"><B>getStyleSheet()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.html">HTMLEditorKit</A>
<DD>Get the set of styles currently being used to render the
 html elements.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getStyleSheet()"><B>getStyleSheet()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Fetch the StyleSheet with the document-specific display
 rules(CSS) that were specified in the html document itself.
<DT><A HREF="../javax/swing/MenuElement.html#getSubElements()"><B>getSubElements()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/MenuElement.html">MenuElement</A>
<DD>This method should return an array containing the sub-elements for the receiving menu element
<DT><A HREF="../javax/swing/JMenuItem.html#getSubElements()"><B>getSubElements()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.html">JMenuItem</A>
<DD>This method returns an array containing the sub-menu components for this menu component.
<DT><A HREF="../javax/swing/JMenuBar.html#getSubElements()"><B>getSubElements()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Implemented to be a MenuElement -- returns the menus in this menu 
 bar.
<DT><A HREF="../javax/swing/JPopupMenu.html#getSubElements()"><B>getSubElements()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JMenu.html#getSubElements()"><B>getSubElements()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns an array containing the sub-menu components for this menu component
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getSubTextFont()"><B>getSubTextFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSubTextFont()"><B>getSubTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getSubTextFont()"><B>getSubTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html#getSyncAllWidths()"><B>getSyncAllWidths()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html">BasicOptionPaneUI.ButtonAreaLayout</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/UIManager.html#getSystemLookAndFeelClassName()"><B>getSystemLookAndFeelClassName()</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns the name of the LookAndFeel class that implements
 the native systems look and feel if there is one,
 otherwise the name of the default cross platform LookAndFeel
 class.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getSystemTextColor()"><B>getSystemTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSystemTextColor()"><B>getSystemTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getSystemTextFont()"><B>getSystemTextFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getSystemTextFont()"><B>getSystemTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getSystemTextFont()"><B>getSystemTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/TabSet.html#getTab(int)"><B>getTab(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabSet.html">TabSet</A>
<DD>Returns the TabStop at index <code>index</code>.
<DT><A HREF="../javax/swing/text/TabSet.html#getTabAfter(float)"><B>getTabAfter(float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabSet.html">TabSet</A>
<DD>Returns the Tab instance after <code>location</code>.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabAreaInsets(int)"><B>getTabAreaInsets(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/ParagraphView.html#getTabBase()"><B>getTabBase()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/TabableView.html#getTabbedSpan(float, javax.swing.text.TabExpander)"><B>getTabbedSpan(float, TabExpander)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/TabableView.html">TabableView</A>
<DD>Determines the desired span when using the given 
 tab expansion implementation.
<DT><A HREF="../javax/swing/text/LabelView.html#getTabbedSpan(float, javax.swing.text.TabExpander)"><B>getTabbedSpan(float, TabExpander)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A>
<DD>Determines the desired span when using the given 
 tab expansion implementation.
<DT><A HREF="../javax/swing/text/Utilities.html#getTabbedTextOffset(javax.swing.text.Segment, java.awt.FontMetrics, int, int, javax.swing.text.TabExpander, int)"><B>getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the relative offset into the given text that
 best represents the given span in the view coordinate
 system.
<DT><A HREF="../javax/swing/text/Utilities.html#getTabbedTextOffset(javax.swing.text.Segment, java.awt.FontMetrics, int, int, javax.swing.text.TabExpander, int, boolean)"><B>getTabbedTextOffset(Segment, FontMetrics, int, int, TabExpander, int, boolean)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Utilities.html#getTabbedTextWidth(javax.swing.text.Segment, java.awt.FontMetrics, int, javax.swing.text.TabExpander, int)"><B>getTabbedTextWidth(Segment, FontMetrics, int, TabExpander, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the width of the given segment of text taking tabs 
 into consideration.
<DT><A HREF="../javax/swing/plaf/TabbedPaneUI.html#getTabBounds(javax.swing.JTabbedPane, int)"><B>getTabBounds(JTabbedPane, int)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TabbedPaneUI.html">TabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabBounds(javax.swing.JTabbedPane, int)"><B>getTabBounds(JTabbedPane, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getTabBounds(javax.swing.JTabbedPane, int)"><B>getTabBounds(JTabbedPane, int)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getTabBounds on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/JTabbedPane.html#getTabCount()"><B>getTabCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the number of tabs in this tabbedpane.
<DT><A HREF="../javax/swing/text/TabSet.html#getTabCount()"><B>getTabCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabSet.html">TabSet</A>
<DD>Returns the number of Tab instances the receiver contains.
<DT><A HREF="../javax/swing/text/TabSet.html#getTabIndex(javax.swing.text.TabStop)"><B>getTabIndex(TabStop)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabSet.html">TabSet</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/TabSet.html#getTabIndexAfter(float)"><B>getTabIndexAfter(float)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TabSet.html">TabSet</A>
<DD>Returns the index of the Tab to be used after <code>location</code>.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabInsets(int, int)"><B>getTabInsets(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabLabelShiftX(int, int, boolean)"><B>getTabLabelShiftX(int, int, boolean)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html#getTabLabelShiftX(int, int, boolean)"><B>getTabLabelShiftX(int, int, boolean)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html">MetalTabbedPaneUI</A>
<DD>Overidden to do nothing for the Java L&F.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabLabelShiftY(int, int, boolean)"><B>getTabLabelShiftY(int, int, boolean)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html#getTabLabelShiftY(int, int, boolean)"><B>getTabLabelShiftY(int, int, boolean)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html">MetalTabbedPaneUI</A>
<DD>Overidden to do nothing for the Java L&F.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getTable()"><B>getTable()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the header's partner table
<DT><A HREF="../javax/swing/DefaultCellEditor.html#getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)"><B>getTableCellEditorComponent(JTable, Object, boolean, int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.html">DefaultCellEditor</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableCellEditor.html#getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)"><B>getTableCellEditorComponent(JTable, Object, boolean, int, int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableCellEditor.html">TableCellEditor</A>
<DD>Sets an initial <I>value</I> for the editor.
<DT><A HREF="../javax/swing/table/TableCellRenderer.html#getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int)"><B>getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableCellRenderer.html">TableCellRenderer</A>
<DD>This method is sent to the renderer by the drawing table to
  configure the renderer appropriately before drawing.
<DT><A HREF="../javax/swing/table/DefaultTableCellRenderer.html#getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int)"><B>getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableCellRenderer.html">DefaultTableCellRenderer</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JTable.html#getTableHeader()"><B>getTableHeader()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the tableHeader working with this JTable.
<DT><A HREF="../javax/swing/JTabbedPane.html#getTabPlacement()"><B>getTabPlacement()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the placement of the tabs for this tabbedpane.
<DT><A HREF="../javax/swing/JTabbedPane.html#getTabRunCount()"><B>getTabRunCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the number of tab runs currently used to display
 the tabs.
<DT><A HREF="../javax/swing/plaf/TabbedPaneUI.html#getTabRunCount(javax.swing.JTabbedPane)"><B>getTabRunCount(JTabbedPane)</B></A> - 
Method in class javax.swing.plaf.<A HREF="../javax/swing/plaf/TabbedPaneUI.html">TabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabRunCount(javax.swing.JTabbedPane)"><B>getTabRunCount(JTabbedPane)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getTabRunCount(javax.swing.JTabbedPane)"><B>getTabRunCount(JTabbedPane)</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Call getTabRunCount on each UI handled by this MultiUI.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabRunIndent(int, int)"><B>getTabRunIndent(int, int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabRunOffset(int, int, int, boolean)"><B>getTabRunOffset(int, int, int, boolean)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getTabRunOverlay(int)"><B>getTabRunOverlay(int)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html#getTabRunOverlay(int)"><B>getTabRunOverlay(int)</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTabbedPaneUI.html">MetalTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/ParagraphView.html#getTabSet()"><B>getTabSet()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Gets the Tabset to be used in calculating tabs.
<DT><A HREF="../javax/swing/text/StyleConstants.html#getTabSet(javax.swing.text.AttributeSet)"><B>getTabSet(AttributeSet)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/StyleConstants.html">StyleConstants</A>
<DD>Gets the TabSet.
<DT><A HREF="../javax/swing/JTextArea.html#getTabSize()"><B>getTabSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Gets the number of characters used to expand tabs.
<DT><A HREF="../javax/swing/text/PlainView.html#getTabSize()"><B>getTabSize()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainView.html">PlainView</A>
<DD>Returns the tab size set for the document, defaulting to 8.
<DT><A HREF="../javax/swing/text/WrappedPlainView.html#getTabSize()"><B>getTabSize()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A>
<DD>Returns the tab size set for the document, defaulting to 8.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html#getTag()"><B>getTag()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.Iterator.html">HTMLDocument.Iterator</A>
<DD>Type of tag this iterator represents.
<DT><A HREF="../javax/swing/text/html/HTML.html#getTag(java.lang.String)"><B>getTag(String)</B></A> - 
Static method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.html">HTML</A>
<DD>Fetch a tag constant for a well-known tag name (i.e.
<DT><A HREF="../javax/swing/text/html/HTMLFrameHyperlinkEvent.html#getTarget()"><B>getTarget()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLFrameHyperlinkEvent.html">HTMLFrameHyperlinkEvent</A>
<DD>returns the target for the link.
<DT><A HREF="../javax/swing/JEditorPane.html#getText()"><B>getText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Returns the text contained in this TextComponent in terms of the
 content type of this editor.
<DT><A HREF="../javax/swing/JLabel.html#getText()"><B>getText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the text string that the label displays.
<DT><A HREF="../javax/swing/JPasswordField.html#getText()"><B>getText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.2,
 replaced by <code>getPassword()</code>.</I>
<DT><A HREF="../javax/swing/AbstractButton.html#getText()"><B>getText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the button's text.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getText()"><B>getText()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Returns the text contained in this TextComponent.
<DT><A HREF="../javax/swing/text/AbstractWriter.html#getText(javax.swing.text.Element)"><B>getText(Element)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractWriter.html">AbstractWriter</A>
<DD>Returns the text associated with the element.
<DT><A HREF="../javax/swing/JPasswordField.html#getText(int, int)"><B>getText(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of JDK version 1.2,
 replaced by <code>getPassword()</code>.</I>
<DT><A HREF="../javax/swing/text/JTextComponent.html#getText(int, int)"><B>getText(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches a portion of the text represented by the
 component.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getText(int, int)"><B>getText(int, int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Gets a sequence of text from the document.
<DT><A HREF="../javax/swing/text/Document.html#getText(int, int)"><B>getText(int, int)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Fetches the text contained within the given portion 
 of the document.
<DT><A HREF="../javax/swing/text/AbstractDocument.html#getText(int, int, javax.swing.text.Segment)"><B>getText(int, int, Segment)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.html">AbstractDocument</A>
<DD>Gets some text from the document potentially without
 making a copy.
<DT><A HREF="../javax/swing/text/Document.html#getText(int, int, javax.swing.text.Segment)"><B>getText(int, int, Segment)</B></A> - 
Method in interface javax.swing.text.<A HREF="../javax/swing/text/Document.html">Document</A>
<DD>Fetches the text contained within the given portion 
 of the document.
<DT><A HREF="../javax/swing/text/TextAction.html#getTextComponent(java.awt.event.ActionEvent)"><B>getTextComponent(ActionEvent)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TextAction.html">TextAction</A>
<DD>Determines the component to use for the action.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getTextHighlightColor()"><B>getTextHighlightColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getTextHighlightColor()"><B>getTextHighlightColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getTextNonSelectionColor()"><B>getTextNonSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the color the text is drawn with when the node isn't selected.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getTextSelectionColor()"><B>getTextSelectionColor()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Returns the color the text is drawn with when the node is selected.
<DT><A HREF="../javax/swing/plaf/basic/BasicButtonUI.html#getTextShiftOffset()"><B>getTextShiftOffset()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicButtonUI.html">BasicButtonUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/border/LineBorder.html#getThickness()"><B>getThickness()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/LineBorder.html">LineBorder</A>
<DD>Returns the thickness of the border.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getThumbBounds()"><B>getThumbBounds()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>Return the current size/location of the thumb.
<DT><A HREF="../javax/swing/plaf/metal/MetalSliderUI.html#getThumbOverhang()"><B>getThumbOverhang()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSliderUI.html">MetalSliderUI</A>
<DD>Returns the amount that the thumb goes past the slide bar.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getThumbSize()"><B>getThumbSize()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalSliderUI.html#getThumbSize()"><B>getThumbSize()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSliderUI.html">MetalSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getTickLength()"><B>getTickLength()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>Gets the height of the tick area for horizontal sliders and the width of the
 tick area for vertical sliders.
<DT><A HREF="../javax/swing/plaf/metal/MetalSliderUI.html#getTickLength()"><B>getTickLength()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSliderUI.html">MetalSliderUI</A>
<DD>Gets the height of the tick area for horizontal sliders and the width of the
 tick area for vertical sliders.
<DT><A HREF="../javax/swing/SizeRequirements.html#getTiledSizeRequirements(javax.swing.SizeRequirements[])"><B>getTiledSizeRequirements(SizeRequirements[])</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/SizeRequirements.html">SizeRequirements</A>
<DD>Determines the total space necessary to
 place a set of components end-to-end.
<DT><A HREF="../javax/swing/JToolTip.html#getTipText()"><B>getTipText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.html">JToolTip</A>
<DD>Returns the text that is shown when the tool tip is displayed.
<DT><A HREF="../javax/swing/JInternalFrame.html#getTitle()"><B>getTitle()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the title of the JInternalFrame.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getTitle()"><B>getTitle()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the title of the titled border.
<DT><A HREF="../javax/swing/JTabbedPane.html#getTitleAt(int)"><B>getTitleAt(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tab title at <i>index</i>.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getTitleColor()"><B>getTitleColor()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the title-color of the titled border.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getTitleFont()"><B>getTitleFont()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the title-font of the titled border.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getTitleJustification()"><B>getTitleJustification()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the title-justification of the titled border.
<DT><A HREF="../javax/swing/border/TitledBorder.html#getTitlePosition()"><B>getTitlePosition()</B></A> - 
Method in class javax.swing.border.<A HREF="../javax/swing/border/TitledBorder.html">TitledBorder</A>
<DD>Returns the title-position of the titled border.
<DT><A HREF="../javax/swing/event/TableColumnModelEvent.html#getToIndex()"><B>getToIndex()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableColumnModelEvent.html">TableColumnModelEvent</A>
<DD>Returns the toIndex.
<DT><A HREF="../javax/swing/text/html/HTMLDocument.html#getTokenThreshold()"><B>getTokenThreshold()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.html">HTMLDocument</A>
<DD>Get the number of tokens to buffer before trying to update
 the documents element structure.
<DT><A HREF="../javax/swing/JComponent.html#getToolTipLocation(java.awt.event.MouseEvent)"><B>getToolTipLocation(MouseEvent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the tooltip location in the receiving component coordinate system
 If null is returned, Swing will choose a location.
<DT><A HREF="../javax/swing/JComponent.html#getToolTipText()"><B>getToolTipText()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the tooltip string that has been set with setToolTipText()
<DT><A HREF="../javax/swing/JComponent.html#getToolTipText(java.awt.event.MouseEvent)"><B>getToolTipText(MouseEvent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the string to be used as the tooltip for <i>event</i>.
<DT><A HREF="../javax/swing/JTree.html#getToolTipText(java.awt.event.MouseEvent)"><B>getToolTipText(MouseEvent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Overrides JComponent's getToolTipText method in order to allow 
 renderer's tips to be used if it has text set.
<DT><A HREF="../javax/swing/JTabbedPane.html#getToolTipText(java.awt.event.MouseEvent)"><B>getToolTipText(MouseEvent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the tooltip text for the component determined by the
 mouse event location.
<DT><A HREF="../javax/swing/JTable.html#getToolTipText(java.awt.event.MouseEvent)"><B>getToolTipText(MouseEvent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Overrides JComponent's setToolTipText method to allow use of the
 renderer's tips (if the renderer has text set).
<DT><A HREF="../javax/swing/table/JTableHeader.html#getToolTipText(java.awt.event.MouseEvent)"><B>getToolTipText(MouseEvent)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Overriding to allow renderer's tips to be used if it has
 text set.
<DT><A HREF="../javax/swing/JSplitPane.html#getTopComponent()"><B>getTopComponent()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the component above, or to the left of the divider.
<DT><A HREF="../javax/swing/text/CompositeView.html#getTopInset()"><B>getTopInset()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Gets the top inset.
<DT><A HREF="../javax/swing/JComponent.html#getTopLevelAncestor()"><B>getTopLevelAncestor()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the top-level ancestor of this component (either the
 containing Window or Applet), or null if this component has not
 been added to any container.
<DT><A HREF="../javax/swing/table/DefaultTableColumnModel.html#getTotalColumnWidth()"><B>getTotalColumnWidth()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableColumnModel.html">DefaultTableColumnModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/table/TableColumnModel.html#getTotalColumnWidth()"><B>getTotalColumnWidth()</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableColumnModel.html">TableColumnModel</A>
<DD>Returns the total width of all the columns.
<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#getTrackBounds()"><B>getTrackBounds()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A>
<DD>Return the current bounds of the track, i.e.
<DT><A HREF="../javax/swing/plaf/metal/MetalSliderUI.html#getTrackLength()"><B>getTrackLength()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSliderUI.html">MetalSliderUI</A>
<DD>Returns the longer dimension of the slide bar.
<DT><A HREF="../javax/swing/plaf/metal/MetalSliderUI.html#getTrackWidth()"><B>getTrackWidth()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalSliderUI.html">MetalSliderUI</A>
<DD>Returns the shorter dimension of the track.
<DT><A HREF="../javax/swing/DefaultCellEditor.html#getTreeCellEditorComponent(javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int)"><B>getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultCellEditor.html">DefaultCellEditor</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/tree/DefaultTreeCellEditor.html#getTreeCellEditorComponent(javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int)"><B>getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellEditor.html">DefaultTreeCellEditor</A>
<DD>Configures the editor.
<DT><A HREF="../javax/swing/tree/TreeCellEditor.html#getTreeCellEditorComponent(javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int)"><B>getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeCellEditor.html">TreeCellEditor</A>
<DD>Sets an initial <I>value</I> for the editor.
<DT><A HREF="../javax/swing/tree/TreeCellRenderer.html#getTreeCellRendererComponent(javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int, boolean)"><B>getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean)</B></A> - 
Method in interface javax.swing.tree.<A HREF="../javax/swing/tree/TreeCellRenderer.html">TreeCellRenderer</A>
<DD>Sets the value of the current tree cell to <code>value</code>.
<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#getTreeCellRendererComponent(javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int, boolean)"><B>getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A>
<DD>Configures the renderer based on the passed in components.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeComputerIcon()"><B>getTreeComputerIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeControlIcon(boolean)"><B>getTreeControlIcon(boolean)</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeFloppyDriveIcon()"><B>getTreeFloppyDriveIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeFolderIcon()"><B>getTreeFolderIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeHardDriveIcon()"><B>getTreeHardDriveIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getTreeLeafIcon()"><B>getTreeLeafIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/event/TreeModelEvent.html#getTreePath()"><B>getTreePath()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TreeModelEvent.html">TreeModelEvent</A>
<DD>Returns the TreePath object identifying the changed node.
<DT><A HREF="../javax/swing/event/DocumentEvent.html#getType()"><B>getType()</B></A> - 
Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.html">DocumentEvent</A>
<DD>Gets the type of event.
<DT><A HREF="../javax/swing/event/TableModelEvent.html#getType()"><B>getType()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/TableModelEvent.html">TableModelEvent</A>
<DD>Returns the type of event - one of: INSERT, UPDATE and DELETE.
<DT><A HREF="../javax/swing/event/ListDataEvent.html#getType()"><B>getType()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListDataEvent.html">ListDataEvent</A>
<DD>Returns the event type.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getType()"><B>getType()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Returns the type of event.
<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html#getType()"><B>getType()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A>
<DD>Gets the element type.
<DT><A HREF="../javax/swing/JFileChooser.html#getTypeDescription(java.io.File)"><B>getTypeDescription(File)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns the file type.
<DT><A HREF="../javax/swing/filechooser/FileView.html#getTypeDescription(java.io.File)"><B>getTypeDescription(File)</B></A> - 
Method in class javax.swing.filechooser.<A HREF="../javax/swing/filechooser/FileView.html">FileView</A>
<DD>A human readable description of the type of the file.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html#getTypeDescription(java.io.File)"><B>getTypeDescription(File)</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html">BasicFileChooserUI.BasicFileView</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSlider.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Gets the UI object which implements the L&F for this component.
<DT><A HREF="../javax/swing/JTree.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JLabel.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JInternalFrame.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html">JInternalFrame.JDesktopIcon</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JToolTip.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.html">JToolTip</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JDesktopPane.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JColorChooser.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JToolBar.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the toolbar's current UI.
<DT><A HREF="../javax/swing/JSeparator.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSeparator.html">JSeparator</A>
<DD>/**
 Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JSplitPane.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the SplitPaneUI that is providing the current look and 
 feel.
<DT><A HREF="../javax/swing/AbstractButton.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the button's current UI.
<DT><A HREF="../javax/swing/JScrollBar.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the delegate that implements the look and feel for 
 this component.
<DT><A HREF="../javax/swing/JProgressBar.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JMenuBar.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the menubar's current UI.
<DT><A HREF="../javax/swing/JFileChooser.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Gets the UI object which implements the L&F for this component.
<DT><A HREF="../javax/swing/JScrollPane.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JPopupMenu.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JOptionPane.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the UI object which implements the L&F for this component.
<DT><A HREF="../javax/swing/JComboBox.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JTabbedPane.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the UI object which implements the L&F for this component.
<DT><A HREF="../javax/swing/JTable.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/JList.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the L&F object that renders this component.
<DT><A HREF="../javax/swing/text/JTextComponent.html#getUI()"><B>getUI()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.html">JTextComponent</A>
<DD>Fetches the user-interface factory for this text-oriented editor.
<DT><A HREF="../javax/swing/UIManager.html#getUI(javax.swing.JComponent)"><B>getUI(JComponent)</B></A> - 
Static method in class javax.swing.<A HREF="../javax/swing/UIManager.html">UIManager</A>
<DD>Returns the L&F object that renders the target component.
<DT><A HREF="../javax/swing/UIDefaults.html#getUI(javax.swing.JComponent)"><B>getUI(JComponent)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>Create an ComponentUI implementation for the
 specified component.
<DT><A HREF="../javax/swing/UIDefaults.html#getUIClass(java.lang.String)"><B>getUIClass(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>Returns the L&F class that renders this component.
<DT><A HREF="../javax/swing/UIDefaults.html#getUIClass(java.lang.String, java.lang.ClassLoader)"><B>getUIClass(String, ClassLoader)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>The value of get(uidClassID) must be the String name of a
 class that implements the corresponding ComponentUI
 class.
<DT><A HREF="../javax/swing/JComponent.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the UIDefaults key used to look up the name of the
 swing.plaf.ComponentUI class that defines the look and feel
 for this component.
<DT><A HREF="../javax/swing/JEditorPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JEditorPane.html">JEditorPane</A>
<DD>Gets the class ID for the UI.
<DT><A HREF="../javax/swing/JTextPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextPane.html">JTextPane</A>
<DD>Returns the class ID for the UI.
<DT><A HREF="../javax/swing/JSlider.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JTree.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JLabel.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns a string that specifies the name of the l&f class
 that renders this component.
<DT><A HREF="../javax/swing/JInternalFrame.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.JDesktopIcon.html">JInternalFrame.JDesktopIcon</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JToolTip.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolTip.html">JToolTip</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JDesktopPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JDesktopPane.html">JDesktopPane</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JColorChooser.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JColorChooser.html">JColorChooser</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JTextField.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextField.html">JTextField</A>
<DD>Gets the class ID for a UI.
<DT><A HREF="../javax/swing/JPasswordField.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPasswordField.html">JPasswordField</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JToolBar.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.html">JToolBar</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JSeparator.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSeparator.html">JSeparator</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JToolBar.Separator.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToolBar.Separator.html">JToolBar.Separator</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JSplitPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JMenuItem.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuItem.html">JMenuItem</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JRadioButtonMenuItem.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButtonMenuItem.html">JRadioButtonMenuItem</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JToggleButton.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JToggleButton.html">JToggleButton</A>
<DD>Returns a string that specifies the name of the l&f class
 that renders this component.
<DT><A HREF="../javax/swing/JCheckBox.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBox.html">JCheckBox</A>
<DD>Returns a string that specifies the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/JScrollBar.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the name of the LookAndFeel class for this component.
<DT><A HREF="../javax/swing/JProgressBar.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JCheckBoxMenuItem.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JCheckBoxMenuItem.html">JCheckBoxMenuItem</A>
<DD>Returns the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/JMenuBar.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenuBar.html">JMenuBar</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JFileChooser.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JFileChooser.html">JFileChooser</A>
<DD>Returns a string that specifies the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/JScrollPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the key used to look up the ScrollPaneUI class that provides
 the look and feel for JScrollPane.
<DT><A HREF="../javax/swing/JPopupMenu.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.html">JPopupMenu</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JPopupMenu.Separator.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPopupMenu.Separator.html">JPopupMenu.Separator</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JRadioButton.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JRadioButton.html">JRadioButton</A>
<DD>Returns the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/JOptionPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the name of the UI class that implements the
 L&F for this component.
<DT><A HREF="../javax/swing/JTextArea.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Returns the class ID for the UI.
<DT><A HREF="../javax/swing/JButton.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JButton.html">JButton</A>
<DD>Returns a string that specifies the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/JComboBox.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComboBox.html">JComboBox</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JTabbedPane.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A>
<DD>Returns the name of the UI class that implements the
 L&F for this component.
<DT><A HREF="../javax/swing/JMenu.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JMenu.html">JMenu</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JTable.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/JList.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the name of the UIFactory class that generates the
 look and feel for this component.
<DT><A HREF="../javax/swing/JPanel.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JPanel.html">JPanel</A>
<DD>Returns a string that specifies the name of the L&F class
 that renders this component.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getUIClassID()"><B>getUIClassID()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns the name of the L&F class that renders this component.
<DT><A HREF="../javax/swing/UIDefaults.html#getUIError(java.lang.String)"><B>getUIError(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/UIDefaults.html">UIDefaults</A>
<DD>If getUI() fails for any reason, it calls this method before
 returning null.
<DT><A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiColorChooserUI.html">MultiColorChooserUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTabbedPaneUI.html">MultiTabbedPaneUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiViewportUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiViewportUI.html">MultiViewportUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSliderUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSliderUI.html">MultiSliderUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolBarUI.html">MultiToolBarUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableUI.html">MultiTableUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuItemUI.html">MultiMenuItemUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTextUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTextUI.html">MultiTextUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiToolTipUI.html">MultiToolTipUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiProgressBarUI.html">MultiProgressBarUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollPaneUI.html">MultiScrollPaneUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPanelUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPanelUI.html">MultiPanelUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiListUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiListUI.html">MultiListUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiLabelUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiLabelUI.html">MultiLabelUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSplitPaneUI.html">MultiSplitPaneUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiOptionPaneUI.html">MultiOptionPaneUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiComboBoxUI.html">MultiComboBoxUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTableHeaderUI.html">MultiTableHeaderUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiMenuBarUI.html">MultiMenuBarUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiSeparatorUI.html">MultiSeparatorUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiFileChooserUI.html">MultiFileChooserUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopPaneUI.html">MultiDesktopPaneUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiScrollBarUI.html">MultiScrollBarUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiButtonUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiButtonUI.html">MultiButtonUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiPopupMenuUI.html">MultiPopupMenuUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiTreeUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiTreeUI.html">MultiTreeUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiDesktopIconUI.html">MultiDesktopIconUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html#getUIs()"><B>getUIs()</B></A> - 
Method in class javax.swing.plaf.multi.<A HREF="../javax/swing/plaf/multi/MultiInternalFrameUI.html">MultiInternalFrameUI</A>
<DD>Return the list of UI's associated with this multiplexing UI.
<DT><A HREF="../javax/swing/undo/UndoManager.html#getUndoOrRedoPresentationName()"><B>getUndoOrRedoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/UndoManager.html">UndoManager</A>
<DD>Return the appropriate name for a command that toggles between
 undo and redo.
<DT><A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getUndoPresentationName()"><B>getUndoPresentationName()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html">AbstractDocument.DefaultDocumentEvent</A>
<DD>Provides a localized, human readable description of the undoable
 form of this edit, e.g.
<DT><A HREF="../javax/swing/undo/AbstractUndoableEdit.html#getUndoPresentationName()"><B>getUndoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/AbstractUndoableEdit.html">AbstractUndoableEdit</A>
<DD>If getPresentationName() returns "", returns
 AbstractUndoableEdit.UndoName.
<DT><A HREF="../javax/swing/undo/CompoundEdit.html#getUndoPresentationName()"><B>getUndoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/CompoundEdit.html">CompoundEdit</A>
<DD>Returns getUndoPresentationName from the last UndoableEdit
 added to edits.
<DT><A HREF="../javax/swing/undo/UndoableEdit.html#getUndoPresentationName()"><B>getUndoPresentationName()</B></A> - 
Method in interface javax.swing.undo.<A HREF="../javax/swing/undo/UndoableEdit.html">UndoableEdit</A>
<DD>Provide a localized, human readable description of the undoable
 form of this edit, e.g.
<DT><A HREF="../javax/swing/undo/UndoManager.html#getUndoPresentationName()"><B>getUndoPresentationName()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/UndoManager.html">UndoManager</A>
<DD>If inProgress, returns getUndoPresentationName of the
 significant edit that will be undone when undo() is invoked.
<DT><A HREF="../javax/swing/JScrollBar.html#getUnitIncrement()"><B>getUnitIncrement()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>For backwards compatibility with java.awt.Scrollbar.
<DT><A HREF="../javax/swing/JScrollBar.html#getUnitIncrement(int)"><B>getUnitIncrement(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the amount to change the scrollbar's value by,
 given a unit up/down request.
<DT><A HREF="../javax/swing/JScrollPane.ScrollBar.html#getUnitIncrement(int)"><B>getUnitIncrement(int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.ScrollBar.html">JScrollPane.ScrollBar</A>
<DD>If the viewports view is a Scrollable then ask the view
 to compute the unit increment.
<DT><A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html#getUpdateAction()"><B>getUpdateAction()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicFileChooserUI.html">BasicFileChooserUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/undo/UndoableEditSupport.html#getUpdateLevel()"><B>getUpdateLevel()</B></A> - 
Method in class javax.swing.undo.<A HREF="../javax/swing/undo/UndoableEditSupport.html">UndoableEditSupport</A>
<DD>Returns the update level value.
<DT><A HREF="../javax/swing/table/JTableHeader.html#getUpdateTableInRealTime()"><B>getUpdateTableInRealTime()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/JTableHeader.html">JTableHeader</A>
<DD>Returns true if the receiver updates the body of the table view in real
 time when a column is resized or dragged.
<DT><A HREF="../javax/swing/event/HyperlinkEvent.html#getURL()"><B>getURL()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/HyperlinkEvent.html">HyperlinkEvent</A>
<DD>Gets the URL that the link refers to.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getUserObject()"><B>getUserObject()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns this node's user object.
<DT><A HREF="../javax/swing/tree/DefaultMutableTreeNode.html#getUserObjectPath()"><B>getUserObjectPath()</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultMutableTreeNode.html">DefaultMutableTreeNode</A>
<DD>Returns the user object path, from the root, to get to this node.
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getUserTextColor()"><B>getUserTextColor()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getUserTextColor()"><B>getUserTextColor()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getUserTextFont()"><B>getUserTextFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getUserTextFont()"><B>getUserTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getUserTextFont()"><B>getUserTextFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JSlider.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>Returns the sliders value.
<DT><A HREF="../javax/swing/BoundedRangeModel.html#getValue()"><B>getValue()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/BoundedRangeModel.html">BoundedRangeModel</A>
<DD>Returns the model's current value.
<DT><A HREF="../javax/swing/JScrollBar.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the scrollbar's value.
<DT><A HREF="../javax/swing/JProgressBar.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JProgressBar.html">JProgressBar</A>
<DD>Returns the model's current value.
<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A>
<DD>Return the model's current value.
<DT><A HREF="../javax/swing/JOptionPane.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns the value the user has selected.
<DT><A HREF="../javax/swing/text/html/Option.html#getValue()"><B>getValue()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/Option.html">Option</A>
<DD>Convenience method to return the string associated
 with the <code>value</code> attribute.
<DT><A HREF="../javax/swing/Action.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/Action.html">Action</A>
<DD>Gets one of this object's properties
 using the associated key.
<DT><A HREF="../javax/swing/AbstractAction.html#getValue(java.lang.String)"><B>getValue(String)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractAction.html">AbstractAction</A>
<DD>Gets the Object associated with the specified key.
<DT><A HREF="../javax/swing/JTable.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>Returns the cell value at <I>row</I> and <I>column</I>.
<DT><A HREF="../javax/swing/table/DefaultTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/DefaultTableModel.html">DefaultTableModel</A>
<DD>Returns an attribute value for the cell at <I>row</I>
 and <I>column</I>.
<DT><A HREF="../javax/swing/table/TableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> - 
Method in interface javax.swing.table.<A HREF="../javax/swing/table/TableModel.html">TableModel</A>
<DD>Returns an attribute value for the cell at <I>columnIndex</I>
 and <I>rowIndex</I>.
<DT><A HREF="../javax/swing/JSlider.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JSlider.html">JSlider</A>
<DD>True if the slider knob is being dragged.
<DT><A HREF="../javax/swing/DefaultListSelectionModel.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultListSelectionModel.html">DefaultListSelectionModel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/BoundedRangeModel.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/BoundedRangeModel.html">BoundedRangeModel</A>
<DD>Returns true if the current changes to the value property are part 
 of a series of changes.
<DT><A HREF="../javax/swing/ListSelectionModel.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in interface javax.swing.<A HREF="../javax/swing/ListSelectionModel.html">ListSelectionModel</A>
<DD>Returns true if the value is undergoing a series of changes.
<DT><A HREF="../javax/swing/JScrollBar.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>True if the scrollbar knob is being dragged.
<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A>
<DD>Returns true if the value is in the process of changing
 as a result of actions being taken by the user.
<DT><A HREF="../javax/swing/JList.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Returns the value of the data model's isAdjusting property.
<DT><A HREF="../javax/swing/event/ListSelectionEvent.html#getValueIsAdjusting()"><B>getValueIsAdjusting()</B></A> - 
Method in class javax.swing.event.<A HREF="../javax/swing/event/ListSelectionEvent.html">ListSelectionEvent</A>
<DD>Returns true if this is one of multiple change events.
<DT><A HREF="../javax/swing/JLabel.html#getVerticalAlignment()"><B>getVerticalAlignment()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the alignment of the label's contents along the Y axis.
<DT><A HREF="../javax/swing/AbstractButton.html#getVerticalAlignment()"><B>getVerticalAlignment()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the vertical alignment of the text and icon.
<DT><A HREF="../javax/swing/plaf/basic/BasicTreeUI.html#getVerticalLegBuffer()"><B>getVerticalLegBuffer()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTreeUI.html">BasicTreeUI</A>
<DD>The vertical element of legs between nodes starts at the bottom of the
 parent node by default.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getVerticalScrollBar()"><B>getVerticalScrollBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the JScrollbar object that handles vertical scrolling.
<DT><A HREF="../javax/swing/JScrollPane.html#getVerticalScrollBar()"><B>getVerticalScrollBar()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the vertical scroll bar.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getVerticalScrollBarPolicy()"><B>getVerticalScrollBarPolicy()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the vertical scrollbar-display policy.
<DT><A HREF="../javax/swing/JScrollPane.html#getVerticalScrollBarPolicy()"><B>getVerticalScrollBarPolicy()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the vertical scroll bar policy value.
<DT><A HREF="../javax/swing/plaf/metal/MetalIconFactory.html#getVerticalSliderThumbIcon()"><B>getVerticalSliderThumbIcon()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalIconFactory.html">MetalIconFactory</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JLabel.html#getVerticalTextPosition()"><B>getVerticalTextPosition()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JLabel.html">JLabel</A>
<DD>Returns the vertical position of the label's text,
 relative to its image.
<DT><A HREF="../javax/swing/AbstractButton.html#getVerticalTextPosition()"><B>getVerticalTextPosition()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A>
<DD>Returns the vertical position of the text relative to the icon
 Valid keys: CENTER (the default), TOP, BOTTOM
<DT><A HREF="../javax/swing/JViewport.html#getView()"><B>getView()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Returns the Viewport's one child or null.
<DT><A HREF="../javax/swing/text/View.html#getView(int)"><B>getView(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Gets the nth child view.
<DT><A HREF="../javax/swing/text/CompositeView.html#getView(int)"><B>getView(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Gets the n-th view in this container.
<DT><A HREF="../javax/swing/text/CompositeView.html#getViewAtPoint(int, int, java.awt.Rectangle)"><B>getViewAtPoint(int, int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Fetches the child view at the given point.
<DT><A HREF="../javax/swing/text/BoxView.html#getViewAtPoint(int, int, java.awt.Rectangle)"><B>getViewAtPoint(int, int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>Fetches the child view at the given point.
<DT><A HREF="../javax/swing/text/CompositeView.html#getViewAtPosition(int, java.awt.Rectangle)"><B>getViewAtPosition(int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Fetches the child view that represents the given position in
 the model.
<DT><A HREF="../javax/swing/text/TableView.html#getViewAtPosition(int, java.awt.Rectangle)"><B>getViewAtPosition(int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.html">TableView</A>
<DD>Fetches the child view that represents the given position in
 the model.
<DT><A HREF="../javax/swing/text/TableView.TableRow.html#getViewAtPosition(int, java.awt.Rectangle)"><B>getViewAtPosition(int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/TableView.TableRow.html">TableView.TableRow</A>
<DD>Fetches the child view that represents the given position in
 the model.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getViewAtPosition(int, java.awt.Rectangle)"><B>getViewAtPosition(int, Rectangle)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Fetches the child view that represents the given position in
 the model.
<DT><A HREF="../javax/swing/text/html/StyleSheet.html#getViewAttributes(javax.swing.text.View)"><B>getViewAttributes(View)</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/StyleSheet.html">StyleSheet</A>
<DD>Fetch a set of attributes to use in the view for
 displaying.
<DT><A HREF="../javax/swing/text/View.html#getViewCount()"><B>getViewCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Returns the number of views in this view.
<DT><A HREF="../javax/swing/text/CompositeView.html#getViewCount()"><B>getViewCount()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Returns the number of views in this view.
<DT><A HREF="../javax/swing/text/View.html#getViewFactory()"><B>getViewFactory()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>Fetches the ViewFactory implementation that is feeding
 the view hierarchy.
<DT><A HREF="../javax/swing/text/EditorKit.html#getViewFactory()"><B>getViewFactory()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/EditorKit.html">EditorKit</A>
<DD>Fetches a factory that is suitable for producing 
 views of any models that are produced by this
 kit.
<DT><A HREF="../javax/swing/text/DefaultEditorKit.html#getViewFactory()"><B>getViewFactory()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultEditorKit.html">DefaultEditorKit</A>
<DD>Fetches a factory that is suitable for producing 
 views of any models that are produced by this
 kit.
<DT><A HREF="../javax/swing/text/StyledEditorKit.html#getViewFactory()"><B>getViewFactory()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A>
<DD>Fetches a factory that is suitable for producing 
 views of any models that are produced by this
 kit.
<DT><A HREF="../javax/swing/text/html/HTMLEditorKit.html#getViewFactory()"><B>getViewFactory()</B></A> - 
Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLEditorKit.html">HTMLEditorKit</A>
<DD>Fetch a factory that is suitable for producing
 views of any models that are produced by this
 kit.
<DT><A HREF="../javax/swing/text/CompositeView.html#getViewIndexAtPosition(int)"><B>getViewIndexAtPosition(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/CompositeView.html">CompositeView</A>
<DD>Fetches the child view index representing the given position in
 the model.
<DT><A HREF="../javax/swing/text/ParagraphView.html#getViewIndexAtPosition(int)"><B>getViewIndexAtPosition(int)</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A>
<DD>Fetches the child view index representing the given position in
 the model.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getViewport()"><B>getViewport()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD>Returns the JViewport object that displays the scrollable contents.
<DT><A HREF="../javax/swing/JScrollPane.html#getViewport()"><B>getViewport()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the current JViewport.
<DT><A HREF="../javax/swing/JScrollPane.html#getViewportBorder()"><B>getViewportBorder()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the value of the viewportBorder property.
<DT><A HREF="../javax/swing/JScrollPane.html#getViewportBorderBounds()"><B>getViewportBorderBounds()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A>
<DD>Returns the bounds of the viewport border.
<DT><A HREF="../javax/swing/ScrollPaneLayout.html#getViewportBorderBounds(javax.swing.JScrollPane)"><B>getViewportBorderBounds(JScrollPane)</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/ScrollPaneLayout.html">ScrollPaneLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of JDK version Swing1.1
    replaced by <code>JScrollPane.getViewportBorderBounds()</code>.</I>
<DT><A HREF="../javax/swing/JViewport.html#getViewPosition()"><B>getViewPosition()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Returns the view coordinates that appear in the upper left
 hand corner of the viewport, 0,0 if there's no view.
<DT><A HREF="../javax/swing/JViewport.html#getViewRect()"><B>getViewRect()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>Return a rectangle whose origin is getViewPosition and size is
 getExtentSize().
<DT><A HREF="../javax/swing/JViewport.html#getViewSize()"><B>getViewSize()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JViewport.html">JViewport</A>
<DD>If the view's size hasn't been explicitly set, return the
 preferred size, otherwise return the view's current size.
<DT><A HREF="../javax/swing/JScrollBar.html#getVisibleAmount()"><B>getVisibleAmount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JScrollBar.html">JScrollBar</A>
<DD>Returns the scrollbar's extent, aka its "visibleAmount".
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getVisibleChildCount(javax.swing.tree.TreePath)"><B>getVisibleChildCount(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns the number of visible children for row.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getVisibleChildCount(javax.swing.tree.TreePath)"><B>getVisibleChildCount(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns the number of visible children for row.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getVisibleChildCount(javax.swing.tree.TreePath)"><B>getVisibleChildCount(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns the number of visible children for row.
<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#getVisibleComponent()"><B>getVisibleComponent()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicTextUI.html#getVisibleEditorRect()"><B>getVisibleEditorRect()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTextUI.html">BasicTextUI</A>
<DD>Gets the portion of the editor visibile on the screen.
<DT><A HREF="../javax/swing/tree/AbstractLayoutCache.html#getVisiblePathsFrom(javax.swing.tree.TreePath)"><B>getVisiblePathsFrom(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/AbstractLayoutCache.html">AbstractLayoutCache</A>
<DD>Returns an Enumerator that increments over the visible paths
 starting at the passed in location.
<DT><A HREF="../javax/swing/tree/FixedHeightLayoutCache.html#getVisiblePathsFrom(javax.swing.tree.TreePath)"><B>getVisiblePathsFrom(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/FixedHeightLayoutCache.html">FixedHeightLayoutCache</A>
<DD>Returns an Enumerator that increments over the visible paths
 starting at the passed in location.
<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#getVisiblePathsFrom(javax.swing.tree.TreePath)"><B>getVisiblePathsFrom(TreePath)</B></A> - 
Method in class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>
<DD>Returns an Enumerator that increments over the visible paths
 starting at the passed in location.
<DT><A HREF="../javax/swing/JComponent.html#getVisibleRect()"><B>getVisibleRect()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Returns the Component's "visible rectangle" -  the
 intersection of this components visible rectangle:
 
 new Rectangle(0, 0, getWidth(), getHeight());
 
 and all of its ancestors visible Rectangles.
<DT><A HREF="../javax/swing/JTree.html#getVisibleRowCount()"><B>getVisibleRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTree.html">JTree</A>
<DD>Returns the number of rows that are displayed in the display area.
<DT><A HREF="../javax/swing/JList.html#getVisibleRowCount()"><B>getVisibleRowCount()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JList.html">JList</A>
<DD>Return the preferred number of visible rows.
<DT><A HREF="../javax/swing/JOptionPane.html#getWantsInput()"><B>getWantsInput()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JOptionPane.html">JOptionPane</A>
<DD>Returns true if a parentComponent will be provided for the user to
 input.
<DT><A HREF="../javax/swing/JInternalFrame.html#getWarningString()"><B>getWarningString()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Gets the warning string that is displayed with this window.
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#getWestPane()"><B>getWestPane()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWhite()"><B>getWhite()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWhite()"><B>getWhite()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/JComponent.html#getWidth()"><B>getWidth()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the current width of this component.
<DT><A HREF="../javax/swing/table/TableColumn.html#getWidth()"><B>getWidth()</B></A> - 
Method in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A>
<DD>Returns the width of the <B>TableColumn</B>.
<DT><A HREF="../javax/swing/text/BoxView.html#getWidth()"><B>getWidth()</B></A> - 
Method in class javax.swing.text.<A HREF="../javax/swing/text/BoxView.html">BoxView</A>
<DD>The current width of the box.
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getWidthOfHighValueLabel()"><B>getWidthOfHighValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getWidthOfLowValueLabel()"><B>getWidthOfLowValueLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/basic/BasicSliderUI.html#getWidthOfWidestLabel()"><B>getWidthOfWidestLabel()</B></A> - 
Method in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicSliderUI.html">BasicSliderUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowBackground()"><B>getWindowBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowBackground()"><B>getWindowBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowTitleBackground()"><B>getWindowTitleBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowTitleBackground()"><B>getWindowTitleBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowTitleFont()"><B>getWindowTitleFont()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowTitleFont()"><B>getWindowTitleFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html#getWindowTitleFont()"><B>getWindowTitleFont()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/DefaultMetalTheme.html">DefaultMetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowTitleForeground()"><B>getWindowTitleForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowTitleForeground()"><B>getWindowTitleForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowTitleInactiveBackground()"><B>getWindowTitleInactiveBackground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowTitleInactiveBackground()"><B>getWindowTitleInactiveBackground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html#getWindowTitleInactiveForeground()"><B>getWindowTitleInactiveForeground()</B></A> - 
Static method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalLookAndFeel.html">MetalLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/plaf/metal/MetalTheme.html#getWindowTitleInactiveForeground()"><B>getWindowTitleInactiveForeground()</B></A> - 
Method in class javax.swing.plaf.metal.<A HREF="../javax/swing/plaf/metal/MetalTheme.html">MetalTheme</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/Utilities.html#getWordEnd(javax.swing.text.JTextComponent, int)"><B>getWordEnd(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the end of a word for the given location.
<DT><A HREF="../javax/swing/text/Utilities.html#getWordStart(javax.swing.text.JTextComponent, int)"><B>getWordStart(JTextComponent, int)</B></A> - 
Static method in class javax.swing.text.<A HREF="../javax/swing/text/Utilities.html">Utilities</A>
<DD>Determines the start of a word for the given model location.
<DT><A HREF="../javax/swing/JTextArea.html#getWrapStyleWord()"><B>getWrapStyleWord()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JTextArea.html">JTextArea</A>
<DD>Get the style of wrapping used if the text area is wrapping
 lines.
<DT><A HREF="../javax/swing/JComponent.html#getX()"><B>getX()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the current x coordinate of the components origin.
<DT><A HREF="../javax/swing/JComponent.html#getY()"><B>getY()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Return the current y coordinate of the components origin.
<DT><A HREF="../javax/accessibility/AccessibleRole.html#GLASS_PANE"><B>GLASS_PANE</B></A> - 
Static variable in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleRole.html">AccessibleRole</A>
<DD>A pane that is guaranteed to be painted on top
 of all panes beneath it.
<DT><A HREF="../javax/swing/JInternalFrame.html#GLASS_PANE_PROPERTY"><B>GLASS_PANE_PROPERTY</B></A> - 
Static variable in class javax.swing.<A HREF="../javax/swing/JInternalFrame.html">JInternalFrame</A>
<DD>Bound property name.
<DT><A HREF="../javax/swing/JRootPane.html#glassPane"><B>glassPane</B></A> - 
Variable in class javax.swing.<A HREF="../javax/swing/JRootPane.html">JRootPane</A>
<DD>The glass pane that overlays the menu bar and content pane,
  so it can intercept mouse movements and such.
<DT><A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html#glassPaneDispatcher"><B>glassPaneDispatcher</B></A> - 
Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicInternalFrameUI.html">BasicInternalFrameUI</A>
<DD>&nbsp;
<DT><A HREF="../javax/swing/text/View.html#GoodBreakWeight"><B>GoodBreakWeight</B></A> - 
Static variable in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A>
<DD>The weight to indicate a view supports breaking,
 but better opportunities probably exist.
<DT><A HREF="../javax/swing/JComponent.html#grabFocus()"><B>grabFocus()</B></A> - 
Method in class javax.swing.<A HREF="../javax/swing/JComponent.html">JComponent</A>
<DD>Set the focus on the receiving component.
<DT><A HREF="../javax/swing/GrayFilter.html"><B>GrayFilter</B></A> - class javax.swing.<A HREF="../javax/swing/GrayFilter.html">GrayFilter</A>.<DD>An image filter that "disables" an image by turning
 it into a grayscale image, and brightening the pixels
 in the image.<DT><A HREF="../javax/swing/GrayFilter.html#GrayFilter(boolean, int)"><B>GrayFilter(boolean, int)</B></A> - 
Constructor for class javax.swing.<A HREF="../javax/swing/GrayFilter.html">GrayFilter</A>
<DD>Constructs a GrayFilter object that filters a color image to a 
 grayscale image.
<DT><A HREF="../javax/swing/JTable.html#gridColor"><B>gridColor</B></A> - 
Variable in class javax.swing.<A HREF="../javax/swing/JTable.html">JTable</A>
<DD>The color of the grid
<DT><A HREF="../javax/swing/DefaultButtonModel.html#group"><B>group</B></A> - 
Variable in class javax.swing.<A HREF="../javax/swing/DefaultButtonModel.html">DefaultButtonModel</A>
<DD>&nbsp;
</DL>
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Swing 1.1</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-7.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">_</A> <HR>
<font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>Java is a trademark or registered trademark of Sun Microsystems,  Inc. in the US and other countries.<br>Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,<br>Palo Alto, California, 94303, U.S.A.  All Rights Reserved.</font>
</BODY>
</HTML>
