Java Doc for TextAreaPainter.java in  » Swing-Library » jEdit » org » gjt » sp » jedit » textarea » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » jEdit » org.gjt.sp.jedit.textarea 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.Component
      java.awt.Container
         javax.swing.JComponent
            org.gjt.sp.jedit.textarea.TextAreaPainter

TextAreaPainter
public class TextAreaPainter extends JComponent implements TabExpander(Code)
The text area painter is the component responsible for displaying the text of the current buffer. The only methods in this class that should be called by plugins are those for adding and removing text area extensions.
See Also:   TextAreaPainter.addExtension(TextAreaExtension)
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
See Also:   TextAreaPainter.removeExtension(TextAreaExtension)
See Also:   TextAreaExtension
See Also:   TextArea
author:
   Slava Pestov
version:
   $Id: TextAreaPainter.java 7156 2006-10-02 21:33:17Z kpouer $

Inner Class :class PaintLineBackground extends TextAreaExtension
Inner Class :class PaintSelection extends TextAreaExtension
Inner Class :class PaintWrapGuide extends TextAreaExtension
Inner Class :class PaintText extends TextAreaExtension
Inner Class :class PaintCaret extends TextAreaExtension

Field Summary
final public static  intBACKGROUND_LAYER
     Below selection layer.
final public static  intBELOW_MOST_EXTENSIONS_LAYER
     Below most extensions layer.
final public static  intBELOW_SELECTION_LAYER
     Below selection layer.
final public static  intBLOCK_CARET_LAYER
     Block caret layer.
final public static  intBRACKET_HIGHLIGHT_LAYER
     Bracket highlight layer.
final public static  intCARET_LAYER
     Caret layer.
final public static  intDEFAULT_LAYER
     Default extension layer.
final public static  intHIGHEST_LAYER
     Highest possible layer.
final public static  intLINE_BACKGROUND_LAYER
     The line highlight and collapsed fold highlight layer.
final public static  intLOWEST_LAYER
     The lowest possible layer.
final public static  intSELECTION_LAYER
     Selection layer.
final public static  intTEXT_LAYER
     Text layer.
final public static  intWRAP_GUIDE_LAYER
     Wrap guide layer.
 AntiAliasantiAlias
    
 booleanblockCaret
    
 ColorcaretColor
    
 ColoreolMarkerColor
    
 booleaneolMarkers
    
 FontMetricsfm
    
 SyntaxStyle[]foldLineStyle
    
 booleanfracFontMetrics
    
 booleanlineHighlight
    
 ColorlineHighlightColor
    
 ColormultipleSelectionColor
    
 ColorselectionColor
    
 booleanstructureHighlight
    
 ColorstructureHighlightColor
    
 SyntaxStyle[]styles
    
 TextAreatextArea
    
 booleanwrapGuide
    
 ColorwrapGuideColor
    

Constructor Summary
 TextAreaPainter(TextArea textArea)
     Creates a new painter.

Method Summary
public  voidaddExtension(TextAreaExtension extension)
     Adds a text area extension, which can perform custom painting and tool tip handling.
public  voidaddExtension(int layer, TextAreaExtension extension)
     Adds a text area extension, which can perform custom painting and tool tip handling.
Parameters:
  layer - The layer to add the extension to.
public  AntiAliasgetAntiAlias()
    
final public  ColorgetCaretColor()
     Returns the caret color.
final public  ColorgetEOLMarkerColor()
     Returns the EOL marker color.
final public  booleangetEOLMarkersPainted()
     Returns true if EOL markers are drawn, false otherwise.
public  TextAreaExtension[]getExtensions()
     Returns an array of registered text area extensions.
public  booleangetFocusTraversalKeysEnabled()
     Makes the tab key work in Java 1.4.
final public  SyntaxStyle[]getFoldLineStyle()
     Returns the fold line style.
public  FontMetricsgetFontMetrics()
     Returns the font metrics used by this component.
public  FontRenderContextgetFontRenderContext()
     Returns the font render context.
final public  ColorgetLineHighlightColor()
     Returns the line highlight color.
public  DimensiongetMinimumSize()
     Returns the painter's minimum size.
final public  ColorgetMultipleSelectionColor()
     Returns the multiple selection color.
public  DimensiongetPreferredSize()
     Returns the painter's preferred size.
final public  ColorgetSelectionColor()
     Returns the selection color.
public  floatgetStringWidth(String str)
     Returns the width of the given string, in pixels, using the text area's current font.
final public  ColorgetStructureHighlightColor()
     Returns the structure highlight color.
final public  SyntaxStyle[]getStyles()
     Returns the syntax styles used to paint colorized text.
public  StringgetToolTipText(MouseEvent evt)
     Returns the tool tip to display at the specified location.
final public  ColorgetWrapGuideColor()
     Returns the wrap guide color.
public  booleanisAntiAliasEnabled()
     Returns if anti-aliasing is enabled.
final public  booleanisBlockCaretEnabled()
     Returns true if the caret should be drawn as a block, false otherwise.
public  booleanisFractionalFontMetricsEnabled()
     Returns if fractional font metrics are enabled.
final public  booleanisLineHighlightEnabled()
     Returns true if line highlight is enabled, false otherwise.
final public  booleanisStructureHighlightEnabled()
     Returns true if structure highlighting is enabled, false otherwise.
final public  booleanisWrapGuidePainted()
     Returns true if the wrap guide is drawn, false otherwise.
public  floatnextTabStop(float x, int tabOffset)
     Implementation of TabExpander interface.
public  voidpaint(Graphics _gfx)
     Repaints the text.
public  voidremoveExtension(TextAreaExtension extension)
     Removes a text area extension.
public  voidsetAntiAlias(AntiAlias newValue)
     As of jEdit 4.3pre4, a new JDK 1.6 subpixel antialias mode is supported.
public  voidsetAntiAliasEnabled(boolean isEnabled)
    
final public  voidsetBlockCaretEnabled(boolean blockCaret)
     Sets if the caret should be drawn as a block, false otherwise.
public  voidsetBounds(int x, int y, int width, int height)
     It is a bad idea to override this, but we need to get the component event before the first repaint.
final public  voidsetCaretColor(Color caretColor)
     Sets the caret color.
final public  voidsetEOLMarkerColor(Color eolMarkerColor)
     Sets the EOL marker color.
final public  voidsetEOLMarkersPainted(boolean eolMarkers)
     Sets if EOL markers are to be drawn.
final public  voidsetFoldLineStyle(SyntaxStyle[] foldLineStyle)
     Sets the fold line style.
public  voidsetFont(Font font)
     Sets the font for this component.
public  voidsetFractionalFontMetricsEnabled(boolean fracFontMetrics)
     Sets if fractional font metrics should be enabled.
final public  voidsetLineHighlightColor(Color lineHighlightColor)
     Sets the line highlight color.
final public  voidsetLineHighlightEnabled(boolean lineHighlight)
     Enables or disables current line highlighting.
final public  voidsetMultipleSelectionColor(Color multipleSelectionColor)
     Sets the multiple selection color.
final public  voidsetSelectionColor(Color selectionColor)
     Sets the selection color.
final public  voidsetStructureHighlightColor(Color structureHighlightColor)
     Sets the structure highlight color.
final public  voidsetStructureHighlightEnabled(boolean structureHighlight)
     Enables or disables structure highlighting.
final public  voidsetStyles(SyntaxStyle[] styles)
     Sets the syntax styles used to paint colorized text.
final public  voidsetWrapGuideColor(Color wrapGuideColor)
     Sets the wrap guide color.
final public  voidsetWrapGuidePainted(boolean wrapGuide)
     Sets if the wrap guide is to be drawn.
public  voidupdate(Graphics _gfx)
     Repaints the text.

Field Detail
BACKGROUND_LAYER
final public static int BACKGROUND_LAYER(Code)
Below selection layer. The JDiff plugin will use this.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre4



BELOW_MOST_EXTENSIONS_LAYER
final public static int BELOW_MOST_EXTENSIONS_LAYER(Code)
Below most extensions layer.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre4



BELOW_SELECTION_LAYER
final public static int BELOW_SELECTION_LAYER(Code)
Below selection layer.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre4



BLOCK_CARET_LAYER
final public static int BLOCK_CARET_LAYER(Code)
Block caret layer. Most extensions will be below this layer.
since:
   jEdit 4.2pre1



BRACKET_HIGHLIGHT_LAYER
final public static int BRACKET_HIGHLIGHT_LAYER(Code)
Bracket highlight layer. Most extensions will be below this layer.
since:
   jEdit 4.0pre4



CARET_LAYER
final public static int CARET_LAYER(Code)
Caret layer. Most extensions will be below this layer.
since:
   jEdit 4.2pre1



DEFAULT_LAYER
final public static int DEFAULT_LAYER(Code)
Default extension layer. This is above the wrap guide but below the structure highlight.
since:
   jEdit 4.0pre4



HIGHEST_LAYER
final public static int HIGHEST_LAYER(Code)
Highest possible layer.
since:
   jEdit 4.0pre4



LINE_BACKGROUND_LAYER
final public static int LINE_BACKGROUND_LAYER(Code)
The line highlight and collapsed fold highlight layer.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre7



LOWEST_LAYER
final public static int LOWEST_LAYER(Code)
The lowest possible layer.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre4



SELECTION_LAYER
final public static int SELECTION_LAYER(Code)
Selection layer. Most extensions will be above this layer, but some (eg, JDiff) will want to be below the selection.
See Also:   TextAreaPainter.addExtension(int,TextAreaExtension)
since:
   jEdit 4.0pre4



TEXT_LAYER
final public static int TEXT_LAYER(Code)
Text layer. Most extensions will be below this layer.
since:
   jEdit 4.2pre1



WRAP_GUIDE_LAYER
final public static int WRAP_GUIDE_LAYER(Code)
Wrap guide layer. Most extensions will be above this layer.
since:
   jEdit 4.0pre4



antiAlias
AntiAlias antiAlias(Code)



blockCaret
boolean blockCaret(Code)



caretColor
Color caretColor(Code)



eolMarkerColor
Color eolMarkerColor(Code)



eolMarkers
boolean eolMarkers(Code)



fm
FontMetrics fm(Code)



foldLineStyle
SyntaxStyle[] foldLineStyle(Code)



fracFontMetrics
boolean fracFontMetrics(Code)



lineHighlight
boolean lineHighlight(Code)



lineHighlightColor
Color lineHighlightColor(Code)



multipleSelectionColor
Color multipleSelectionColor(Code)



selectionColor
Color selectionColor(Code)



structureHighlight
boolean structureHighlight(Code)



structureHighlightColor
Color structureHighlightColor(Code)



styles
SyntaxStyle[] styles(Code)



textArea
TextArea textArea(Code)



wrapGuide
boolean wrapGuide(Code)



wrapGuideColor
Color wrapGuideColor(Code)




Constructor Detail
TextAreaPainter
TextAreaPainter(TextArea textArea)(Code)
Creates a new painter. Do not create instances of this class directly.




Method Detail
addExtension
public void addExtension(TextAreaExtension extension)(Code)
Adds a text area extension, which can perform custom painting and tool tip handling.
Parameters:
  extension - The extension
since:
   jEdit 4.0pre4



addExtension
public void addExtension(int layer, TextAreaExtension extension)(Code)
Adds a text area extension, which can perform custom painting and tool tip handling.
Parameters:
  layer - The layer to add the extension to. Note that more thanextension can share the same layer.
Parameters:
  extension - The extension
since:
   jEdit 4.0pre4



getAntiAlias
public AntiAlias getAntiAlias()(Code)
the AntiAlias value that is currently used for TextAreas.
since:
   jedit 4.3pre4



getCaretColor
final public Color getCaretColor()(Code)
Returns the caret color.



getEOLMarkerColor
final public Color getEOLMarkerColor()(Code)
Returns the EOL marker color.



getEOLMarkersPainted
final public boolean getEOLMarkersPainted()(Code)
Returns true if EOL markers are drawn, false otherwise.



getExtensions
public TextAreaExtension[] getExtensions()(Code)
Returns an array of registered text area extensions. Useful for debugging purposes.
since:
   jEdit 4.1pre5



getFocusTraversalKeysEnabled
public boolean getFocusTraversalKeysEnabled()(Code)
Makes the tab key work in Java 1.4.
since:
   jEdit 3.2pre4



getFoldLineStyle
final public SyntaxStyle[] getFoldLineStyle()(Code)
Returns the fold line style. The first element is the style for lines with a fold level greater than 3. The remaining elements are for fold levels 1 to 3.



getFontMetrics
public FontMetrics getFontMetrics()(Code)
Returns the font metrics used by this component.



getFontRenderContext
public FontRenderContext getFontRenderContext()(Code)
Returns the font render context.
since:
   jEdit 4.0pre4



getLineHighlightColor
final public Color getLineHighlightColor()(Code)
Returns the line highlight color.



getMinimumSize
public Dimension getMinimumSize()(Code)
Returns the painter's minimum size.



getMultipleSelectionColor
final public Color getMultipleSelectionColor()(Code)
Returns the multiple selection color.
since:
   jEdit 4.2pre1



getPreferredSize
public Dimension getPreferredSize()(Code)
Returns the painter's preferred size.



getSelectionColor
final public Color getSelectionColor()(Code)
Returns the selection color.



getStringWidth
public float getStringWidth(String str)(Code)
Returns the width of the given string, in pixels, using the text area's current font.
since:
   jEdit 4.2final



getStructureHighlightColor
final public Color getStructureHighlightColor()(Code)
Returns the structure highlight color.
since:
   jEdit 4.2pre3



getStyles
final public SyntaxStyle[] getStyles()(Code)
Returns the syntax styles used to paint colorized text. Entry n will be used to paint tokens with id = n.
See Also:   org.gjt.sp.jedit.syntax.Token



getToolTipText
public String getToolTipText(MouseEvent evt)(Code)
Returns the tool tip to display at the specified location.
Parameters:
  evt - The mouse event



getWrapGuideColor
final public Color getWrapGuideColor()(Code)
Returns the wrap guide color.



isAntiAliasEnabled
public boolean isAntiAliasEnabled()(Code)
Returns if anti-aliasing is enabled.
since:
   jEdit 3.2pre6



isBlockCaretEnabled
final public boolean isBlockCaretEnabled()(Code)
Returns true if the caret should be drawn as a block, false otherwise.



isFractionalFontMetricsEnabled
public boolean isFractionalFontMetricsEnabled()(Code)
Returns if fractional font metrics are enabled.
since:
   jEdit 3.2pre6



isLineHighlightEnabled
final public boolean isLineHighlightEnabled()(Code)
Returns true if line highlight is enabled, false otherwise.



isStructureHighlightEnabled
final public boolean isStructureHighlightEnabled()(Code)
Returns true if structure highlighting is enabled, false otherwise.
since:
   jEdit 4.2pre3



isWrapGuidePainted
final public boolean isWrapGuidePainted()(Code)
Returns true if the wrap guide is drawn, false otherwise.
since:
   jEdit 4.0pre4



nextTabStop
public float nextTabStop(float x, int tabOffset)(Code)
Implementation of TabExpander interface. Returns next tab stop after a specified point.
Parameters:
  x - The x co-ordinate
Parameters:
  tabOffset - Ignored The next tab stop after x



paint
public void paint(Graphics _gfx)(Code)
Repaints the text.
Parameters:
  _gfx - The graphics context



removeExtension
public void removeExtension(TextAreaExtension extension)(Code)
Removes a text area extension. It will no longer be asked to perform custom painting and tool tip handling.
Parameters:
  extension - The extension
since:
   jEdit 4.0pre4



setAntiAlias
public void setAntiAlias(AntiAlias newValue)(Code)
As of jEdit 4.3pre4, a new JDK 1.6 subpixel antialias mode is supported.
since:
   jEdit 4.2pre4



setAntiAliasEnabled
public void setAntiAliasEnabled(boolean isEnabled)(Code)



setBlockCaretEnabled
final public void setBlockCaretEnabled(boolean blockCaret)(Code)
Sets if the caret should be drawn as a block, false otherwise.
Parameters:
  blockCaret - True if the caret should be drawn as a block,false otherwise.



setBounds
public void setBounds(int x, int y, int width, int height)(Code)
It is a bad idea to override this, but we need to get the component event before the first repaint.



setCaretColor
final public void setCaretColor(Color caretColor)(Code)
Sets the caret color.
Parameters:
  caretColor - The caret color



setEOLMarkerColor
final public void setEOLMarkerColor(Color eolMarkerColor)(Code)
Sets the EOL marker color.
Parameters:
  eolMarkerColor - The EOL marker color



setEOLMarkersPainted
final public void setEOLMarkersPainted(boolean eolMarkers)(Code)
Sets if EOL markers are to be drawn.
Parameters:
  eolMarkers - True if EOL markers should be drawn, false otherwise



setFoldLineStyle
final public void setFoldLineStyle(SyntaxStyle[] foldLineStyle)(Code)
Sets the fold line style. The first element is the style for lines with a fold level greater than 3. The remaining elements are for fold levels 1 to 3.
Parameters:
  foldLineStyle - The fold line style



setFont
public void setFont(Font font)(Code)
Sets the font for this component. This is overridden to update the cached font metrics and to recalculate which lines are visible.
Parameters:
  font - The font



setFractionalFontMetricsEnabled
public void setFractionalFontMetricsEnabled(boolean fracFontMetrics)(Code)
Sets if fractional font metrics should be enabled. Has no effect when running on Java 1.1.
since:
   jEdit 3.2pre6



setLineHighlightColor
final public void setLineHighlightColor(Color lineHighlightColor)(Code)
Sets the line highlight color.
Parameters:
  lineHighlightColor - The line highlight color



setLineHighlightEnabled
final public void setLineHighlightEnabled(boolean lineHighlight)(Code)
Enables or disables current line highlighting.
Parameters:
  lineHighlight - True if current line highlight should be enabled,false otherwise



setMultipleSelectionColor
final public void setMultipleSelectionColor(Color multipleSelectionColor)(Code)
Sets the multiple selection color.
Parameters:
  multipleSelectionColor - The multiple selection color
since:
   jEdit 4.2pre1



setSelectionColor
final public void setSelectionColor(Color selectionColor)(Code)
Sets the selection color.
Parameters:
  selectionColor - The selection color



setStructureHighlightColor
final public void setStructureHighlightColor(Color structureHighlightColor)(Code)
Sets the structure highlight color.
Parameters:
  structureHighlightColor - The bracket highlight color
since:
   jEdit 4.2pre3



setStructureHighlightEnabled
final public void setStructureHighlightEnabled(boolean structureHighlight)(Code)
Enables or disables structure highlighting.
Parameters:
  structureHighlight - True if structure highlighting should beenabled, false otherwise
since:
   jEdit 4.2pre3



setStyles
final public void setStyles(SyntaxStyle[] styles)(Code)
Sets the syntax styles used to paint colorized text. Entry n will be used to paint tokens with id = n.
Parameters:
  styles - The syntax styles
See Also:   org.gjt.sp.jedit.syntax.Token



setWrapGuideColor
final public void setWrapGuideColor(Color wrapGuideColor)(Code)
Sets the wrap guide color.
Parameters:
  wrapGuideColor - The wrap guide color



setWrapGuidePainted
final public void setWrapGuidePainted(boolean wrapGuide)(Code)
Sets if the wrap guide is to be drawn.
Parameters:
  wrapGuide - True if the wrap guide should be drawn, false otherwise



update
public void update(Graphics _gfx)(Code)
Repaints the text.
Parameters:
  _gfx - The graphics context



Fields inherited from javax.swing.JComponent
final public static String TOOL_TIP_TEXT_KEY(Code)(Java Doc)
final public static int UNDEFINED_CONDITION(Code)(Java Doc)
final public static int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT(Code)(Java Doc)
final public static int WHEN_FOCUSED(Code)(Java Doc)
final public static int WHEN_IN_FOCUSED_WINDOW(Code)(Java Doc)
protected AccessibleContext accessibleContext(Code)(Java Doc)
protected EventListenerList listenerList(Code)(Java Doc)
protected transient ComponentUI ui(Code)(Java Doc)

Methods inherited from javax.swing.JComponent
public void addAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void computeVisibleRect(Rectangle visibleRect)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public JToolTip createToolTip()(Code)(Java Doc)
public void disable()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws java.beans.PropertyVetoException(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public ActionListener getActionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
final public ActionMap getActionMap()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public AncestorListener[] getAncestorListeners()(Code)(Java Doc)
public boolean getAutoscrolls()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Border getBorder()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
final public Object getClientProperty(Object key)(Code)(Java Doc)
protected Graphics getComponentGraphics(Graphics g)(Code)(Java Doc)
public JPopupMenu getComponentPopupMenu()(Code)(Java Doc)
public int getConditionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
public int getDebugGraphicsOptions()(Code)(Java Doc)
public static Locale getDefaultLocale()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public boolean getInheritsPopupMenu()(Code)(Java Doc)
final public InputMap getInputMap(int condition)(Code)(Java Doc)
final public InputMap getInputMap()(Code)(Java Doc)
public InputVerifier getInputVerifier()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public Insets getInsets(Insets insets)(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Component getNextFocusableComponent()(Code)(Java Doc)
public Point getPopupLocation(MouseEvent event)(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public KeyStroke[] getRegisteredKeyStrokes()(Code)(Java Doc)
public JRootPane getRootPane()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Point getToolTipLocation(MouseEvent event)(Code)(Java Doc)
public String getToolTipText()(Code)(Java Doc)
public String getToolTipText(MouseEvent event)(Code)(Java Doc)
public Container getTopLevelAncestor()(Code)(Java Doc)
public TransferHandler getTransferHandler()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public boolean getVerifyInputWhenFocusTarget()(Code)(Java Doc)
public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc)
public Rectangle getVisibleRect()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public void grabFocus()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public static boolean isLightweightComponent(Component c)(Code)(Java Doc)
public boolean isManagingFocus()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isOptimizedDrawingEnabled()(Code)(Java Doc)
final public boolean isPaintingForPrint()(Code)(Java Doc)
public boolean isPaintingTile()(Code)(Java Doc)
public boolean isRequestFocusEnabled()(Code)(Java Doc)
public boolean isValidateRoot()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
protected void paintBorder(Graphics g)(Code)(Java Doc)
protected void paintChildren(Graphics g)(Code)(Java Doc)
protected void paintComponent(Graphics g)(Code)(Java Doc)
public void paintImmediately(int x, int y, int w, int h)(Code)(Java Doc)
public void paintImmediately(Rectangle r)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void printBorder(Graphics g)(Code)(Java Doc)
protected void printChildren(Graphics g)(Code)(Java Doc)
protected void printComponent(Graphics g)(Code)(Java Doc)
protected void processComponentKeyEvent(KeyEvent e)(Code)(Java Doc)
protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
final public void putClientProperty(Object key, Object value)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void removeAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(Rectangle r)(Code)(Java Doc)
public boolean requestDefaultFocus()(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
public boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void resetKeyboardActions()(Code)(Java Doc)
public void reshape(int x, int y, int w, int h)(Code)(Java Doc)
public void revalidate()(Code)(Java Doc)
public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc)
final public void setActionMap(ActionMap am)(Code)(Java Doc)
public void setAlignmentX(float alignmentX)(Code)(Java Doc)
public void setAlignmentY(float alignmentY)(Code)(Java Doc)
public void setAutoscrolls(boolean autoscrolls)(Code)(Java Doc)
public void setBackground(Color bg)(Code)(Java Doc)
public void setBorder(Border border)(Code)(Java Doc)
public void setComponentPopupMenu(JPopupMenu popup)(Code)(Java Doc)
public void setDebugGraphicsOptions(int debugOptions)(Code)(Java Doc)
public static void setDefaultLocale(Locale l)(Code)(Java Doc)
public void setDoubleBuffered(boolean aFlag)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFont(Font font)(Code)(Java Doc)
public void setForeground(Color fg)(Code)(Java Doc)
public void setInheritsPopupMenu(boolean value)(Code)(Java Doc)
final public void setInputMap(int condition, InputMap map)(Code)(Java Doc)
public void setInputVerifier(InputVerifier inputVerifier)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setNextFocusableComponent(Component aComponent)(Code)(Java Doc)
public void setOpaque(boolean isOpaque)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setRequestFocusEnabled(boolean requestFocusEnabled)(Code)(Java Doc)
public void setToolTipText(String text)(Code)(Java Doc)
public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc)
protected void setUI(ComponentUI newUI)(Code)(Java Doc)
public void setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget)(Code)(Java Doc)
public void setVisible(boolean aFlag)(Code)(Java Doc)
public void unregisterKeyboardAction(KeyStroke aKeyStroke)(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

Methods inherited from java.awt.Container
public Component add(Component comp)(Code)(Java Doc)
public Component add(String name, Component comp)(Code)(Java Doc)
public Component add(Component comp, int index)(Code)(Java Doc)
public void add(Component comp, Object constraints)(Code)(Java Doc)
public void add(Component comp, Object constraints, int index)(Code)(Java Doc)
public synchronized void addContainerListener(ContainerListener l)(Code)(Java Doc)
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public int countComponents()(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public Component findComponentAt(int x, int y)(Code)(Java Doc)
public Component findComponentAt(Point p)(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Component getComponent(int n)(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public int getComponentCount()(Code)(Java Doc)
public int getComponentZOrder(Component comp)(Code)(Java Doc)
public Component[] getComponents()(Code)(Java Doc)
public synchronized ContainerListener[] getContainerListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public FocusTraversalPolicy getFocusTraversalPolicy()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public LayoutManager getLayout()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Point getMousePosition(boolean allowChildren) throws HeadlessException(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public Insets insets()(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isAncestorOf(Component c)(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusCycleRoot()(Code)(Java Doc)
final public boolean isFocusTraversalPolicyProvider()(Code)(Java Doc)
public boolean isFocusTraversalPolicySet()(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintComponents(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printComponents(Graphics g)(Code)(Java Doc)
protected void processContainerEvent(ContainerEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
public void remove(int index)(Code)(Java Doc)
public void remove(Component comp)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public synchronized void removeContainerListener(ContainerListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void setComponentZOrder(Component comp, int index)(Code)(Java Doc)
public void setFocusCycleRoot(boolean focusCycleRoot)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalPolicy(FocusTraversalPolicy policy)(Code)(Java Doc)
final public void setFocusTraversalPolicyProvider(boolean provider)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setLayout(LayoutManager mgr)(Code)(Java Doc)
public void transferFocusDownCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)
protected void validateTree()(Code)(Java Doc)

Fields inherited from java.awt.Component
final public static float BOTTOM_ALIGNMENT(Code)(Java Doc)
final public static float CENTER_ALIGNMENT(Code)(Java Doc)
final public static float LEFT_ALIGNMENT(Code)(Java Doc)
final public static float RIGHT_ALIGNMENT(Code)(Java Doc)
final public static float TOP_ALIGNMENT(Code)(Java Doc)

Methods inherited from java.awt.Component
public boolean action(Event evt, Object what)(Code)(Java Doc)
public void add(PopupMenu popup)(Code)(Java Doc)
public synchronized void addComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void addFocusListener(FocusListener l)(Code)(Java Doc)
public void addHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void addHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void addInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void addKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void addMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void addMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void addMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation orientation)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public Rectangle bounds()(Code)(Java Doc)
public int checkImage(Image image, ImageObserver observer)(Code)(Java Doc)
public int checkImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public boolean contains(Point p)(Code)(Java Doc)
public Image createImage(ImageProducer producer)(Code)(Java Doc)
public Image createImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height, ImageCapabilities caps) throws AWTException(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void disable()(Code)(Java Doc)
final protected void disableEvents(long eventsToDisable)(Code)(Java Doc)
final public void dispatchEvent(AWTEvent e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void enable(boolean b)(Code)(Java Doc)
final protected void enableEvents(long eventsToEnable)(Code)(Java Doc)
public void enableInputMethods(boolean enable)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Rectangle getBounds()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
public ColorModel getColorModel()(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public synchronized ComponentListener[] getComponentListeners()(Code)(Java Doc)
public ComponentOrientation getComponentOrientation()(Code)(Java Doc)
public Cursor getCursor()(Code)(Java Doc)
public synchronized DropTarget getDropTarget()(Code)(Java Doc)
public Container getFocusCycleRootAncestor()(Code)(Java Doc)
public synchronized FocusListener[] getFocusListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public boolean getFocusTraversalKeysEnabled()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public GraphicsConfiguration getGraphicsConfiguration()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public synchronized HierarchyBoundsListener[] getHierarchyBoundsListeners()(Code)(Java Doc)
public synchronized HierarchyListener[] getHierarchyListeners()(Code)(Java Doc)
public boolean getIgnoreRepaint()(Code)(Java Doc)
public InputContext getInputContext()(Code)(Java Doc)
public synchronized InputMethodListener[] getInputMethodListeners()(Code)(Java Doc)
public InputMethodRequests getInputMethodRequests()(Code)(Java Doc)
public synchronized KeyListener[] getKeyListeners()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Point getLocation()(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Point getLocationOnScreen()(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public synchronized MouseListener[] getMouseListeners()(Code)(Java Doc)
public synchronized MouseMotionListener[] getMouseMotionListeners()(Code)(Java Doc)
public Point getMousePosition() throws HeadlessException(Code)(Java Doc)
public synchronized MouseWheelListener[] getMouseWheelListeners()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Container getParent()(Code)(Java Doc)
public ComponentPeer getPeer()(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners(String propertyName)(Code)(Java Doc)
public Dimension getSize()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Toolkit getToolkit()(Code)(Java Doc)
final public Object getTreeLock()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public boolean gotFocus(Event evt, Object what)(Code)(Java Doc)
public boolean handleEvent(Event evt)(Code)(Java Doc)
public boolean hasFocus()(Code)(Java Doc)
public void hide()(Code)(Java Doc)
public boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)(Code)(Java Doc)
public boolean inside(int x, int y)(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isBackgroundSet()(Code)(Java Doc)
public boolean isCursorSet()(Code)(Java Doc)
public boolean isDisplayable()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusOwner()(Code)(Java Doc)
public boolean isFocusTraversable()(Code)(Java Doc)
public boolean isFocusable()(Code)(Java Doc)
public boolean isFontSet()(Code)(Java Doc)
public boolean isForegroundSet()(Code)(Java Doc)
public boolean isLightweight()(Code)(Java Doc)
public boolean isMaximumSizeSet()(Code)(Java Doc)
public boolean isMinimumSizeSet()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isPreferredSizeSet()(Code)(Java Doc)
public boolean isShowing()(Code)(Java Doc)
public boolean isValid()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public boolean keyDown(Event evt, int key)(Code)(Java Doc)
public boolean keyUp(Event evt, int key)(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list()(Code)(Java Doc)
public void list(PrintStream out)(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Point location()(Code)(Java Doc)
public boolean lostFocus(Event evt, Object what)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public boolean mouseDown(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseDrag(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseEnter(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseExit(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseMove(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseUp(Event evt, int x, int y)(Code)(Java Doc)
public void move(int x, int y)(Code)(Java Doc)
public void nextFocus()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintAll(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public boolean postEvent(Event e)(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public boolean prepareImage(Image image, ImageObserver observer)(Code)(Java Doc)
public boolean prepareImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void processComponentEvent(ComponentEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
protected void processFocusEvent(FocusEvent e)(Code)(Java Doc)
protected void processHierarchyBoundsEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processHierarchyEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processInputMethodEvent(InputMethodEvent e)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseWheelEvent(MouseWheelEvent e)(Code)(Java Doc)
public void remove(MenuComponent popup)(Code)(Java Doc)
public synchronized void removeComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void removeFocusListener(FocusListener l)(Code)(Java Doc)
public void removeHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void removeHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void removeInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void removeKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void removeMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void removeMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void removeMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void repaint()(Code)(Java Doc)
public void repaint(long tm)(Code)(Java Doc)
public void repaint(int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
protected boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void reshape(int x, int y, int width, int height)(Code)(Java Doc)
public void resize(int width, int height)(Code)(Java Doc)
public void resize(Dimension d)(Code)(Java Doc)
public void setBackground(Color c)(Code)(Java Doc)
public void setBounds(int x, int y, int width, int height)(Code)(Java Doc)
public void setBounds(Rectangle r)(Code)(Java Doc)
public void setComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public void setCursor(Cursor cursor)(Code)(Java Doc)
public synchronized void setDropTarget(DropTarget dt)(Code)(Java Doc)
public void setEnabled(boolean b)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalKeysEnabled(boolean focusTraversalKeysEnabled)(Code)(Java Doc)
public void setFocusable(boolean focusable)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setForeground(Color c)(Code)(Java Doc)
public void setIgnoreRepaint(boolean ignoreRepaint)(Code)(Java Doc)
public void setLocale(Locale l)(Code)(Java Doc)
public void setLocation(int x, int y)(Code)(Java Doc)
public void setLocation(Point p)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setSize(int width, int height)(Code)(Java Doc)
public void setSize(Dimension d)(Code)(Java Doc)
public void setVisible(boolean b)(Code)(Java Doc)
public void show()(Code)(Java Doc)
public void show(boolean b)(Code)(Java Doc)
public Dimension size()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void transferFocus()(Code)(Java Doc)
public void transferFocusBackward()(Code)(Java Doc)
public void transferFocusUpCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.