Java Doc for ExtEditorUI.java in  » Swing-Library » abeille-forms-designer » org » netbeans » editor » ext » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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


java.lang.Object
   org.netbeans.editor.EditorUI
      org.netbeans.editor.ext.ExtEditorUI

ExtEditorUI
public class ExtEditorUI extends EditorUI (Code)
Editor UI for the component. All the additional UI features like advanced scrolling, info about fonts, abbreviations, keyword matching are based on this class.
author:
   Miloslav Metelka
version:
   1.00



Constructor Summary
public  ExtEditorUI()
    

Method Summary
public  CompletiongetCompletion()
    
public  JPopupMenugetPopupMenu()
    
public  ToolTipSupportgetToolTipSupport()
    
public  voidhidePopupMenu()
    
public  voidsetPopupMenu(JPopupMenu popupMenu)
    
public  voidshowPopupMenu(int x, int y)
    


Constructor Detail
ExtEditorUI
public ExtEditorUI()(Code)




Method Detail
getCompletion
public Completion getCompletion()(Code)



getPopupMenu
public JPopupMenu getPopupMenu()(Code)



getToolTipSupport
public ToolTipSupport getToolTipSupport()(Code)



hidePopupMenu
public void hidePopupMenu()(Code)



setPopupMenu
public void setPopupMenu(JPopupMenu popupMenu)(Code)



showPopupMenu
public void showPopupMenu(int x, int y)(Code)



Fields inherited from org.netbeans.editor.EditorUI
final public static String COMPONENT_PROPERTY(Code)(Java Doc)
final public static String OVERWRITE_MODE_PROPERTY(Code)(Java Doc)
final public static int SCROLL_DEFAULT(Code)(Java Doc)
final public static int SCROLL_FIND(Code)(Java Doc)
final public static int SCROLL_MOVE(Code)(Java Doc)
final public static int SCROLL_SMALLEST(Code)(Java Doc)

Methods inherited from org.netbeans.editor.EditorUI
public boolean addLayer(DrawLayer layer, int visibility)(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener l)(Code)(Java Doc)
public void adjustCaret(int percentFromWindowTop)(Code)(Java Doc)
public void adjustWindow(int caretPercentFromWindowTop)(Code)(Java Doc)
public void caretMoveDot(int offset, Rectangle scrollRect, int scrollPolicy)(Code)(Java Doc)
public void caretSetDot(int offset, Rectangle scrollRect, int scrollPolicy)(Code)(Java Doc)
protected Map createColoringMap()(Code)(Java Doc)
public DrawLayer findLayer(String layerName)(Code)(Java Doc)
final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
public Abbrev getAbbrev()(Code)(Java Doc)
public Coloring getColoring(String coloringName)(Code)(Java Doc)
public Map getColoringMap()(Code)(Java Doc)
final public JTextComponent getComponent()(Code)(Java Doc)
public Object getComponentLock()(Code)(Java Doc)
public Coloring getDefaultColoring()(Code)(Java Doc)
final public BaseDocument getDocument()(Code)(Java Doc)
public JComponent getExtComponent()(Code)(Java Doc)
public Rectangle getExtentBounds()(Code)(Java Doc)
public Rectangle getExtentBounds(Rectangle r)(Code)(Java Doc)
public int getLineAscent()(Code)(Java Doc)
public int getLineHeight()(Code)(Java Doc)
public int getLineNumberDigitWidth()(Code)(Java Doc)
public Insets getLineNumberMargin()(Code)(Java Doc)
public static Frame getParentFrame(Component c)(Code)(Java Doc)
public Object getProperty(Object key)(Code)(Java Doc)
protected static Map getSharedColoringMap(Class kitClass)(Code)(Java Doc)
public StatusBar getStatusBar()(Code)(Java Doc)
public Insets getTextMargin()(Code)(Java Doc)
public WordMatch getWordMatch()(Code)(Java Doc)
public boolean hasExtComponent()(Code)(Java Doc)
protected void installUI(JTextComponent c)(Code)(Java Doc)
public boolean isGlyphGutterVisible()(Code)(Java Doc)
public boolean isLineNumberEnabled()(Code)(Java Doc)
protected void modelChanged(BaseDocument oldDoc, BaseDocument newDoc)(Code)(Java Doc)
protected void paint(Graphics g)(Code)(Java Doc)
public void propertyChange(PropertyChangeEvent evt)(Code)(Java Doc)
public void putProperty(Object key, Object value)(Code)(Java Doc)
public DrawLayer removeLayer(String layerName)(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener l)(Code)(Java Doc)
public void repaint(int startY)(Code)(Java Doc)
public void repaint(int startY, int height)(Code)(Java Doc)
public void repaintBlock(int startPos, int endPos) throws BadLocationException(Code)(Java Doc)
public void repaintOffset(int pos) throws BadLocationException(Code)(Java Doc)
public void scrollRectToVisible(Rectangle r, int scrollPolicy)(Code)(Java Doc)
public void setLineNumberEnabled(boolean lineNumberEnabled)(Code)(Java Doc)
public void settingsChange(SettingsChangeEvent evt)(Code)(Java Doc)
public void stateChanged(ChangeEvent evt)(Code)(Java Doc)
protected void uninstallUI(JTextComponent c)(Code)(Java Doc)
protected void update(Graphics g)(Code)(Java Doc)
public void updateLineNumberWidth(int maxDigitCount)(Code)(Java Doc)
protected void updateScrollPaneCornerColor()(Code)(Java Doc)
public void updateTextMargin()(Code)(Java Doc)
public boolean updateVirtualHeight(int height)(Code)(Java Doc)
public boolean updateVirtualWidth(int width)(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.