Java Doc for IEditControl.java in  » IDE-Netbeans » uml » org » netbeans » modules » uml » ui » controls » editcontrol » 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 Netbeans » uml » org.netbeans.modules.uml.ui.controls.editcontrol 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.uml.ui.controls.editcontrol.IEditControl

All known Subclasses:   org.netbeans.modules.uml.ui.controls.editcontrol.EditControlImpl,
IEditControl
public interface IEditControl (Code)




Method Summary
public  voidactivate(int KeyCode, int nPos)
     Sets input focus to the control, optionally passing a keycode to be used as the first input character.
public  intcalcNewPos(int changeLineBy)
    
public  voiddeactivate()
     Terminates input focus to the control.
public  voiddisplayList(boolean bList, IStrings pList, int nStart, String sInitialText)
     Displays a dropdown list or combobox at the specified position.
public  ObjectgetAssociatedParent()
     Returns the object associated with the edit control, generally the compartment being edited.
public  booleangetAutoExpand()
     If TRUE the control resizes itself to fit its contents.
public  booleangetAutoSize()
    
public  voidgetBackColor()
    
public  IEditControlFieldgetCurrentField()
     Returns the text field that the caret is currently in.
public  intgetCurrentPosition()
     Get/Sets the logical input position (does not update the currently selected text.
public  IEventDispatchergetEventDispatcher()
    
public  FontgetFont()
    
public  ColorgetForeColor()
    
public  booleangetModified()
     Sets/Returns the control's modified status.
public  booleangetMultiline()
    
public  booleangetOverstrike()
     Gets/Sets the overstrike mode of the control.
public  longgetSel(int nStartChar, int nEndChar)
    
public  intgetSelEndPos()
    
public  intgetSelStartPos()
    
public  StringgetSeparatorList()
     A list of separator characters used by the fields.
public  intgetStyle()
     Gets/Sets the Edit Style of the control.
public  StringgetText()
    
public  longgetTooltipText(StringBuffer sLeft, StringBuffer sSubject, StringBuffer sRight)
     The text for the tooltip.
public  ITranslatorgetTranslator()
    
public  voidhandleHint()
     Invokes the hint control.
public  voidhideHintBar()
     Hides the hintbar.
public  booleanisControlDown()
    
public  booleanisShiftDown()
    
public  intlineIndex(int nLine)
     Returns the character index for the current or specified line.
public  intlineLength(int nLine)
    
public  voidputEventDispatcher(IEventDispatcher pDispatcher)
    
public  voidrefresh()
     Forces a text read from the attached translator.
public  voidregisterAccelerator(int nChar, long nModifier)
     Registers an accelerator key + control key on behalf of a translator.
public  voidreplaceSel(String sText)
    
public  voidsetAutoExpand(boolean value)
     If TRUE the control resizes itself to fit its contents.
public  voidsetAutoSize(boolean value)
    
public  voidsetBackColor(long value)
    
public  voidsetCurrentPosition(int value)
     Get/Sets the logical input position (does not update the currently selected text.
public  voidsetElement(IElement value)
     Sets the model element to be edited.
public  voidsetEnableTooltip(boolean value)
     Enable/disable the popup tooltip when the edit control has focus.
public  voidsetFont(Font value)
    
public  voidsetForeColor(Color value)
    
public  voidsetHFont(int value)
    
public  voidsetModified(boolean value)
     Sets/Returns the control's modified status.
public  voidsetOverstrike(boolean value)
     Gets/Sets the overstrike mode of the control.
public  longsetSel(int nStartChar, int nEndChar)
    
public  voidsetSeparatorList(String value)
     A list of separator characters used by the fields.
public  voidsetStyle(long value)
     Gets/Sets the Edit Style of the control.
public  voidsetText(String value)
    
public  voidsetTooltipText(String sLeft, String sSubject, String sRight)
     The text for the tooltip.
public  voidsetTranslator(ITranslator value)
    
public  voidsetrefBackColor(long value)
    
public  voidsetrefFont(Font value)
    
public  voidsetrefForeColor(long value)
    
public  voidshowHintBar(int nPos)
     Causes the hintbar to shown at the specified character position.
public  voidupdateToolTip()
     Reload the tooltip's data.



Method Detail
activate
public void activate(int KeyCode, int nPos)(Code)
Sets input focus to the control, optionally passing a keycode to be used as the first input character.



calcNewPos
public int calcNewPos(int changeLineBy)(Code)
Calculates the new caret position when changing lines in a multiline edit



deactivate
public void deactivate()(Code)
Terminates input focus to the control.



displayList
public void displayList(boolean bList, IStrings pList, int nStart, String sInitialText)(Code)
Displays a dropdown list or combobox at the specified position.



getAssociatedParent
public Object getAssociatedParent()(Code)
Returns the object associated with the edit control, generally the compartment being edited.



getAutoExpand
public boolean getAutoExpand()(Code)
If TRUE the control resizes itself to fit its contents.



getAutoSize
public boolean getAutoSize()(Code)



getBackColor
public void getBackColor()(Code)



getCurrentField
public IEditControlField getCurrentField()(Code)
Returns the text field that the caret is currently in.



getCurrentPosition
public int getCurrentPosition()(Code)
Get/Sets the logical input position (does not update the currently selected text.



getEventDispatcher
public IEventDispatcher getEventDispatcher()(Code)
Establishes the control's event dispatcher



getFont
public Font getFont()(Code)



getForeColor
public Color getForeColor()(Code)



getModified
public boolean getModified()(Code)
Sets/Returns the control's modified status.



getMultiline
public boolean getMultiline()(Code)
Gets if the edit control is a multiline edit



getOverstrike
public boolean getOverstrike()(Code)
Gets/Sets the overstrike mode of the control.



getSel
public long getSel(int nStartChar, int nEndChar)(Code)
Gets/Sets the range of selected characters



getSelEndPos
public int getSelEndPos()(Code)



getSelStartPos
public int getSelStartPos()(Code)



getSeparatorList
public String getSeparatorList()(Code)
A list of separator characters used by the fields.



getStyle
public int getStyle()(Code)
Gets/Sets the Edit Style of the control.



getText
public String getText()(Code)



getTooltipText
public long getTooltipText(StringBuffer sLeft, StringBuffer sSubject, StringBuffer sRight)(Code)
The text for the tooltip. The subject portion is highlighted.



getTranslator
public ITranslator getTranslator()(Code)
Gets/Sets the control's translator



handleHint
public void handleHint()(Code)
Invokes the hint control.



hideHintBar
public void hideHintBar()(Code)
Hides the hintbar.



isControlDown
public boolean isControlDown()(Code)



isShiftDown
public boolean isShiftDown()(Code)



lineIndex
public int lineIndex(int nLine)(Code)
Returns the character index for the current or specified line.



lineLength
public int lineLength(int nLine)(Code)
Returns the length of the current or specified line in the edit window



putEventDispatcher
public void putEventDispatcher(IEventDispatcher pDispatcher)(Code)
Establishes the control's event dispatcher



refresh
public void refresh()(Code)
Forces a text read from the attached translator.



registerAccelerator
public void registerAccelerator(int nChar, long nModifier)(Code)
Registers an accelerator key + control key on behalf of a translator.



replaceSel
public void replaceSel(String sText)(Code)
Replaces the selected range with text



setAutoExpand
public void setAutoExpand(boolean value)(Code)
If TRUE the control resizes itself to fit its contents.



setAutoSize
public void setAutoSize(boolean value)(Code)



setBackColor
public void setBackColor(long value)(Code)



setCurrentPosition
public void setCurrentPosition(int value)(Code)
Get/Sets the logical input position (does not update the currently selected text.



setElement
public void setElement(IElement value)(Code)
Sets the model element to be edited.



setEnableTooltip
public void setEnableTooltip(boolean value)(Code)
Enable/disable the popup tooltip when the edit control has focus.



setFont
public void setFont(Font value)(Code)



setForeColor
public void setForeColor(Color value)(Code)



setHFont
public void setHFont(int value)(Code)
Sets the control's font via an HFONT (in-process only)



setModified
public void setModified(boolean value)(Code)
Sets/Returns the control's modified status.



setOverstrike
public void setOverstrike(boolean value)(Code)
Gets/Sets the overstrike mode of the control.



setSel
public long setSel(int nStartChar, int nEndChar)(Code)
Gets/Sets the range of selected characters



setSeparatorList
public void setSeparatorList(String value)(Code)
A list of separator characters used by the fields.



setStyle
public void setStyle(long value)(Code)
Gets/Sets the Edit Style of the control.



setText
public void setText(String value)(Code)



setTooltipText
public void setTooltipText(String sLeft, String sSubject, String sRight)(Code)
The text for the tooltip. The subject portion is highlighted.



setTranslator
public void setTranslator(ITranslator value)(Code)
Gets/Sets the control's translator



setrefBackColor
public void setrefBackColor(long value)(Code)



setrefFont
public void setrefFont(Font value)(Code)



setrefForeColor
public void setrefForeColor(long value)(Code)



showHintBar
public void showHintBar(int nPos)(Code)
Causes the hintbar to shown at the specified character position.



updateToolTip
public void updateToolTip()(Code)
Reload the tooltip's data.



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