Java Doc for DefinitionsPane.java in  » IDE » DrJava » edu » rice » cs » drjava » ui » 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 » IDE » DrJava » edu.rice.cs.drjava.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.Component
      java.awt.Container
         javax.swing.JComponent
            javax.swing.text.JTextComponent
               javax.swing.JEditorPane
                  javax.swing.JTextPane
                     edu.rice.cs.drjava.ui.AbstractDJPane
                        edu.rice.cs.drjava.ui.DefinitionsPane

DefinitionsPane
public class DefinitionsPane extends AbstractDJPane implements Finalizable<DefinitionsPane>(Code)
The pane in which work on a given OpenDefinitionsDocument occurs. A DefinitionsPane is tied to a single document, which cannot be changed.
version:
   $Id: DefinitionsPane.java 4255 2007-08-28 19:17:37Z mgricken $

Inner Class :public class UndoAction extends AbstractAction
Inner Class :public class RedoAction extends AbstractAction

Field Summary
static volatile  ReverseHighlighter.DefaultUnderlineHighlightPainterBOOKMARK_PAINTER
     Highlight painter for bookmarks.
static  ReverseHighlighter.DrJavaHighlightPainterBREAKPOINT_PAINTER
     Highlight painter for breakpoints.
static volatile  ReverseHighlighter.DrJavaHighlightPainterDISABLED_BREAKPOINT_PAINTER
     Highlight painter for disabled breakpoints.
static volatile  ReverseHighlighter.DefaultUnderlineHighlightPainter[]FIND_RESULTS_PAINTERS
     Highlight painter for find results.
static volatile  int[]FIND_RESULTS_PAINTERS_USAGE
     How many find result panels are using the highlight painters.
final public static  StringINDENT_KEYMAP_NAME
     The name of the keymap added to the super class (saved so it can be removed).
static volatile  ReverseHighlighter.DrJavaHighlightPainterTHREAD_PAINTER
     Highlight painter for thread's current location.
final  KeymapourMap
     Our keymap containing key bindings.

Constructor Summary
public  DefinitionsPane(MainFrame mf, OpenDefinitionsDocument doc)
     Standard Constructor.

Method Summary
public  voidaddBreakpointHighlight(Breakpoint bp)
    
public  voidaddErrorCaretListener(ErrorCaretListener listener)
     Add a ErrorCaretListener to this pane, keeping it accessible so its error model can be updated later.
public  voidaddErrorHighlight(int from, int to)
     Switches the location of the error highlight in the document if there was one.
public  voidaddFinalizationListener(FinalizationListener<DefinitionsPane> fl)
     Registers a finalization listener with the specific instance of the ddoc.
public  voidcenterViewOnLine(int lineNumber)
    
public  voidcenterViewOnOffset(int offset)
     Centers the view (pane) on the specified offset.
public  booleancheckAltKey()
    
public  voidclose()
     Called when the definitions pane is released from duty.
protected  EditorKitcreateDefaultEditorKit()
     Overriding this method ensures that all new documents created in this editor pane use our editor kit (and thus our model).
public  voidendCompoundEdit()
     Ends a compound edit.
protected  voidfinalize()
     This method is called when this object becomes unreachable.
public  intgetCurrentCol()
    
public  intgetCurrentLine()
     Returns the current line of the definitions pane.
public  intgetCurrentLinefromDoc()
     Determines current line using logic in DefinitionsDocument.
public  DJDocumentgetDJDocument()
     Get the DJDocument (OpenDefinitionsDocument) contained in this pane.
public  ErrorCaretListenergetErrorCaretListener()
     Gets the ErrorCaretListener for this pane.
public  List<FinalizationListener<DefinitionsPane>>getFinalizationListeners()
    
public  HighlightManagergetHighlightManager()
    
public  intgetHorizontalScroll()
    
public  OpenDefinitionsDocumentgetOpenDefDocument()
     Get the OpenDefinitionsDocument contained in this DefinitionsPane.
public  RedoActiongetRedoAction()
     the redo action.
public  UndoActiongetUndoAction()
     the undo action.
public  intgetVerticalScroll()
    
public  booleanhasWarnedAboutModified()
    
public  voidhasWarnedAboutModified(boolean hasWarned)
    
protected  voidindentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)
     Indent the given selection, for the given reason, in the current document.
protected  voidmatchUpdate(int offset)
     Updates match highlights.
public  voidnotifyActive()
     This function is called when switching a pane to be the active document pane.
public  voidnotifyInactive()
     This function is called when the active document is changed.
protected  voidpaintComponent(Graphics g)
     Enable anti-aliased text by overriding paintComponent.
public  voidprocessKeyEvent(KeyEvent e)
     Takes in any keyboard input, checks to see if it is in the keyToActionMap in KeybindingManager, if so executes the action, otherwise checks if it contains the current platform's menu shortcut modifier and if so, ignores that command (this disallows the execution of the UI's default actions such as cut/copy/paste/select all), otherwise does whatever normally would be done.
public  voidremoveBreakpointHighlight(Breakpoint bp)
    
public  voidremoveErrorHighlight()
     Removes the previous compiler error highlight from the document after the cursor has moved.
public  voidresetUndo()
     Reset the document Undo list.
public  voidselect(int selectionStart, int selectionEnd)
     This method overrides a broken version in JTextComponent.
public  voidsetDocument(Document d)
     Override JEditorPane's setDocument to make sure only the Document in our final OpenDefinitionsDocument can be used.
public static  voidsetEditorKit(DefinitionsEditorKit editorKit)
     Sets the editor kit that will be used by all DefinitionsPanes.
public  voidsetPositionAndScroll(int pos)
     Set the caret position and also scroll to make sure the location is visible.
public  voidsetScrollPane(JScrollPane s)
    
public  voidsetSize(int width, int height)
    
protected  booleanshouldIndent(int selStart, int selEnd)
     Prompt the user whether or not they wish to indent, if the selection size is very large.

Field Detail
BOOKMARK_PAINTER
static volatile ReverseHighlighter.DefaultUnderlineHighlightPainter BOOKMARK_PAINTER(Code)
Highlight painter for bookmarks.



BREAKPOINT_PAINTER
static ReverseHighlighter.DrJavaHighlightPainter BREAKPOINT_PAINTER(Code)
Highlight painter for breakpoints.



DISABLED_BREAKPOINT_PAINTER
static volatile ReverseHighlighter.DrJavaHighlightPainter DISABLED_BREAKPOINT_PAINTER(Code)
Highlight painter for disabled breakpoints.



FIND_RESULTS_PAINTERS
static volatile ReverseHighlighter.DefaultUnderlineHighlightPainter[] FIND_RESULTS_PAINTERS(Code)
Highlight painter for find results.



FIND_RESULTS_PAINTERS_USAGE
static volatile int[] FIND_RESULTS_PAINTERS_USAGE(Code)
How many find result panels are using the highlight painters.



INDENT_KEYMAP_NAME
final public static String INDENT_KEYMAP_NAME(Code)
The name of the keymap added to the super class (saved so it can be removed).



THREAD_PAINTER
static volatile ReverseHighlighter.DrJavaHighlightPainter THREAD_PAINTER(Code)
Highlight painter for thread's current location.



ourMap
final Keymap ourMap(Code)
Our keymap containing key bindings. Takes precedence over the default map.




Constructor Detail
DefinitionsPane
public DefinitionsPane(MainFrame mf, OpenDefinitionsDocument doc)(Code)
Standard Constructor. Sets up all the defaults.
Parameters:
  mf - the parent window




Method Detail
addBreakpointHighlight
public void addBreakpointHighlight(Breakpoint bp)(Code)



addErrorCaretListener
public void addErrorCaretListener(ErrorCaretListener listener)(Code)
Add a ErrorCaretListener to this pane, keeping it accessible so its error model can be updated later.



addErrorHighlight
public void addErrorHighlight(int from, int to)(Code)
Switches the location of the error highlight in the document if there was one. Otherwise adds the highlight. The invariant is that there are zero or one error highlights at any time.



addFinalizationListener
public void addFinalizationListener(FinalizationListener<DefinitionsPane> fl)(Code)
Registers a finalization listener with the specific instance of the ddoc. NOTE: this should only be used by test cases. This policy ensures that we don't spring memory leaks by allowing our unit tests to keep track of whether objects are being finalized (garbage collected).
Parameters:
  fl - the listener to register



centerViewOnLine
public void centerViewOnLine(int lineNumber)(Code)



centerViewOnOffset
public void centerViewOnOffset(int offset)(Code)
Centers the view (pane) on the specified offset.



checkAltKey
public boolean checkAltKey()(Code)



close
public void close()(Code)
Called when the definitions pane is released from duty. This frees up any option listeners that are holding references to this object so this can be garbage collected.



createDefaultEditorKit
protected EditorKit createDefaultEditorKit()(Code)
Overriding this method ensures that all new documents created in this editor pane use our editor kit (and thus our model).



endCompoundEdit
public void endCompoundEdit()(Code)
Ends a compound edit.



finalize
protected void finalize()(Code)
This method is called when this object becomes unreachable. Since this class implements edu.rice.cs.drjava.model.Finalizable, it must notify its listeners.



getCurrentCol
public int getCurrentCol()(Code)



getCurrentLine
public int getCurrentLine()(Code)
Returns the current line of the definitions pane. This is a 1-based number. current line of the definitions pane, >=1



getCurrentLinefromDoc
public int getCurrentLinefromDoc()(Code)
Determines current line using logic in DefinitionsDocument. Does it differ from getCurrentLine()?



getDJDocument
public DJDocument getDJDocument()(Code)
Get the DJDocument (OpenDefinitionsDocument) contained in this pane. Required by the super class AbstractDJPane.



getErrorCaretListener
public ErrorCaretListener getErrorCaretListener()(Code)
Gets the ErrorCaretListener for this pane.



getFinalizationListeners
public List<FinalizationListener<DefinitionsPane>> getFinalizationListeners()(Code)



getHighlightManager
public HighlightManager getHighlightManager()(Code)
Access to the pane's HighlightManager



getHorizontalScroll
public int getHorizontalScroll()(Code)



getOpenDefDocument
public OpenDefinitionsDocument getOpenDefDocument()(Code)
Get the OpenDefinitionsDocument contained in this DefinitionsPane.



getRedoAction
public RedoAction getRedoAction()(Code)
the redo action.



getUndoAction
public UndoAction getUndoAction()(Code)
the undo action.



getVerticalScroll
public int getVerticalScroll()(Code)



hasWarnedAboutModified
public boolean hasWarnedAboutModified()(Code)



hasWarnedAboutModified
public void hasWarnedAboutModified(boolean hasWarned)(Code)



indentLines
protected void indentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)(Code)
Indent the given selection, for the given reason, in the current document.
Parameters:
  selStart - - the selection start
Parameters:
  selEnd - - the selection end
Parameters:
  reason - - the reason for the indent
Parameters:
  pm - - the ProgressMonitor used by the indenter



matchUpdate
protected void matchUpdate(int offset)(Code)
Updates match highlights. Only runs in the event thread except in some unit tests.



notifyActive
public void notifyActive()(Code)
This function is called when switching a pane to be the active document pane. It allows the pane to do whatever "startUp" is required. Since setInactive swapped out the document for a dummy document, we need to reload the actual document and reset its caret position to the saved location. Only runs in event thread.



notifyInactive
public void notifyInactive()(Code)
This function is called when the active document is changed. this function is called on the pane that is replaced by the new active pane. It allows the pane to "shutdown" when not in use. Currently, this procedure replaces the Definitions Document with a blank dummy document to help conserve memory (so that the pane will not be holding onto the last reference of a definitions document not allowing it to be garbage collected)



paintComponent
protected void paintComponent(Graphics g)(Code)
Enable anti-aliased text by overriding paintComponent.



processKeyEvent
public void processKeyEvent(KeyEvent e)(Code)
Takes in any keyboard input, checks to see if it is in the keyToActionMap in KeybindingManager, if so executes the action, otherwise checks if it contains the current platform's menu shortcut modifier and if so, ignores that command (this disallows the execution of the UI's default actions such as cut/copy/paste/select all), otherwise does whatever normally would be done.



removeBreakpointHighlight
public void removeBreakpointHighlight(Breakpoint bp)(Code)



removeErrorHighlight
public void removeErrorHighlight()(Code)
Removes the previous compiler error highlight from the document after the cursor has moved.



resetUndo
public void resetUndo()(Code)
Reset the document Undo list.



select
public void select(int selectionStart, int selectionEnd)(Code)
This method overrides a broken version in JTextComponent. It allows selection to proceed backwards as well as forwards. If selection is backwards, then the caret ends up at the start of the selection rather than the end.



setDocument
public void setDocument(Document d)(Code)
Override JEditorPane's setDocument to make sure only the Document in our final OpenDefinitionsDocument can be used.



setEditorKit
public static void setEditorKit(DefinitionsEditorKit editorKit)(Code)
Sets the editor kit that will be used by all DefinitionsPanes.
Parameters:
  editorKit - The editor kit to use for new DefinitionsPanes.



setPositionAndScroll
public void setPositionAndScroll(int pos)(Code)
Set the caret position and also scroll to make sure the location is visible. Should only run in the event thread.
Parameters:
  pos - Location to scroll to.



setScrollPane
public void setScrollPane(JScrollPane s)(Code)



setSize
public void setSize(int width, int height)(Code)



shouldIndent
protected boolean shouldIndent(int selStart, int selEnd)(Code)
Prompt the user whether or not they wish to indent, if the selection size is very large. Return true if the indent is to be completed
Parameters:
  selStart - - the selection start
Parameters:
  selEnd - - the selection end



Fields inherited from edu.rice.cs.drjava.ui.AbstractDJPane
static ReverseHighlighter.DrJavaHighlightPainter ERROR_PAINTER(Code)(Java Doc)
static ReverseHighlighter.DrJavaHighlightPainter MATCH_PAINTER(Code)(Java Doc)
final protected SwingDocument NULL_DOCUMENT(Code)(Java Doc)
protected volatile HighlightManager _highlightManager(Code)(Java Doc)
protected volatile HighlightManager.HighlightInfo _matchHighlight(Code)(Java Doc)
final protected CaretListener _matchListener(Code)(Java Doc)
DropTarget dropTarget(Code)(Java Doc)

Methods inherited from edu.rice.cs.drjava.ui.AbstractDJPane
protected void _addHighlight(int from, int to)(Code)(Java Doc)
protected void _removePreviousHighlight()(Code)(Java Doc)
public void dragEnter(DropTargetDragEvent dropTargetDragEvent)(Code)(Java Doc)
public void dragExit(DropTargetEvent dropTargetEvent)(Code)(Java Doc)
public void dragOver(DropTargetDragEvent dropTargetDragEvent)(Code)(Java Doc)
public synchronized void drop(DropTargetDropEvent dropTargetDropEvent)(Code)(Java Doc)
public void dropActionChanged(DropTargetDragEvent dropTargetDragEvent)(Code)(Java Doc)
abstract public DJDocument getDJDocument()(Code)(Java Doc)
public int getScrollableUnitIncrement(Rectangle visibleRectangle, int orientation, int direction)(Code)(Java Doc)
public void indent()(Code)(Java Doc)
public void indent(Indenter.IndentReason reason)(Code)(Java Doc)
abstract protected void indentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)(Code)(Java Doc)
abstract protected void matchUpdate(int offset)(Code)(Java Doc)
public void setCaretPos(int pos)(Code)(Java Doc)
abstract protected boolean shouldIndent(int selStart, int selEnd)(Code)(Java Doc)

Methods inherited from javax.swing.JTextPane
public Style addStyle(String nm, Style parent)(Code)(Java Doc)
protected EditorKit createDefaultEditorKit()(Code)(Java Doc)
public AttributeSet getCharacterAttributes()(Code)(Java Doc)
public MutableAttributeSet getInputAttributes()(Code)(Java Doc)
public Style getLogicalStyle()(Code)(Java Doc)
public AttributeSet getParagraphAttributes()(Code)(Java Doc)
public Style getStyle(String nm)(Code)(Java Doc)
public StyledDocument getStyledDocument()(Code)(Java Doc)
final protected StyledEditorKit getStyledEditorKit()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public void insertComponent(Component c)(Code)(Java Doc)
public void insertIcon(Icon g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void removeStyle(String nm)(Code)(Java Doc)
public void replaceSelection(String content)(Code)(Java Doc)
public void setCharacterAttributes(AttributeSet attr, boolean replace)(Code)(Java Doc)
public void setDocument(Document doc)(Code)(Java Doc)
final public void setEditorKit(EditorKit kit)(Code)(Java Doc)
public void setLogicalStyle(Style s)(Code)(Java Doc)
public void setParagraphAttributes(AttributeSet attr, boolean replace)(Code)(Java Doc)
public void setStyledDocument(StyledDocument doc)(Code)(Java Doc)

Fields inherited from javax.swing.JEditorPane
final public static String HONOR_DISPLAY_PROPERTIES(Code)(Java Doc)
final public static String W3C_LENGTH_UNITS(Code)(Java Doc)

Methods inherited from javax.swing.JEditorPane
public synchronized void addHyperlinkListener(HyperlinkListener listener)(Code)(Java Doc)
protected EditorKit createDefaultEditorKit()(Code)(Java Doc)
public static EditorKit createEditorKitForContentType(String type)(Code)(Java Doc)
public void fireHyperlinkUpdate(HyperlinkEvent e)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
final public String getContentType()(Code)(Java Doc)
public EditorKit getEditorKit()(Code)(Java Doc)
public static String getEditorKitClassNameForContentType(String type)(Code)(Java Doc)
public EditorKit getEditorKitForContentType(String type)(Code)(Java Doc)
public synchronized HyperlinkListener[] getHyperlinkListeners()(Code)(Java Doc)
public URL getPage()(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public boolean getScrollableTracksViewportHeight()(Code)(Java Doc)
public boolean getScrollableTracksViewportWidth()(Code)(Java Doc)
protected InputStream getStream(URL page) throws IOException(Code)(Java Doc)
public String getText()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void read(InputStream in, Object desc) throws IOException(Code)(Java Doc)
public static void registerEditorKitForContentType(String type, String classname)(Code)(Java Doc)
public static void registerEditorKitForContentType(String type, String classname, ClassLoader loader)(Code)(Java Doc)
public synchronized void removeHyperlinkListener(HyperlinkListener listener)(Code)(Java Doc)
public void replaceSelection(String content)(Code)(Java Doc)
public void scrollToReference(String reference)(Code)(Java Doc)
final public void setContentType(String type)(Code)(Java Doc)
public void setEditorKit(EditorKit kit)(Code)(Java Doc)
public void setEditorKitForContentType(String type, EditorKit k)(Code)(Java Doc)
public void setPage(URL page) throws IOException(Code)(Java Doc)
public void setPage(String url) throws IOException(Code)(Java Doc)
public void setText(String t)(Code)(Java Doc)

Fields inherited from javax.swing.text.JTextComponent
final public static String DEFAULT_KEYMAP(Code)(Java Doc)
final public static String FOCUS_ACCELERATOR_KEY(Code)(Java Doc)

Methods inherited from javax.swing.text.JTextComponent
public void addCaretListener(CaretListener listener)(Code)(Java Doc)
public void addInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public static Keymap addKeymap(String nm, Keymap parent)(Code)(Java Doc)
public void copy()(Code)(Java Doc)
public void cut()(Code)(Java Doc)
protected void fireCaretUpdate(CaretEvent e)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Action[] getActions()(Code)(Java Doc)
public Caret getCaret()(Code)(Java Doc)
public Color getCaretColor()(Code)(Java Doc)
public CaretListener[] getCaretListeners()(Code)(Java Doc)
public int getCaretPosition()(Code)(Java Doc)
public Color getDisabledTextColor()(Code)(Java Doc)
public Document getDocument()(Code)(Java Doc)
public boolean getDragEnabled()(Code)(Java Doc)
final public DropLocation getDropLocation()(Code)(Java Doc)
final public DropMode getDropMode()(Code)(Java Doc)
public char getFocusAccelerator()(Code)(Java Doc)
public Highlighter getHighlighter()(Code)(Java Doc)
public InputMethodRequests getInputMethodRequests()(Code)(Java Doc)
public Keymap getKeymap()(Code)(Java Doc)
public static Keymap getKeymap(String nm)(Code)(Java Doc)
public Insets getMargin()(Code)(Java Doc)
public NavigationFilter getNavigationFilter()(Code)(Java Doc)
public Dimension getPreferredScrollableViewportSize()(Code)(Java Doc)
public Printable getPrintable(MessageFormat headerFormat, MessageFormat footerFormat)(Code)(Java Doc)
public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
public boolean getScrollableTracksViewportHeight()(Code)(Java Doc)
public boolean getScrollableTracksViewportWidth()(Code)(Java Doc)
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
public String getSelectedText()(Code)(Java Doc)
public Color getSelectedTextColor()(Code)(Java Doc)
public Color getSelectionColor()(Code)(Java Doc)
public int getSelectionEnd()(Code)(Java Doc)
public int getSelectionStart()(Code)(Java Doc)
public String getText(int offs, int len) throws BadLocationException(Code)(Java Doc)
public String getText()(Code)(Java Doc)
public String getToolTipText(MouseEvent event)(Code)(Java Doc)
public TextUI getUI()(Code)(Java Doc)
public boolean isEditable()(Code)(Java Doc)
public static void loadKeymap(Keymap map, KeyBinding[] bindings, Action[] actions)(Code)(Java Doc)
public Rectangle modelToView(int pos) throws BadLocationException(Code)(Java Doc)
public void moveCaretPosition(int pos)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void paste()(Code)(Java Doc)
public boolean print() throws PrinterException(Code)(Java Doc)
public boolean print(MessageFormat headerFormat, MessageFormat footerFormat) throws PrinterException(Code)(Java Doc)
public boolean print(MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintService service, PrintRequestAttributeSet attributes, boolean interactive) throws PrinterException(Code)(Java Doc)
protected void processInputMethodEvent(InputMethodEvent e)(Code)(Java Doc)
public void read(Reader in, Object desc) throws IOException(Code)(Java Doc)
public void removeCaretListener(CaretListener listener)(Code)(Java Doc)
public static Keymap removeKeymap(String nm)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void replaceSelection(String content)(Code)(Java Doc)
public void select(int selectionStart, int selectionEnd)(Code)(Java Doc)
public void selectAll()(Code)(Java Doc)
public void setCaret(Caret c)(Code)(Java Doc)
public void setCaretColor(Color c)(Code)(Java Doc)
public void setCaretPosition(int position)(Code)(Java Doc)
public void setComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public void setDisabledTextColor(Color c)(Code)(Java Doc)
public void setDocument(Document doc)(Code)(Java Doc)
public void setDragEnabled(boolean b)(Code)(Java Doc)
final public void setDropMode(DropMode dropMode)(Code)(Java Doc)
public void setEditable(boolean b)(Code)(Java Doc)
public void setFocusAccelerator(char aKey)(Code)(Java Doc)
public void setHighlighter(Highlighter h)(Code)(Java Doc)
public void setKeymap(Keymap map)(Code)(Java Doc)
public void setMargin(Insets m)(Code)(Java Doc)
public void setNavigationFilter(NavigationFilter filter)(Code)(Java Doc)
public void setSelectedTextColor(Color c)(Code)(Java Doc)
public void setSelectionColor(Color c)(Code)(Java Doc)
public void setSelectionEnd(int selectionEnd)(Code)(Java Doc)
public void setSelectionStart(int selectionStart)(Code)(Java Doc)
public void setText(String t)(Code)(Java Doc)
public void setUI(TextUI ui)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)
public int viewToModel(Point pt)(Code)(Java Doc)
public void write(Writer out) throws IOException(Code)(Java Doc)

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.