Java Doc for SwtBuffer.java in  » Scripting » Kawa » gnu » jemacs » swt » 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 » Scripting » Kawa » gnu.jemacs.swt 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


gnu.jemacs.buffer.Buffer
   gnu.jemacs.swt.SwtBuffer

SwtBuffer
public class SwtBuffer extends Buffer (Code)

author:
   Christian Surlykke
author:
   11-07-2004



Constructor Summary
public  SwtBuffer(String name)
    
public  SwtBuffer(String name, BufferContent content)
    

Method Summary
public  intcreatePos(int index, boolean isAfter)
    
public  intforwardLine(int lines)
    
public  Objectget(int index)
    
public  StyledTextContentgetBufferContent()
    
public  intgetDot()
    
public  intgetLength()
    
public  FStringgetModelineFormat()
    
public  CharSeqgetStringContent()
    
public  voidinsert(String string, Object style, int ipos)
    
public  voidinsert(char ch, int count, Object style)
    
public  voidinsert(char ch, int count)
    
public  voidinsertFile(Reader in)
    
public  voidinvoke(Runnable doRun)
    
public  intlineStartOffset(int offset)
    
public  intmaxDot()
    
public  InPortopenReader(int start, int count)
    
public  voidredrawModeline()
    
public  voidremoveAll()
    
public  voidremoveChar(int count)
    
public  voidrestorePointMark(long pointMark)
    
public  voidsave(Writer out)
    
public  longsavePointMark()
    
public  longscan(char target, int start, int end, int count, boolean allowQuit)
    
public  voidsetDot(int dot)
    
public  intsize()
    


Constructor Detail
SwtBuffer
public SwtBuffer(String name)(Code)



SwtBuffer
public SwtBuffer(String name, BufferContent content)(Code)




Method Detail
createPos
public int createPos(int index, boolean isAfter)(Code)

See Also:   gnu.lists.AbstractSequence.createPos(intboolean)



forwardLine
public int forwardLine(int lines)(Code)

See Also:   gnu.jemacs.buffer.Buffer.forwardLine(int)



get
public Object get(int index)(Code)

See Also:   gnu.lists.AbstractSequence.get(int)



getBufferContent
public StyledTextContent getBufferContent()(Code)



getDot
public int getDot()(Code)

See Also:   gnu.jemacs.buffer.Buffer.getDot



getLength
public int getLength()(Code)

See Also:   gnu.jemacs.buffer.Buffer.getLength



getModelineFormat
public FString getModelineFormat()(Code)



getStringContent
public CharSeq getStringContent()(Code)



insert
public void insert(String string, Object style, int ipos)(Code)

See Also:   gnu.jemacs.buffer.Buffer.insert(java.lang.Stringjava.lang.Objectint)



insert
public void insert(char ch, int count, Object style)(Code)

See Also:   gnu.jemacs.buffer.Buffer.insert(charintjava.lang.Object)



insert
public void insert(char ch, int count)(Code)

See Also:   gnu.jemacs.buffer.Buffer.insert(charint)



insertFile
public void insertFile(Reader in) throws Exception(Code)

See Also:   gnu.jemacs.buffer.Buffer.insertFile(java.io.Reader)



invoke
public void invoke(Runnable doRun)(Code)

See Also:   gnu.jemacs.buffer.Buffer.invoke(java.lang.Runnable)



lineStartOffset
public int lineStartOffset(int offset)(Code)

See Also:   gnu.jemacs.buffer.Buffer.lineStartOffset(int)



maxDot
public int maxDot()(Code)

See Also:   gnu.jemacs.buffer.Buffer.maxDot



openReader
public InPort openReader(int start, int count)(Code)

See Also:   gnu.jemacs.buffer.Buffer.openReader(intint)



redrawModeline
public void redrawModeline()(Code)

See Also:   gnu.jemacs.buffer.Buffer.redrawModeline



removeAll
public void removeAll()(Code)

See Also:   gnu.jemacs.buffer.Buffer.removeAll



removeChar
public void removeChar(int count)(Code)

See Also:   gnu.jemacs.buffer.Buffer.removeChar(int)



restorePointMark
public void restorePointMark(long pointMark)(Code)

See Also:   gnu.jemacs.buffer.Buffer.restorePointMark(long)



save
public void save(Writer out) throws Exception(Code)

See Also:   gnu.jemacs.buffer.Buffer.save(java.io.Writer)



savePointMark
public long savePointMark()(Code)

See Also:   gnu.jemacs.buffer.Buffer.savePointMark



scan
public long scan(char target, int start, int end, int count, boolean allowQuit)(Code)

See Also:   gnu.jemacs.buffer.Buffer.scan(charintintintboolean)



setDot
public void setDot(int dot)(Code)

See Also:   gnu.jemacs.buffer.Buffer.setDot(int)



size
public int size()(Code)

See Also:   gnu.lists.AbstractSequence.size



Fields inherited from gnu.jemacs.buffer.Buffer
public EKeymap[] activeKeymaps(Code)(Java Doc)
public static java.util.Hashtable buffers(Code)(Java Doc)
public static java.util.Hashtable fileBuffers(Code)(Java Doc)
public Marker markMarker(Code)(Java Doc)
public Marker pointMarker(Code)(Java Doc)

Methods inherited from gnu.jemacs.buffer.Buffer
public void backwardChar(int i)(Code)(Java Doc)
public char charAt(int index)(Code)(Java Doc)
public int charWidth(char ch, int column)(Code)(Java Doc)
public int checkMark()(Code)(Java Doc)
public static Buffer coerceBuffer(Object buf)(Code)(Java Doc)
public void consume(int start, int count, gnu.lists.Consumer out)(Code)(Java Doc)
public int countColumns(char[] chars, int start, int count, int initial)(Code)(Java Doc)
public int currentColumn()(Code)(Java Doc)
public int currentColumn(int offset)(Code)(Java Doc)
public EWindow display(boolean notThisWindow, EFrame frame)(Code)(Java Doc)
public void fill(char value)(Code)(Java Doc)
public void fill(int fromIndex, int toIndex, char value)(Code)(Java Doc)
public static Buffer findFile(String fname)(Code)(Java Doc)
public void forwardChar(int i)(Code)(Java Doc)
final public long forwardLine(int lines, int start)(Code)(Java Doc)
public int forwardLine(int lines)(Code)(Java Doc)
public static String generateNewBufferName(String start)(Code)(Java Doc)
public static Buffer getBuffer(String name)(Code)(Java Doc)
public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)(Code)(Java Doc)
public static Buffer getCurrent()(Code)(Java Doc)
public int getDot()(Code)(Java Doc)
public String getFileName()(Code)(Java Doc)
abstract public int getLength()(Code)(Java Doc)
public EKeymap getLocalKeymap()(Code)(Java Doc)
public Marker getMarkMarker(boolean force)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Path getPath()(Code)(Java Doc)
public int getPoint()(Code)(Java Doc)
public Marker getPointMarker(boolean share)(Code)(Java Doc)
abstract public CharSeq getStringContent()(Code)(Java Doc)
abstract public void insert(String string, Object style, int ipos)(Code)(Java Doc)
public void insert(char[] chars, int offset, int count, Object style, int ipos)(Code)(Java Doc)
public void insert(String string, Object style)(Code)(Java Doc)
public void insert(Object value, Object style)(Code)(Java Doc)
public void insert(char ch, int count)(Code)(Java Doc)
public void insert(char ch, int count, Object style)(Code)(Java Doc)
public void insertAll(Object[] values, Object style)(Code)(Java Doc)
abstract public void insertFile(Reader in) throws Exception(Code)(Java Doc)
public void insertFile(String filename)(Code)(Java Doc)
abstract public void invoke(Runnable doRun)(Code)(Java Doc)
final public int length()(Code)(Java Doc)
abstract public int lineStartOffset(int offset)(Code)(Java Doc)
public int lineStartOffset()(Code)(Java Doc)
public static void makeBufferLocal(Object symbol, boolean all)(Code)(Java Doc)
abstract public int maxDot()(Code)(Java Doc)
public int minDot()(Code)(Java Doc)
public int moveToColumn(int column, boolean force)(Code)(Java Doc)
abstract public InPort openReader(int start, int count)(Code)(Java Doc)
public int positionToOffset(Object position)(Code)(Java Doc)
abstract public void redrawModeline()(Code)(Java Doc)
abstract public void removeAll()(Code)(Java Doc)
public void removeChar(int count)(Code)(Java Doc)
abstract public void restorePointMark(long pointMark)(Code)(Java Doc)
abstract public void save(Writer out) throws Exception(Code)(Java Doc)
public void save()(Code)(Java Doc)
abstract public long savePointMark()(Code)(Java Doc)
abstract public long scan(char target, int start, int end, int count, boolean allowQuit)(Code)(Java Doc)
public void setCharAt(int index, char ch)(Code)(Java Doc)
public static void setCurrent(Buffer buffer)(Code)(Java Doc)
public void setDot(int i)(Code)(Java Doc)
public void setFileName(String fname)(Code)(Java Doc)
public void setLocalKeymap(EKeymap map)(Code)(Java Doc)
public void setPath(Path path)(Code)(Java Doc)
final public void setPoint(int i)(Code)(Java Doc)
public CharSequence subSequence(int start, int end)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void writeTo(int start, int count, java.io.Writer dest) throws java.io.IOException(Code)(Java Doc)
public void writeTo(java.io.Writer str) throws java.io.IOException(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.