Java Doc for MoeEditor.java in  » IDE » bluej-editor » bluej » editor » moe » 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 » bluej editor » bluej.editor.moe 
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
                  bluej.editor.moe.MoeEditor

MoeEditor
final public class MoeEditor extends JFrame implements bluej.editor.Editor,BlueJEventListener,HyperlinkListener,DocumentListener(Code)
Moe is the editor of the BlueJ environment. This class is the main class of this editor and implements the top-level functionality. MoeEditor implements the Editor interface, which defines the interface to the rest of the BlueJ system.
author:
   Michael Kolling
author:
   Bruce Quig
author:
   Damiano Bolla

Inner Class :class PrintHandler implements Runnable
Inner Class :class TextInsertNotifier implements Runnable
Inner Class :class MoeFocusTraversalPolicy extends FocusTraversalPolicy
Inner Class :class ToolbarAction extends AbstractAction implements PropertyChangeListener

Field Summary
final static  StringAcceleratorSuffix
    
final static  StringActionSuffix
    
final static  StringBACKUP_SUFFIX
    
final static  StringCOMPILED
    
final static  StringCRASHFILE_SUFFIX
    
final static  StringLabelSuffix
    
final static  StringTooltipSuffix
    
 JEditorPanecurrentTextPane
    
final static  ColorcursorColor
    
final static  ColorenvOpColour
    
final static  ColorframeBgColor
    
final static  ImageiconImage
    
 StringimplementationString
    
final static  ColorinfoColor
    
 StringinterfaceString
    
final static  ColorlightGrey
    
public static  FontprintFont
    
public static  intprintFontSize
    
final static  ColorselectionColour
    
final static  Stringspaces
    
final static  ColortitleCol
    
public  MoeUndoManagerundoManager
    
final static  intversion
    
final static  StringversionString
    

Constructor Summary
public  MoeEditor(String title, boolean isCode, EditorWatcher watcher, boolean showToolbar, boolean showLineNum, Properties resources)
     Constructor.

Method Summary
public  voidblueJEvent(int eventId, Object arg)
     A BlueJEvent was raised.
 voidcaretMoved()
     Clear the message in the info area.
public  voidchangeName(String title, String filename, String docFilename)
     Change class name.
public  voidchangedUpdate(DocumentEvent e)
    
public  booleancheckExpandTabs()
     Check whether TABs need expanding in this editor.
public  voidclear()
     Wipe out contents of the editor.
public  voidclearMessage()
     Clear the message in the info area.
public  voidclose()
     The editor wants to close.
public  voidcompile()
     Implementation of "compile" user function.
public  voidcreateHTMLPane()
    
public  voiddisplayMessage(String message, int lineNumber, int column, boolean beep, boolean setStepMark, String help)
     Display a message (used for compile/runtime errors).
public  voiddoClose()
     The editor has been closed.
 booleandoFind(String s, boolean ignoreCase, boolean wholeWord, boolean wrap)
     doFind - do a find without visible feedback.
 booleandoFindBackward(String s, boolean ignoreCase, boolean wholeWord, boolean wrap)
     doFindBackward - do a find backwards without visible feedback.
public  voiddoReload()
     Revert the buffer contents to the last saved version.
public  voidenablePrinting(boolean flag)
     Allow the enabling/disabling of print menu option.
public  voidfind()
     Implementation of "find" user function.
public  voidfindFirstConflict()
    
public  voidfindNext()
     Implementation of "find-next" user function.
public  voidfindNextBackward()
     Implementation of "find-next-reverse" user function.
 booleanfindString(String s, boolean backward, boolean ignoreCase, boolean wholeWord, boolean wrap)
     Do a find with info in the info area.
public  intgetBracketMatch()
     returns the position of the matching bracket for the source pane's current caret position.
public  LineColumngetCaretLocation()
     Returns the current caret location within the edited text.
public  LineColumngetLineColumnFromOffset(int offset)
     Returns the LineColumn object from the given offset in the text.
public  intgetLineLength(int line)
     Returns the length of the line indicated in the edited text.
public  intgetOffsetFromLineColumn(LineColumn location)
     Translates a LineColumn into an offset into the text held by the editor.
public  PageFormatgetPageFormat(PrinterJob job)
    
public  ObjectgetProperty(String propertyKey)
     Returns a property of the current editor.
Parameters:
  propertyKey - The propertyKey of the property to retrieve.
public  StringgetSelectedText()
     Get the text currently selected.
public  LineColumngetSelectionBegin()
     Returns the location where the current selection begins.
public  LineColumngetSelectionEnd()
     Returns the location where the current selection ends.
public  StringgetText(LineColumn begin, LineColumn end)
     Returns the text which lies between the two LineColumn.
public  intgetTextLength()
     Returns the length of the data.
public  voidgoToLine()
     Transfers caret to user specified line number location.
public  voidhyperlinkUpdate(HyperlinkEvent e)
     A hyperlink was activated in the document.
public  voidinsertText(String text, boolean caretBack)
     Insert a string into the buffer.
public  voidinsertUpdate(DocumentEvent e)
     A text insertion has taken place.
public  booleanisModified()
     Determine whether this buffer has been modified.
public  booleanisReadOnly()
     Returns if this editor is read-only.
public  booleanisShowing()
     True is the editor is on screen.
public  booleanisShowingInterface()
     Tell whether the editor is currently displaying the interface or the source of the class.
public  booleanmatchBrackets()
     Tell whether we are currently matching brackets.
public  intnumberOfLines()
     Return the number of lines in the documant.
public  voidpageSetup()
     Implementation of the "page setup" user function.
public  voidprint(PrinterJob printerJob)
    
public  voidprint()
     Generalised version of print function.
public  voidreInitBreakpoints()
     The editor must re-set all its breakpoints via the EditorWatcher interface.
public  voidrefresh()
     Refresh the editor window.
public  voidreload()
    
public  voidreloadFile()
     Reload the editor content from the associated file, discarding unsaved edits.
public  voidremoveBreakpoints()
     Called when all the breakpoints have been cleared.
public  voidremoveStepMark()
     Remove the step mark (the mark that shows the current line when single-stepping through code).
public  voidremoveUpdate(DocumentEvent e)
     A text removal has taken place.
public  voidreplace()
     Implementation of "replace" user function.
public  voidsave()
     Save the buffer to disk under current filename.
public  voidsetCaretLocation(LineColumn location)
     Sets the current Caret location within the edited text.
public  voidsetCompiled(boolean compiled)
    
public  voidsetProperty(String propertyKey, Object value)
     Set a property for the current editor.
public  voidsetReadOnly(boolean readOnly)
     Set this editor to read-only.
public  voidsetSelection(int lineNumber, int columnNumber, int len)
    
public  voidsetSelection(int lineNumber1, int columnNumber1, int lineNumber2, int columnNumber2)
     Select a specified area of text.
public  voidsetSelection(LineColumn begin, LineColumn end)
     Request to the editor to mark the text between begin and end as selected.
public  voidsetText(LineColumn begin, LineColumn end, String newText)
     Request to the editor to replace the text between 'begin' and 'end' with the given newText.
public  voidsetVisible(boolean vis)
     Show the editor window.
public  booleanshowFile(String filename, boolean compiled, String docFilename, Rectangle bounds)
     Load the file "filename" and show the editor window.
public  voidshowInterface(boolean interfaceStatus)
    
public  voidtoggleBreakpoint()
     Implementation of "toggle-breakpoint" user function.
public  voidtoggleBreakpoint(int pos)
     Toggle a breakpoint at a given position.
public  voidtoggleInterface()
     Implementation of "toggle-interface-view" user function.
public  voidtoggleInterfaceMenu()
     Toggle the interface popup menu.
public  voidupdateRedoControls()
     Update the state of controls bound to "redo".
public  voidupdateUndoControls()
     Update the state of controls bound to "undo".
public  voiduserSave()
    
public  voidwriteMessage(String msg)
     Display a message into the info area.
public  voidwriteWarningMessage(String msg)
     Write a warning message into the info area.

Field Detail
AcceleratorSuffix
final static String AcceleratorSuffix(Code)



ActionSuffix
final static String ActionSuffix(Code)



BACKUP_SUFFIX
final static String BACKUP_SUFFIX(Code)



COMPILED
final static String COMPILED(Code)



CRASHFILE_SUFFIX
final static String CRASHFILE_SUFFIX(Code)



LabelSuffix
final static String LabelSuffix(Code)



TooltipSuffix
final static String TooltipSuffix(Code)



currentTextPane
JEditorPane currentTextPane(Code)



cursorColor
final static Color cursorColor(Code)



envOpColour
final static Color envOpColour(Code)



frameBgColor
final static Color frameBgColor(Code)



iconImage
final static Image iconImage(Code)



implementationString
String implementationString(Code)



infoColor
final static Color infoColor(Code)



interfaceString
String interfaceString(Code)



lightGrey
final static Color lightGrey(Code)



printFont
public static Font printFont(Code)



printFontSize
public static int printFontSize(Code)



selectionColour
final static Color selectionColour(Code)



spaces
final static String spaces(Code)



titleCol
final static Color titleCol(Code)



undoManager
public MoeUndoManager undoManager(Code)



version
final static int version(Code)



versionString
final static String versionString(Code)




Constructor Detail
MoeEditor
public MoeEditor(String title, boolean isCode, EditorWatcher watcher, boolean showToolbar, boolean showLineNum, Properties resources)(Code)
Constructor. Title may be null




Method Detail
blueJEvent
public void blueJEvent(int eventId, Object arg)(Code)
A BlueJEvent was raised. Check whether it is one that we're interested in.



caretMoved
void caretMoved()(Code)
Clear the message in the info area.



changeName
public void changeName(String title, String filename, String docFilename)(Code)
Change class name.
Parameters:
  title - new window title
Parameters:
  filename - new file name



changedUpdate
public void changedUpdate(DocumentEvent e)(Code)
Document properties have changed - ignore



checkExpandTabs
public boolean checkExpandTabs()(Code)
Check whether TABs need expanding in this editor. If they do, return true. At the same time, set this flag to true. Description of the Return Value



clear
public void clear()(Code)
Wipe out contents of the editor.



clearMessage
public void clearMessage()(Code)
Clear the message in the info area.



close
public void close()(Code)
The editor wants to close. Do this through the EditorManager so that we can be removed from the list of open editors.



compile
public void compile()(Code)
Implementation of "compile" user function.



createHTMLPane
public void createHTMLPane()(Code)



displayMessage
public void displayMessage(String message, int lineNumber, int column, boolean beep, boolean setStepMark, String help)(Code)
Display a message (used for compile/runtime errors). An editor must support at least two lines of message text, so the message can contain a newline character.
Parameters:
  message - the message to be displayed
Parameters:
  lineNumber - The line to highlight
Parameters:
  column - the column to move the cursor to
Parameters:
  beep - if true, do a system beep
Parameters:
  setStepMark - if true, set step mark (for single stepping)
Parameters:
  help - name of help group (may be null)



doClose
public void doClose()(Code)
The editor has been closed. Hide the editor window now.



doFind
boolean doFind(String s, boolean ignoreCase, boolean wholeWord, boolean wrap)(Code)
doFind - do a find without visible feedback. Returns false if not found.



doFindBackward
boolean doFindBackward(String s, boolean ignoreCase, boolean wholeWord, boolean wrap)(Code)
doFindBackward - do a find backwards without visible feedback. Returns false if not found.



doReload
public void doReload()(Code)
Revert the buffer contents to the last saved version. Do not ask any question - just do it. Must have a file name.



enablePrinting
public void enablePrinting(boolean flag)(Code)
Allow the enabling/disabling of print menu option. Added to disable the printing og javadoc html for the time being until until implemented. (This is reliant on the use of j2sdk1.4 and Java Unified Print Service implementation JSR 6)
Parameters:
  flag - true to enable printing from menu.



find
public void find()(Code)
Implementation of "find" user function.



findFirstConflict
public void findFirstConflict()(Code)
Finds the first cvs-style conflict and selects it



findNext
public void findNext()(Code)
Implementation of "find-next" user function.



findNextBackward
public void findNextBackward()(Code)
Implementation of "find-next-reverse" user function.



findString
boolean findString(String s, boolean backward, boolean ignoreCase, boolean wholeWord, boolean wrap)(Code)
Do a find with info in the info area.



getBracketMatch
public int getBracketMatch()(Code)
returns the position of the matching bracket for the source pane's current caret position. Returns -1 if not found or not valid/appropriate the int representing bracket position



getCaretLocation
public LineColumn getCaretLocation()(Code)
Returns the current caret location within the edited text. An object describing the current caret location.



getLineColumnFromOffset
public LineColumn getLineColumnFromOffset(int offset)(Code)
Returns the LineColumn object from the given offset in the text.
Parameters:
  offset - The number of characters from the beginning of text (startngfrom zero) the LineColumn object or null if the offset points outside thetext.



getLineLength
public int getLineLength(int line)(Code)
Returns the length of the line indicated in the edited text. Zero is a valid value if the given line has no characters in it.
Parameters:
  line - the line in the text for which the length should be calculated, starting from 0 the length of the line, -1 if line is invalid



getOffsetFromLineColumn
public int getOffsetFromLineColumn(LineColumn location)(Code)
Translates a LineColumn into an offset into the text held by the editor.
Parameters:
  location - position to be translated the offset into the content of this editor
throws:
  IllegalArgumentException - if the specified LineColumn represent a position which doesnot exist in the text.



getPageFormat
public PageFormat getPageFormat(PrinterJob job)(Code)
Return a validated version of the global PageFormat for BlueJ



getProperty
public Object getProperty(String propertyKey)(Code)
Returns a property of the current editor.
Parameters:
  propertyKey - The propertyKey of the property to retrieve. the property value or null if it is not found



getSelectedText
public String getSelectedText()(Code)
Get the text currently selected. The selected text.



getSelectionBegin
public LineColumn getSelectionBegin()(Code)
Returns the location where the current selection begins. the current beginning of the selection or null if no text isselected.



getSelectionEnd
public LineColumn getSelectionEnd()(Code)
Returns the location where the current selection ends. the current end of the selection or null if no text is selected.



getText
public String getText(LineColumn begin, LineColumn end)(Code)
Returns the text which lies between the two LineColumn.
Parameters:
  begin - The beginning of the text to get
Parameters:
  end - The end of the text to get The text between the 'begin' and 'end' positions.
throws:
  IllegalArgumentException - if either of the specified TextLocations represent a positionwhich does not exist in the text.



getTextLength
public int getTextLength()(Code)
Returns the length of the data. This is the number of characters of content that represents the users data. It is possible to obtain the line and column of the last character of text by using the getLineColumnFromOffset() method. the length >= 0



goToLine
public void goToLine()(Code)
Transfers caret to user specified line number location.



hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent e)(Code)
A hyperlink was activated in the document. Do something appropriate.



insertText
public void insertText(String text, boolean caretBack)(Code)
Insert a string into the buffer. The editor is not immediately redisplayed. This function is typically used in a sequence "clear; [insertText]*; setVisible(true)". If the selection is on, it is replaced by the new text.
Parameters:
  text - the text to be inserted
Parameters:
  caretBack - move the caret to the beginning of the inserted text



insertUpdate
public void insertUpdate(DocumentEvent e)(Code)
A text insertion has taken place.



isModified
public boolean isModified()(Code)
Determine whether this buffer has been modified. a boolean indicating whether the file is modified



isReadOnly
public boolean isReadOnly()(Code)
Returns if this editor is read-only. Accessor for the setReadOnly property. a boolean indicating whether the editor is read-only.



isShowing
public boolean isShowing()(Code)
True is the editor is on screen. The showing value



isShowingInterface
public boolean isShowingInterface()(Code)
Tell whether the editor is currently displaying the interface or the source of the class. True, if interface is currently shown, false otherwise.



matchBrackets
public boolean matchBrackets()(Code)
Tell whether we are currently matching brackets. True, if we are matching brackets, otherwise false.



numberOfLines
public int numberOfLines()(Code)
Return the number of lines in the documant.



pageSetup
public void pageSetup()(Code)
Implementation of the "page setup" user function. This provides a dialog for print page setup. PageSetup is global to BlueJ. Calling this from the Editor is effectively the same as calling from PkgMgrFrame as this saves back to PkgMgrFrame's global page format object.



print
public void print(PrinterJob printerJob)(Code)
Prints source code from Editor
Parameters:
  printerJob - A PrinterJob to print to.



print
public void print()(Code)
Generalised version of print function. This is what is typically called when print is initiated from within the source code editor menu. This sets up and runs the print process as a separate lower priority thread.



reInitBreakpoints
public void reInitBreakpoints()(Code)
The editor must re-set all its breakpoints via the EditorWatcher interface.



refresh
public void refresh()(Code)
Refresh the editor window.



reload
public void reload()(Code)



reloadFile
public void reloadFile()(Code)
Reload the editor content from the associated file, discarding unsaved edits.



removeBreakpoints
public void removeBreakpoints()(Code)
Called when all the breakpoints have been cleared. The editor should update its display to show that no breakpoints are set.



removeStepMark
public void removeStepMark()(Code)
Remove the step mark (the mark that shows the current line when single-stepping through code). If it is not currently displayed, do nothing.



removeUpdate
public void removeUpdate(DocumentEvent e)(Code)
A text removal has taken place.



replace
public void replace()(Code)
Implementation of "replace" user function. Replace adds extra functionality to that of a find dialog, as well as altered behaviour. It can remain open for multiple functions.



save
public void save() throws IOException(Code)
Save the buffer to disk under current filename. This is often called from the outside - just in case. Save only if really necessary, otherwise we save much too often. PRE: filename != null



setCaretLocation
public void setCaretLocation(LineColumn location)(Code)
Sets the current Caret location within the edited text.
Parameters:
  location - The location in the text to set the Caret to.
throws:
  IllegalArgumentException - if the specified TextLocation represents a position whichdoes not exist in the text.



setCompiled
public void setCompiled(boolean compiled)(Code)
Set the "compiled" status
Parameters:
  compiled - True if the class has been compiled.



setProperty
public void setProperty(String propertyKey, Object value)(Code)
Set a property for the current editor. Any existing property with this key will be overwritten.
Parameters:
  propertyKey - The property key of the new property
Parameters:
  value - The new property value



setReadOnly
public void setReadOnly(boolean readOnly)(Code)
Set this editor to read-only.
Parameters:
  readOnly - The new readOnly value



setSelection
public void setSelection(int lineNumber, int columnNumber, int len)(Code)
Set the selection of the editor to be a len characters on the line lineNumber, starting with column columnNumber
Parameters:
  lineNumber - the line to select characters on
Parameters:
  columnNumber - the column to start selection at (1st column is 1 - not 0)
Parameters:
  len - the number of characters to select



setSelection
public void setSelection(int lineNumber1, int columnNumber1, int lineNumber2, int columnNumber2)(Code)
Select a specified area of text.
Parameters:
  lineNumber1 - The new selection value
Parameters:
  columnNumber1 - The new selection value
Parameters:
  lineNumber2 - The new selection value
Parameters:
  columnNumber2 - The new selection value



setSelection
public void setSelection(LineColumn begin, LineColumn end)(Code)
Request to the editor to mark the text between begin and end as selected.
Parameters:
  begin - The start position of the selection
Parameters:
  end - The end position of the selection
throws:
  IllegalArgumentException - if either of the specified TextLocations represent a positionwhich does not exist in the text.



setText
public void setText(LineColumn begin, LineColumn end, String newText) throws BadLocationException(Code)
Request to the editor to replace the text between 'begin' and 'end' with the given newText. If begin and end point to the same location, the text is inserted.
Parameters:
  begin - The start position of text to replace
Parameters:
  end - The end position of text to replace
Parameters:
  newText - The text to insert
throws:
  IllegalArgumentException - if either of the specified LineColumn represent a positionwhich does not exist in the text.
throws:
  BadLocationException - if internally the text points outside a location in the text.



setVisible
public void setVisible(boolean vis)(Code)
Show the editor window. This includes whatever is necessary of the following: make visible, de-iconify, bring to front of window stack.
Parameters:
  vis - The new visible value



showFile
public boolean showFile(String filename, boolean compiled, String docFilename, Rectangle bounds)(Code)
Load the file "filename" and show the editor window.



showInterface
public void showInterface(boolean interfaceStatus)(Code)
Set this editor to display either the interface or the source code of this class
Parameters:
  interfaceStatus - If true, display class interface, otherwise source.



toggleBreakpoint
public void toggleBreakpoint()(Code)
Implementation of "toggle-breakpoint" user function.



toggleBreakpoint
public void toggleBreakpoint(int pos)(Code)
Toggle a breakpoint at a given position.



toggleInterface
public void toggleInterface()(Code)
Implementation of "toggle-interface-view" user function. The menu has already been changed - now see what it is and do it.



toggleInterfaceMenu
public void toggleInterfaceMenu()(Code)
Toggle the interface popup menu. This is used when using keys to toggle the interface view. Toggling the menu will result in invoking the action.



updateRedoControls
public void updateRedoControls()(Code)
Update the state of controls bound to "redo".



updateUndoControls
public void updateUndoControls()(Code)
Update the state of controls bound to "undo".



userSave
public void userSave()(Code)



writeMessage
public void writeMessage(String msg)(Code)
Display a message into the info area.
Parameters:
  msg - the message to display



writeWarningMessage
public void writeWarningMessage(String msg)(Code)
Write a warning message into the info area. Typically some form of unexpected behaviour has occurred.
Parameters:
  msg - Description of the Parameter



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.