Skip navigation links


Uses of Interface
com.essbase.eas.ui.editor.TextEditor

Packages that use TextEditor
com.essbase.eas.ui.editor   
com.essbase.eas.ui.editor.editpane   
com.essbase.eas.ui.editor.menus   
com.essbase.eas.ui.editor.misc   
com.essbase.eas.ui.editor.search   

 

Uses of TextEditor in com.essbase.eas.ui.editor

 

Classes in com.essbase.eas.ui.editor that implement TextEditor
 class AbstractTextEditor
           

 

Methods in com.essbase.eas.ui.editor that return TextEditor
static TextEditor EditorFactory.getTextEditor()
           
static TextEditor EditorFactory.getTextEditor(java.lang.Class contentType)
           
static TextEditor EditorFactory.getTextEditor(java.lang.Class contentType, EditorTokenMarker marker)
           

 

Uses of TextEditor in com.essbase.eas.ui.editor.editpane

 

Classes in com.essbase.eas.ui.editor.editpane that implement TextEditor
 class TextComponentFrame
          Title: Editor using the JEditPane Description: Copyright: Copyright (c) 2003 Company: Hyperion Solutions, Inc.

 

Methods in com.essbase.eas.ui.editor.editpane that return TextEditor
static TextEditor TextComponentFrame.createEditor(java.lang.Class contentType, EditorTokenMarker marker)
           

 

Uses of TextEditor in com.essbase.eas.ui.editor.menus

 

Methods in com.essbase.eas.ui.editor.menus that return TextEditor
 TextEditor EditorMenuItem.getEditor()
           
static TextEditor EditorMenus.getEditor(java.awt.event.ActionEvent evt)
           

 

Methods in com.essbase.eas.ui.editor.menus with parameters of type TextEditor
static javax.swing.JPopupMenu EditorMenus.createPopupMenu(TextEditor editor)
           
static CMenu EditorMenus.getEditMenu(TextEditor editor, java.lang.Object owner)
           
static java.awt.Component[] EditorMenus.getEditMenus(TextEditor editor, java.lang.Object owner)
           
 void EditorToolbar.setEditor(TextEditor editor)
           

 

Constructors in com.essbase.eas.ui.editor.menus with parameters of type TextEditor
EditorMenuItem(java.lang.String name, TextEditor editor, java.lang.String updateFunctionName)
           
EditorToolbar(TextEditor editor)
           
EditorToolbar(TextEditor editor, boolean bAddFontCombo)
           

 

Uses of TextEditor in com.essbase.eas.ui.editor.misc

 

Methods in com.essbase.eas.ui.editor.misc that return TextEditor
 TextEditor StatementContext.getEditor()
           

 

Methods in com.essbase.eas.ui.editor.misc with parameters of type TextEditor
 void StatementToken.canceledCommand(TextEditor editor, int startoffset)
          invoked when the user cancels a command;
 void StatementCommand.canceledCommand(TextEditor editor, int startoffset)
           
static void WordListWindow.doCompleText(StatementContext context, TextEditor editor, java.lang.Object o, int offset)
           
static void WordListWindow.doCompleText(StatementContext context, TextEditor editor, StatementToken command, java.lang.Object[] o, int offset)
           
static boolean Indent.indent(TextEditor editor)
           
protected  boolean StatementCommand.resetSelection(TextEditor editor, int start, int end)
           
 void StatementToken.setCompleteText(TextEditor editor, int startoffset)
           
 void StatementCommand.setCompleteText(TextEditor editor, int startoffset)
           
 void StatementToken.setCompleteText(TextEditor editor, java.lang.String text, int startoffset)
          sets the completed word into the editor
 void StatementCommand.setCompleteText(TextEditor editor, java.lang.String text, int startoffset)
           
 void StatementToken.setWordCompleteText(TextEditor editor, java.lang.String text, int startoffset)
           
 void StatementCommand.setWordCompleteText(TextEditor editor, java.lang.String text, int startoffset)
           

 

Constructors in com.essbase.eas.ui.editor.misc with parameters of type TextEditor
StatementContext(TextEditor editor)
           
WordEditWindow(TextEditor editor, java.lang.Object commandToken, java.lang.String word)
           

 

Uses of TextEditor in com.essbase.eas.ui.editor.search

 

Methods in com.essbase.eas.ui.editor.search with parameters of type TextEditor
static boolean Search.find(TextEditor editor, java.lang.String searchStr, int start, boolean ignoreCase, boolean useRegexp)
          Return the result of a string search.
static boolean Search.replaceAll(TextEditor editor, java.lang.String searchStr, java.lang.String replaceStr, int start, int end, boolean ignoreCase, boolean useRegexp, boolean bAll)
          Return the result of a string replace.
static void FindReplace.ShowDialog(TextEditor editor, int type)
           

 

Constructors in com.essbase.eas.ui.editor.search with parameters of type TextEditor
GoToLineDialog(TextEditor editor)
           

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.