|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TextEditor | +--net.sf.colorer.eclipse.editors.ColorerEditor
Constructor Summary | |
ColorerEditor()
|
Method Summary | |
void |
chooseFileType()
Selects filetype according to file name and first line of content |
void |
createPartControl(Composite parent)
|
void |
dispose()
|
protected void |
editorContextMenuAboutToShow(IMenuManager parentMenu)
|
java.lang.Object |
getAdapter(java.lang.Class key)
|
java.lang.String |
getFileType()
Returns currently used file type |
void |
matchPair()
Tries to match paired construction |
void |
propertyChange(PropertyChangeEvent e)
|
void |
relinkColorer()
Reloads coloring highlighting in this editor |
void |
selectContentPair()
Selects content of paired construction |
void |
selectPair()
Selects paired construction |
void |
setFileType(java.lang.String type)
Selects file's type according to the passed type name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColorerEditor()
Method Detail |
public void createPartControl(Composite parent)
public void chooseFileType()
public void setFileType(java.lang.String type)
public java.lang.String getFileType()
public void relinkColorer()
public void matchPair()
public void selectPair()
public void selectContentPair()
protected void editorContextMenuAboutToShow(IMenuManager parentMenu)
public void propertyChange(PropertyChangeEvent e)
public java.lang.Object getAdapter(java.lang.Class key)
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |