Java Doc for MainFrame.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
         java.awt.Window
            java.awt.Frame
               javax.swing.JFrame
                  edu.rice.cs.drjava.ui.MainFrame

MainFrame
public class MainFrame extends JFrame implements ClipboardOwner,DropTargetListener(Code)
DrJava's main window.


Field Summary
 ArrayList<JavaAPIListEntry>_autoImportClassList
     List with entries for the auto-import dialog.
 PredictiveInputFrame<JavaAPIListEntry>_autoImportDialog
     The "Auto Import" dialog instance.
 JCheckBox_autoImportPackageCheckbox
    
final protected  Action_clearLineAction
     Deletes text from the caret to the end of the current line.
 ArrayList<GoToFileListEntry>_completeClassList
     List with entries for the complete dialog.
volatile  PredictiveInputFrame<GoToFileListEntry>_completeFileDialog
     The "Complete File" dialog instance.
volatile  PredictiveInputFrame<GoToFileListEntry>_completeWordDialog
     The "Complete Word" dialog instance.
final protected  Action_cutLineAction
     Cuts from the caret to the end of the current line to the clipboard.
 FocusListener_focusListenerForRecentDocs
    
volatile  PredictiveInputFrame<GoToFileListEntry>_gotoFileDialog
     The "Go to File" dialog instance.
 KeyListener_historyListener
    
 List<JavaAPIListEntry>_javaAPIList
     The list of Java API classes.
final public  Action_newFileFolderAction
     Creates a new untitled, empty file in the current folder.
 PredictiveInputFrame<JavaAPIListEntry>_openJavadocDialog
     The "Open Javadoc" dialog instance.
final  Action_openJavadocUnderCursorAction
     Open Javadoc page specified by the word the cursor is on.
final  Action_saveAllAction
     Saves all documents, prompting for file names as necessary.
final public  LinkedList<TabbedPanel>_tabs
    
final  Action_toggleBreakpointAction
    
final  ActioncompleteWordUnderCursorAction
     Auto-completes word the cursor is on.
final  ActioncopyAction
     Default copy action.
final  ActioncutAction
     Default cut action.
 DropTargetdropTarget
     Drag and drop target.
final  ActiongotoFileUnderCursorAction
     Goes to the file specified by the word the cursor is on.
final  ActionpasteAction
     Default paste action.

Constructor Summary
public  MainFrame()
     Creates the main window, and shows it.

Method Summary
 boolean_closeProject()
    
 boolean_closeProject(boolean quitting)
     Saves the project file; closes all open project files; and calls _model.closeProject(quitting) the clean up the state of the global model.
 void_completeWordUnderCursor()
     Complete the word the cursor is on.
 JScrollPane_createDefScrollPane(OpenDefinitionsDocument doc)
     Create a new DefinitionsPane and JScrollPane for an open definitions document.
 JButton_createManualToolbarButton(Action a)
     Creates a toolbar button for undo and redo, which behave differently.
public  JButton_createToolbarButton(Action a)
     Sets up all buttons for the toolbar except for undo and redo, which use _createManualToolbarButton.
protected  void_disableInteractionsPane()
     Ensures that the interactions pane is not editable during an interaction.
protected  void_enableInteractionsPane()
     Ensures that the interactions pane is editable after an interaction completes.
 void_gotoFileUnderCursor()
     Goes to the file specified by the word the cursor is on.
public  int_jumpToLine(int lineNum)
     Jump to the specified line and return the offset.
 void_moveAllToAuxiliary()
    
 void_moveToAuxiliary()
    
 void_openJavadocUnderCursor()
     Opens the Javadoc specified by the word the cursor is on.
 void_saveAll()
    
 void_saveProjectHelper(File file)
    
 void_showAutoImportDialog(String s)
     Imports a class.
 void_showClassNotFoundError(ClassNotFoundException cnfe)
    
 void_showDebugError(DebugException de)
    
 void_showFileMovedError(FileMovedException fme)
    
 void_showFileNotFoundError(FileNotFoundException fnf)
    
 void_showIOError(IOException ioe)
    
 void_showJUnitInterrupted(UnexpectedException e)
    
 void_showNoClassDefError(NoClassDefFoundError ncde)
    
 void_showProjectFileParseError(MalformedProjectFileException mpfe)
    
 void_switchDefScrollPane()
     Switch to the JScrollPane containing the DefinitionsPane for the active document.
public  JButton_updateToolbarButton(JButton b, Action a)
     Removes the button b from the toolbar and creates new button in its place.
public  voidaddComponentListenerToOpenDocumentsList(ComponentListener listener)
    
public  voidaddToBrowserHistory()
     Add the current location to the browser history.
public  voidclearStatusMessage()
     Sets the message text in the status bar to the null string.
 voidcloseAll()
    
 booleancloseProject()
     Closes project when DrJava is not in the process of quitting.
 voidcommentLines()
    
public  FindResultsPanelcreateFindResultsPanel(RegionManager<MovingDocumentRegion> rm, String title)
     Create a new find results tab.
Parameters:
  rm - the region manager that will contain the regions
Parameters:
  title - the title for the panel new find results tab.
 voiddebuggerClearAllBreakpoints()
     Clears all breakpoints from the debugger.
 voiddebuggerResume()
     Resumes the debugger's current execution.
 voiddebuggerStep(Debugger.StepType type)
     Steps in the debugger.
public  voiddebuggerToggle()
     Toggles whether the debugger is enabled or disabled, and updates the display accordingly.
 voiddebuggerToggleBreakpoint()
     Toggles a breakpoint on the current line.
public  voiddragEnter(DropTargetDragEvent dropTargetDragEvent)
     User dragged something into the component.
public  voiddragExit(DropTargetEvent dropTargetEvent)
    
public  voiddragOver(DropTargetDragEvent dropTargetDragEvent)
    
public synchronized  voiddrop(DropTargetDropEvent dropTargetDropEvent)
     User dropped something on the component.
public  voiddropActionChanged(DropTargetDragEvent dropTargetDragEvent)
    
public  voidenableResetInteractions()
    
public  Hashtable<OpenDefinitionsDocument, DocumentInfoGetter>gatherProjectDocInfo()
    
public  voidgenerateJavaAPIList()
     Generate Java API class list.
public  booleangetAllowKeyEvents()
    
 JButtongetCloseButton()
     The frame's close button (Package private accessor).
 JButtongetCompileAllButton()
     For testing purposes.
public  DefinitionsPanegetCurrentDefPane()
     Returns the current DefinitionsPane.
public  FilegetCurrentProject()
    
public  DefinitionsPanegetDefPaneGivenODD(OpenDefinitionsDocument doc)
    
public  JViewportgetDefViewport()
    
public  JMenugetEditMenu()
     For test purposes only.
public static  DJFileDisplayManagergetFileDisplayManager20()
    
public static  DJFileDisplayManagergetFileDisplayManager30()
    
public  StringgetFileNameField()
     For test purposes only.
 FindReplacePanelgetFindReplaceDialog()
     Return the find replace dialog.
public static  ImageIcongetIcon(String name)
    
 InteractionsControllergetInteractionsController()
     Returns the frame's interactions controller.
 InteractionsPanegetInteractionsPane()
     Returns the frame's interactions pane.
public  SingleDisplayModelgetModel()
     The model providing the logic for this view.
public  DisplayManager<INavigatorItem>getNavPaneDisplayManager()
    
public static  OddDisplayManagergetOddDisplayManager20()
    
public static  OddDisplayManagergetOddDisplayManager30()
    
public  File[]getOpenFiles(JFileChooser jfc)
     Prompt the user to select a place to open files from, then load them.
public  FilegetSaveFile(JFileChooser jfc)
     Prompt the user to select a place to save the current document.
public  ErrorPanelgetSelectedErrorPanel()
     Returns the currently shown error panel if there is one.
public  voidhideDebugger()
     Hide the debugger tab and update the Debug menu accordingly.
public  voidhourglassOff()
     Return the cursor to normal.
public  voidhourglassOn()
     Make the cursor an hourglass.
 voidinitAutoImportDialog()
     Initialize dialog if necessary.
 voidinitCompleteWordDialog()
     Initialize dialog if necessary.
 voidinitGotoFileDialog()
     Initialize dialog if necessary.
 voidinitOpenJavadocDialog()
     Initialize dialog if necessary.
public  booleanisCompilerTabSelected()
     Returns whether the compiler output tab is currently showing.
 booleanisDebuggerReady()
    
public  booleanisJavadocTabSelected()
     Returns whether the JavaDoc output tab is currently showing.
public  booleanisTestTabSelected()
     Returns whether the test output tab is currently showing.
public  voidlostOwnership(Clipboard clipboard, Transferable contents)
     We lost ownership of what we put in the clipboard.
public  voidopen(FileOpenSelector openSelector)
    
public  voidopenFolder(DirectoryChooser chooser)
     Opens all the files in the directory returned by the FolderSelector.
public  voidopenProject(FileOpenSelector projectSelector)
    
public  voidpack()
     Ensures that pack() is run in the event thread.
 voidrefreshBookmarkHighlightPainter()
     Set new painter for existing bookmark highlights.
 voidrefreshBreakpointHighlightPainter()
     Set a new painters for existing breakpoint highlights.
 voidrefreshFindResultsHighlightPainter(FindResultsPanel panel, ReverseHighlighter.DefaultUnderlineHighlightPainter painter)
     Set new painter for existing find results highlights.
public  voidremoveTab(Component c)
    
public  voidresetAutoImportDialogPosition()
     Reset the position of the "Open Javadoc" dialog.
public  voidresetClipboardHistoryDialogPosition()
     Reset the position of the "Clipboard History" dialog.
public  voidresetCompleteWordDialogPosition()
     Reset the position of the "Complete Word" dialog.
public  voidresetGotoFileDialogPosition()
     Reset the position of the "Go to File" dialog.
public  voidresetJarOptionsDialogPosition()
     Reset the position of the "Create Jar from Project" dialog.
public  voidresetOpenJavadocDialogPosition()
     Reset the position of the "Open Javadoc" dialog.
public  voidresetUndo()
    
public  booleansaveEnabledHuh()
     Supports MainFrameTest.
 voidsaveProject()
    
public  voidscrollToDocumentAndOffset(OpenDefinitionsDocument doc, int offset, boolean shouldHighlight)
     Called when a specific document and offset should be displayed.
public  voidscrollToDocumentAndOffset(OpenDefinitionsDocument doc, int offset, boolean shouldHighlight, boolean shouldAddToHistory)
     Called when a specific document and offset should be displayed.
public  voidsetAllowKeyEvents(boolean a)
    
public  voidsetPopupLoc(Window popup)
     Wrapper for setPopupLoc(Window, Component) that uses the window's owner as the owner to center the popup on.
public static  voidsetPopupLoc(Window popup, Component owner)
     Sets the location of the popup in a consistant way.
public  voidsetStatusMessage(String msg)
    
public  voidsetStatusMessageColor(Color c)
    
public  voidsetStatusMessageFont(Font f)
    
public  voidsetVisible(boolean b)
    
public  voidshowDebugger()
     Display the debugger tab and update the Debug menu accordingly.
public  voidshowFindResultsPanel(FindResultsPanel panel)
     Shows a find results tab.
public  voidstart()
     Realizes this MainFrame by setting it visibile and configures the tabbed Pane.
public  voidtoggleBookmark()
     Toggle a bookmark.
public  voiduncommentLines()
    
public  voidupdateStatusField(String text)
     ONLY executes in event thread.
public  voidupdateStatusField()
     Updates the status field with the current status of the Definitions Pane.
public  voidviewInteractionsClassPath()
     Displays the interactions classpath.

Field Detail
_autoImportClassList
ArrayList<JavaAPIListEntry> _autoImportClassList(Code)
List with entries for the auto-import dialog.



_autoImportDialog
PredictiveInputFrame<JavaAPIListEntry> _autoImportDialog(Code)
The "Auto Import" dialog instance.



_autoImportPackageCheckbox
JCheckBox _autoImportPackageCheckbox(Code)



_clearLineAction
final protected Action _clearLineAction(Code)
Deletes text from the caret to the end of the current line.



_completeClassList
ArrayList<GoToFileListEntry> _completeClassList(Code)
List with entries for the complete dialog.



_completeFileDialog
volatile PredictiveInputFrame<GoToFileListEntry> _completeFileDialog(Code)
The "Complete File" dialog instance.



_completeWordDialog
volatile PredictiveInputFrame<GoToFileListEntry> _completeWordDialog(Code)
The "Complete Word" dialog instance.



_cutLineAction
final protected Action _cutLineAction(Code)
Cuts from the caret to the end of the current line to the clipboard.



_focusListenerForRecentDocs
FocusListener _focusListenerForRecentDocs(Code)



_gotoFileDialog
volatile PredictiveInputFrame<GoToFileListEntry> _gotoFileDialog(Code)
The "Go to File" dialog instance.



_historyListener
KeyListener _historyListener(Code)



_javaAPIList
List<JavaAPIListEntry> _javaAPIList(Code)
The list of Java API classes.



_newFileFolderAction
final public Action _newFileFolderAction(Code)
Creates a new untitled, empty file in the current folder.



_openJavadocDialog
PredictiveInputFrame<JavaAPIListEntry> _openJavadocDialog(Code)
The "Open Javadoc" dialog instance.



_openJavadocUnderCursorAction
final Action _openJavadocUnderCursorAction(Code)
Open Javadoc page specified by the word the cursor is on.



_saveAllAction
final Action _saveAllAction(Code)
Saves all documents, prompting for file names as necessary.



_tabs
final public LinkedList<TabbedPanel> _tabs(Code)



_toggleBreakpointAction
final Action _toggleBreakpointAction(Code)
Toggles a breakpoint on the current line



completeWordUnderCursorAction
final Action completeWordUnderCursorAction(Code)
Auto-completes word the cursor is on.



copyAction
final Action copyAction(Code)
Default copy action. Returns focus to the correct pane.



cutAction
final Action cutAction(Code)
Default cut action. Returns focus to the correct pane.



dropTarget
DropTarget dropTarget(Code)
Drag and drop target.



gotoFileUnderCursorAction
final Action gotoFileUnderCursorAction(Code)
Goes to the file specified by the word the cursor is on.



pasteAction
final Action pasteAction(Code)
Default paste action. Returns focus to the correct pane.




Constructor Detail
MainFrame
public MainFrame()(Code)
Creates the main window, and shows it.




Method Detail
_closeProject
boolean _closeProject()(Code)



_closeProject
boolean _closeProject(boolean quitting)(Code)
Saves the project file; closes all open project files; and calls _model.closeProject(quitting) the clean up the state of the global model. It also restores the list view navigator true if the project is closed, false if cancelled



_completeWordUnderCursor
void _completeWordUnderCursor()(Code)
Complete the word the cursor is on.



_createDefScrollPane
JScrollPane _createDefScrollPane(OpenDefinitionsDocument doc)(Code)
Create a new DefinitionsPane and JScrollPane for an open definitions document. Package private for testing purposes.
Parameters:
  doc - The open definitions document to wrap JScrollPane containing a DefinitionsPane for the given document.



_createManualToolbarButton
JButton _createManualToolbarButton(Action a)(Code)
Creates a toolbar button for undo and redo, which behave differently.



_createToolbarButton
public JButton _createToolbarButton(Action a)(Code)
Sets up all buttons for the toolbar except for undo and redo, which use _createManualToolbarButton.



_disableInteractionsPane
protected void _disableInteractionsPane()(Code)
Ensures that the interactions pane is not editable during an interaction.



_enableInteractionsPane
protected void _enableInteractionsPane()(Code)
Ensures that the interactions pane is editable after an interaction completes.



_gotoFileUnderCursor
void _gotoFileUnderCursor()(Code)
Goes to the file specified by the word the cursor is on.



_jumpToLine
public int _jumpToLine(int lineNum)(Code)
Jump to the specified line and return the offset. Only runs in event thread. offset



_moveAllToAuxiliary
void _moveAllToAuxiliary()(Code)



_moveToAuxiliary
void _moveToAuxiliary()(Code)



_openJavadocUnderCursor
void _openJavadocUnderCursor()(Code)
Opens the Javadoc specified by the word the cursor is on.



_saveAll
void _saveAll()(Code)



_saveProjectHelper
void _saveProjectHelper(File file)(Code)



_showAutoImportDialog
void _showAutoImportDialog(String s)(Code)
Imports a class.



_showClassNotFoundError
void _showClassNotFoundError(ClassNotFoundException cnfe)(Code)



_showDebugError
void _showDebugError(DebugException de)(Code)



_showFileMovedError
void _showFileMovedError(FileMovedException fme)(Code)



_showFileNotFoundError
void _showFileNotFoundError(FileNotFoundException fnf)(Code)



_showIOError
void _showIOError(IOException ioe)(Code)



_showJUnitInterrupted
void _showJUnitInterrupted(UnexpectedException e)(Code)



_showNoClassDefError
void _showNoClassDefError(NoClassDefFoundError ncde)(Code)



_showProjectFileParseError
void _showProjectFileParseError(MalformedProjectFileException mpfe)(Code)



_switchDefScrollPane
void _switchDefScrollPane()(Code)
Switch to the JScrollPane containing the DefinitionsPane for the active document. Must run in event thread.



_updateToolbarButton
public JButton _updateToolbarButton(JButton b, Action a)(Code)
Removes the button b from the toolbar and creates new button in its place.



addComponentListenerToOpenDocumentsList
public void addComponentListenerToOpenDocumentsList(ComponentListener listener)(Code)

Parameters:
  listener - The ComponentListener to add to the open documents listThis method allows for testing of the dancing UI (See MainFrameTest.testDancingUI()).



addToBrowserHistory
public void addToBrowserHistory()(Code)
Add the current location to the browser history.



clearStatusMessage
public void clearStatusMessage()(Code)
Sets the message text in the status bar to the null string.



closeAll
void closeAll()(Code)



closeProject
boolean closeProject()(Code)
Closes project when DrJava is not in the process of quitting. true if the project is closed, false if cancelled.



commentLines
void commentLines()(Code)



createFindResultsPanel
public FindResultsPanel createFindResultsPanel(RegionManager<MovingDocumentRegion> rm, String title)(Code)
Create a new find results tab.
Parameters:
  rm - the region manager that will contain the regions
Parameters:
  title - the title for the panel new find results tab.



debuggerClearAllBreakpoints
void debuggerClearAllBreakpoints()(Code)
Clears all breakpoints from the debugger.



debuggerResume
void debuggerResume() throws DebugException(Code)
Resumes the debugger's current execution.



debuggerStep
void debuggerStep(Debugger.StepType type)(Code)
Steps in the debugger.



debuggerToggle
public void debuggerToggle()(Code)
Toggles whether the debugger is enabled or disabled, and updates the display accordingly. Only runs in the event thread.



debuggerToggleBreakpoint
void debuggerToggleBreakpoint()(Code)
Toggles a breakpoint on the current line.



dragEnter
public void dragEnter(DropTargetDragEvent dropTargetDragEvent)(Code)
User dragged something into the component.



dragExit
public void dragExit(DropTargetEvent dropTargetEvent)(Code)



dragOver
public void dragOver(DropTargetDragEvent dropTargetDragEvent)(Code)



drop
public synchronized void drop(DropTargetDropEvent dropTargetDropEvent)(Code)
User dropped something on the component.



dropActionChanged
public void dropActionChanged(DropTargetDragEvent dropTargetDragEvent)(Code)



enableResetInteractions
public void enableResetInteractions()(Code)



gatherProjectDocInfo
public Hashtable<OpenDefinitionsDocument, DocumentInfoGetter> gatherProjectDocInfo()(Code)



generateJavaAPIList
public void generateJavaAPIList()(Code)
Generate Java API class list.



getAllowKeyEvents
public boolean getAllowKeyEvents()(Code)



getCloseButton
JButton getCloseButton()(Code)
The frame's close button (Package private accessor).



getCompileAllButton
JButton getCompileAllButton()(Code)
For testing purposes. The frame's compileAll button (Package private accessor)



getCurrentDefPane
public DefinitionsPane getCurrentDefPane()(Code)
Returns the current DefinitionsPane.



getCurrentProject
public File getCurrentProject()(Code)



getDefPaneGivenODD
public DefinitionsPane getDefPaneGivenODD(OpenDefinitionsDocument doc)(Code)



getDefViewport
public JViewport getDefViewport()(Code)



getEditMenu
public JMenu getEditMenu()(Code)
For test purposes only. Returns the edit menu



getFileDisplayManager20
public static DJFileDisplayManager getFileDisplayManager20()(Code)



getFileDisplayManager30
public static DJFileDisplayManager getFileDisplayManager30()(Code)



getFileNameField
public String getFileNameField()(Code)
For test purposes only. Returns the text in the status bar. Is used to test brace matching



getFindReplaceDialog
FindReplacePanel getFindReplaceDialog()(Code)
Return the find replace dialog. Package protected for use in tests.



getIcon
public static ImageIcon getIcon(String name)(Code)



getInteractionsController
InteractionsController getInteractionsController()(Code)
Returns the frame's interactions controller. (Package private accessor)



getInteractionsPane
InteractionsPane getInteractionsPane()(Code)
Returns the frame's interactions pane. (Package private accessor)



getModel
public SingleDisplayModel getModel()(Code)
The model providing the logic for this view.



getNavPaneDisplayManager
public DisplayManager<INavigatorItem> getNavPaneDisplayManager()(Code)



getOddDisplayManager20
public static OddDisplayManager getOddDisplayManager20()(Code)



getOddDisplayManager30
public static OddDisplayManager getOddDisplayManager30()(Code)



getOpenFiles
public File[] getOpenFiles(JFileChooser jfc) throws OperationCanceledException(Code)
Prompt the user to select a place to open files from, then load them. Ask the user if they'd like to save previous changes (if the current document has been modified) before opening.
Parameters:
  jfc - the open dialog from which to extract information an array of the files that were chosen



getSaveFile
public File getSaveFile(JFileChooser jfc) throws OperationCanceledException(Code)
Prompt the user to select a place to save the current document.



getSelectedErrorPanel
public ErrorPanel getSelectedErrorPanel()(Code)
Returns the currently shown error panel if there is one. Otherwise returns null.



hideDebugger
public void hideDebugger()(Code)
Hide the debugger tab and update the Debug menu accordingly.



hourglassOff
public void hourglassOff()(Code)
Return the cursor to normal. Only runs in the event thread.



hourglassOn
public void hourglassOn()(Code)
Make the cursor an hourglass. Only runs in the event thread.



initAutoImportDialog
void initAutoImportDialog()(Code)
Initialize dialog if necessary.



initCompleteWordDialog
void initCompleteWordDialog()(Code)
Initialize dialog if necessary.



initGotoFileDialog
void initGotoFileDialog()(Code)
Initialize dialog if necessary.



initOpenJavadocDialog
void initOpenJavadocDialog()(Code)
Initialize dialog if necessary.



isCompilerTabSelected
public boolean isCompilerTabSelected()(Code)
Returns whether the compiler output tab is currently showing.



isDebuggerReady
boolean isDebuggerReady()(Code)



isJavadocTabSelected
public boolean isJavadocTabSelected()(Code)
Returns whether the JavaDoc output tab is currently showing.



isTestTabSelected
public boolean isTestTabSelected()(Code)
Returns whether the test output tab is currently showing.



lostOwnership
public void lostOwnership(Clipboard clipboard, Transferable contents)(Code)
We lost ownership of what we put in the clipboard.



open
public void open(FileOpenSelector openSelector)(Code)
Opens all the files returned by the FileOpenSelector prompting the user to handle the cases where files are already open, files are missing, or the action was canceled by the user
Parameters:
  openSelector - the selector that returns the files to open



openFolder
public void openFolder(DirectoryChooser chooser)(Code)
Opens all the files in the directory returned by the FolderSelector.
Parameters:
  chooser - the selector that returns the files to open



openProject
public void openProject(FileOpenSelector projectSelector)(Code)



pack
public void pack()(Code)
Ensures that pack() is run in the event thread. Only used in test code



refreshBookmarkHighlightPainter
void refreshBookmarkHighlightPainter()(Code)
Set new painter for existing bookmark highlights.



refreshBreakpointHighlightPainter
void refreshBreakpointHighlightPainter()(Code)
Set a new painters for existing breakpoint highlights.



refreshFindResultsHighlightPainter
void refreshFindResultsHighlightPainter(FindResultsPanel panel, ReverseHighlighter.DefaultUnderlineHighlightPainter painter)(Code)
Set new painter for existing find results highlights.



removeTab
public void removeTab(Component c)(Code)



resetAutoImportDialogPosition
public void resetAutoImportDialogPosition()(Code)
Reset the position of the "Open Javadoc" dialog.



resetClipboardHistoryDialogPosition
public void resetClipboardHistoryDialogPosition()(Code)
Reset the position of the "Clipboard History" dialog.



resetCompleteWordDialogPosition
public void resetCompleteWordDialogPosition()(Code)
Reset the position of the "Complete Word" dialog.



resetGotoFileDialogPosition
public void resetGotoFileDialogPosition()(Code)
Reset the position of the "Go to File" dialog.



resetJarOptionsDialogPosition
public void resetJarOptionsDialogPosition()(Code)
Reset the position of the "Create Jar from Project" dialog.



resetOpenJavadocDialogPosition
public void resetOpenJavadocDialogPosition()(Code)
Reset the position of the "Open Javadoc" dialog.



resetUndo
public void resetUndo()(Code)
Resets the undo/redo menu items



saveEnabledHuh
public boolean saveEnabledHuh()(Code)
Supports MainFrameTest.



saveProject
void saveProject()(Code)



scrollToDocumentAndOffset
public void scrollToDocumentAndOffset(OpenDefinitionsDocument doc, int offset, boolean shouldHighlight)(Code)
Called when a specific document and offset should be displayed. Must be executed only in the event thread.
Parameters:
  doc - Document to display
Parameters:
  offset - Offset to display
Parameters:
  shouldHighlight - true iff the line should be highlighted.



scrollToDocumentAndOffset
public void scrollToDocumentAndOffset(OpenDefinitionsDocument doc, int offset, boolean shouldHighlight, boolean shouldAddToHistory)(Code)
Called when a specific document and offset should be displayed. Must be executed only in the event thread.
Parameters:
  doc - Document to display
Parameters:
  offset - Offset to display
Parameters:
  shouldHighlight - true iff the line should be highlighted.
Parameters:
  shouldAddToHistory - true if the location before and after the switch should be added to the browser history



setAllowKeyEvents
public void setAllowKeyEvents(boolean a)(Code)



setPopupLoc
public void setPopupLoc(Window popup)(Code)
Wrapper for setPopupLoc(Window, Component) that uses the window's owner as the owner to center the popup on.
Parameters:
  popup - the Popup window



setPopupLoc
public static void setPopupLoc(Window popup, Component owner)(Code)
Sets the location of the popup in a consistant way. If the popup has an owner, the popup is centered over the owner. If the popup has no owner(owner == null), the popup is centered over the first monitor. In either case, the popup is moved and scaled if any part of it is not on the screen. This method should be called for all popups to maintain consistancy.
Parameters:
  popup - the popup window
Parameters:
  owner - the parent component for the popup



setStatusMessage
public void setStatusMessage(String msg)(Code)
Changes the message text toward the right of the status bar
Parameters:
  msg - The message to place in the status bar



setStatusMessageColor
public void setStatusMessageColor(Color c)(Code)
Sets the color of the text in the status bar message
Parameters:
  c - The color of the text



setStatusMessageFont
public void setStatusMessageFont(Font f)(Code)
Sets the font of the status bar message
Parameters:
  f - The new font of the status bar message



setVisible
public void setVisible(boolean b)(Code)



showDebugger
public void showDebugger()(Code)
Display the debugger tab and update the Debug menu accordingly.



showFindResultsPanel
public void showFindResultsPanel(FindResultsPanel panel)(Code)
Shows a find results tab. Only runs in event thread.



start
public void start()(Code)
Realizes this MainFrame by setting it visibile and configures the tabbed Pane.



toggleBookmark
public void toggleBookmark()(Code)
Toggle a bookmark.



uncommentLines
public void uncommentLines()(Code)



updateStatusField
public void updateStatusField(String text)(Code)
ONLY executes in event thread.



updateStatusField
public void updateStatusField()(Code)
Updates the status field with the current status of the Definitions Pane.



viewInteractionsClassPath
public void viewInteractionsClassPath()(Code)
Displays the interactions classpath.



Fields inherited from javax.swing.JFrame
final public static int EXIT_ON_CLOSE(Code)(Java Doc)
protected AccessibleContext accessibleContext(Code)(Java Doc)
protected JRootPane rootPane(Code)(Java Doc)
protected boolean rootPaneCheckingEnabled(Code)(Java Doc)

Methods inherited from javax.swing.JFrame
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
protected JRootPane createRootPane()(Code)(Java Doc)
protected void frameInit()(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Container getContentPane()(Code)(Java Doc)
public int getDefaultCloseOperation()(Code)(Java Doc)
public Component getGlassPane()(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public JMenuBar getJMenuBar()(Code)(Java Doc)
public JLayeredPane getLayeredPane()(Code)(Java Doc)
public JRootPane getRootPane()(Code)(Java Doc)
public TransferHandler getTransferHandler()(Code)(Java Doc)
public static boolean isDefaultLookAndFeelDecorated()(Code)(Java Doc)
protected boolean isRootPaneCheckingEnabled()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
protected void processWindowEvent(WindowEvent e)(Code)(Java Doc)
public void remove(Component comp)(Code)(Java Doc)
public void repaint(long time, int x, int y, int width, int height)(Code)(Java Doc)
public void setContentPane(Container contentPane)(Code)(Java Doc)
public void setDefaultCloseOperation(int operation)(Code)(Java Doc)
public static void setDefaultLookAndFeelDecorated(boolean defaultLookAndFeelDecorated)(Code)(Java Doc)
public void setGlassPane(Component glassPane)(Code)(Java Doc)
public void setIconImage(Image image)(Code)(Java Doc)
public void setJMenuBar(JMenuBar menubar)(Code)(Java Doc)
public void setLayeredPane(JLayeredPane layeredPane)(Code)(Java Doc)
public void setLayout(LayoutManager manager)(Code)(Java Doc)
protected void setRootPane(JRootPane root)(Code)(Java Doc)
protected void setRootPaneCheckingEnabled(boolean enabled)(Code)(Java Doc)
public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)

Fields inherited from java.awt.Frame
final public static int CROSSHAIR_CURSOR(Code)(Java Doc)
final public static int DEFAULT_CURSOR(Code)(Java Doc)
final public static int E_RESIZE_CURSOR(Code)(Java Doc)
final public static int HAND_CURSOR(Code)(Java Doc)
final public static int ICONIFIED(Code)(Java Doc)
final public static int MAXIMIZED_BOTH(Code)(Java Doc)
final public static int MAXIMIZED_HORIZ(Code)(Java Doc)
final public static int MAXIMIZED_VERT(Code)(Java Doc)
final public static int MOVE_CURSOR(Code)(Java Doc)
final public static int NE_RESIZE_CURSOR(Code)(Java Doc)
final public static int NORMAL(Code)(Java Doc)
final public static int NW_RESIZE_CURSOR(Code)(Java Doc)
final public static int N_RESIZE_CURSOR(Code)(Java Doc)
final public static int SE_RESIZE_CURSOR(Code)(Java Doc)
final public static int SW_RESIZE_CURSOR(Code)(Java Doc)
final public static int S_RESIZE_CURSOR(Code)(Java Doc)
final public static int TEXT_CURSOR(Code)(Java Doc)
final public static int WAIT_CURSOR(Code)(Java Doc)
final public static int W_RESIZE_CURSOR(Code)(Java Doc)

Methods inherited from java.awt.Frame
public void addNotify()(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public int getCursorType()(Code)(Java Doc)
public synchronized int getExtendedState()(Code)(Java Doc)
public static Frame[] getFrames()(Code)(Java Doc)
public Image getIconImage()(Code)(Java Doc)
public Rectangle getMaximizedBounds()(Code)(Java Doc)
public MenuBar getMenuBar()(Code)(Java Doc)
public synchronized int getState()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public boolean isResizable()(Code)(Java Doc)
public boolean isUndecorated()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void remove(MenuComponent m)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void setCursor(int cursorType)(Code)(Java Doc)
public synchronized void setExtendedState(int state)(Code)(Java Doc)
public void setIconImage(Image image)(Code)(Java Doc)
public synchronized void setMaximizedBounds(Rectangle bounds)(Code)(Java Doc)
public void setMenuBar(MenuBar mb)(Code)(Java Doc)
public void setResizable(boolean resizable)(Code)(Java Doc)
public synchronized void setState(int state)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setUndecorated(boolean undecorated)(Code)(Java Doc)

Methods inherited from java.awt.Window
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 synchronized void addWindowFocusListener(WindowFocusListener l)(Code)(Java Doc)
public synchronized void addWindowListener(WindowListener l)(Code)(Java Doc)
public synchronized void addWindowStateListener(WindowStateListener l)(Code)(Java Doc)
public void applyResourceBundle(ResourceBundle rb)(Code)(Java Doc)
public void applyResourceBundle(String rbName)(Code)(Java Doc)
public void createBufferStrategy(int numBuffers)(Code)(Java Doc)
public void createBufferStrategy(int numBuffers, BufferCapabilities caps) throws AWTException(Code)(Java Doc)
public void dispose()(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public BufferStrategy getBufferStrategy()(Code)(Java Doc)
final public Container getFocusCycleRootAncestor()(Code)(Java Doc)
public Component getFocusOwner()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public boolean getFocusableWindowState()(Code)(Java Doc)
public GraphicsConfiguration getGraphicsConfiguration()(Code)(Java Doc)
public java.util.List<Image> getIconImages()(Code)(Java Doc)
public InputContext getInputContext()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Dialog.ModalExclusionType getModalExclusionType()(Code)(Java Doc)
public Component getMostRecentFocusOwner()(Code)(Java Doc)
public Window[] getOwnedWindows()(Code)(Java Doc)
public Window getOwner()(Code)(Java Doc)
public static Window[] getOwnerlessWindows()(Code)(Java Doc)
public Toolkit getToolkit()(Code)(Java Doc)
final public String getWarningString()(Code)(Java Doc)
public synchronized WindowFocusListener[] getWindowFocusListeners()(Code)(Java Doc)
public synchronized WindowListener[] getWindowListeners()(Code)(Java Doc)
public synchronized WindowStateListener[] getWindowStateListeners()(Code)(Java Doc)
public static Window[] getWindows()(Code)(Java Doc)
public void hide()(Code)(Java Doc)
public boolean isActive()(Code)(Java Doc)
final public boolean isAlwaysOnTop()(Code)(Java Doc)
public boolean isAlwaysOnTopSupported()(Code)(Java Doc)
public boolean isAutoRequestFocus()(Code)(Java Doc)
final public boolean isFocusCycleRoot()(Code)(Java Doc)
final public boolean isFocusableWindow()(Code)(Java Doc)
public boolean isFocused()(Code)(Java Doc)
public boolean isLocationByPlatform()(Code)(Java Doc)
public boolean isShowing()(Code)(Java Doc)
public void pack()(Code)(Java Doc)
public boolean postEvent(Event e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
protected void processWindowEvent(WindowEvent e)(Code)(Java Doc)
protected void processWindowFocusEvent(WindowEvent e)(Code)(Java Doc)
protected void processWindowStateEvent(WindowEvent e)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removeWindowFocusListener(WindowFocusListener l)(Code)(Java Doc)
public synchronized void removeWindowListener(WindowListener l)(Code)(Java Doc)
public synchronized void removeWindowStateListener(WindowStateListener l)(Code)(Java Doc)
public void reshape(int x, int y, int width, int height)(Code)(Java Doc)
final public void setAlwaysOnTop(boolean alwaysOnTop) throws SecurityException(Code)(Java Doc)
public void setAutoRequestFocus(boolean autoRequestFocus)(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 setCursor(Cursor cursor)(Code)(Java Doc)
final public void setFocusCycleRoot(boolean focusCycleRoot)(Code)(Java Doc)
public void setFocusableWindowState(boolean focusableWindowState)(Code)(Java Doc)
public void setIconImage(Image image)(Code)(Java Doc)
public synchronized void setIconImages(java.util.List<? extends Image> icons)(Code)(Java Doc)
public void setLocationByPlatform(boolean locationByPlatform)(Code)(Java Doc)
public void setLocationRelativeTo(Component c)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setModalExclusionType(Dialog.ModalExclusionType exclusionType)(Code)(Java Doc)
public void setSize(Dimension d)(Code)(Java Doc)
public void setSize(int width, int height)(Code)(Java Doc)
public void setVisible(boolean b)(Code)(Java Doc)
public void show()(Code)(Java Doc)
public void toBack()(Code)(Java Doc)
public void toFront()(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.