|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Frame | +--javax.swing.JFrame | +--rom.gui.CodeEditorFrame
CodeEditorFrame - is a gui to edit & select methods from all (precompiled) currently executing objects in the enclosing programme
Title: Runtime Java Class Editor - editor Package
Package Description: Edit & Select methods from all currently executing objects in enclosing programme
Copyright: James D Bloom Copyright (c) 2003
Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
private |
CodeEditorFrame()
|
|
CodeEditorFrame(java.lang.Object precompiledObject)
Constructors a text view for displaying and editing a text model |
|
CodeEditorFrame(java.lang.Object precompiledObject,
boolean slow_cpu,
boolean low_memory,
boolean debug,
boolean setAccessible,
boolean syntaxColouring)
|
Method Summary | |
protected javax.swing.JMenu |
addActions(javax.swing.Action[] actions,
javax.swing.JMenu menu)
|
protected javax.swing.JPopupMenu |
addActions(javax.swing.Action[] actions,
javax.swing.JPopupMenu popupMenu)
|
protected javax.swing.JToolBar |
addActions(javax.swing.Action[] actions,
javax.swing.JToolBar toolBar)
|
protected void |
addClassToTree(java.lang.Class clazz,
javax.swing.tree.DefaultMutableTreeNode additionNode,
boolean isEditable,
boolean isInterface,
boolean isFirstPass,
boolean innerClass)
|
protected int |
findMatchIngoringSpacesAndSelect(java.lang.String searchStr,
java.lang.String keyStr)
|
protected boolean |
getConformation(java.lang.String message)
Displays a message for conformation on a Small popup frame which contains OK & CANCEL buttons and a question icon |
protected java.lang.reflect.Constructor[] |
getConstructors(java.lang.String unQualifiedType,
java.util.Collection constructors)
|
protected void |
getIdentifiersAndInnerClasses(java.util.Set identifiers,
java.util.Map innerClasses,
java.lang.Class clas)
|
protected java.lang.Object[] |
getParametersFromTypes(java.lang.Class[] parameterTypes,
java.lang.String methodName,
boolean isClass)
|
protected int |
getTextPosition(int line,
int column,
java.lang.String input)
|
protected boolean |
getYesNoAnswer(java.lang.String message)
Displays a message for conformation on a Small popup frame which contains OK & CANCEL buttons and a question icon |
protected int |
getYesNoCancelAnswer(java.lang.String message)
Displays a message for conformation on a Small popup frame which contains OK & CANCEL buttons and a question icon |
protected void |
handlePrecompiledObjectArrayLoading(rjce_precompiled[] objArray,
java.lang.String type,
java.lang.Object fieldObj)
|
protected void |
loadArray(rjce_precompiled[] objArray,
java.lang.String type)
|
protected void |
loadClassFromTree(javax.swing.tree.TreeNode node,
java.lang.String innerClassName)
|
protected void |
loadImports()
|
protected void |
loadNewClass(rjce_precompiled oldObj,
rjce_precompiled[] objArray)
|
static void |
main(java.lang.String[] args)
Used for testing |
protected void |
processWindowEvent(java.awt.event.WindowEvent e)
|
protected void |
reSetDefaultCursors()
|
protected void |
reSetStatusBarAndTexPaneAccordingToCurentStatus(java.lang.String codeToLoad)
|
protected void |
runFieldDisplayTask(java.lang.String str)
|
protected void |
saveArraysBackToObject(rjce_precompiled oldObj,
rjce_precompiled[] objArray)
|
protected void |
setDefaultDirectory()
|
protected void |
setSelection(int xStart,
int xFinish,
boolean moveUp)
|
protected void |
setSelectionFromToken(int line,
int column,
java.lang.String tokenName,
java.awt.Color color)
Set the caret position in the text pane |
protected void |
setSelectionFromTokenANLTR(int line,
int column,
java.lang.String tokenName,
java.awt.Color color)
Set the caret position in the text pane |
protected void |
setUpActions()
Setup actions for the menu bar and tool bar |
protected void |
setUpMainFrame()
Setup main editor frame |
protected void |
setUpMenuBar()
Setup menu bar |
protected void |
setUpPopupMenu()
Setup popup menus |
protected void |
setUpSplitPane()
Setup text area for editing java source |
protected void |
setUpStatusBar()
Setup status bar |
protected void |
setUpTextPane()
Setup text area for editing java source |
protected void |
setUpToolBar()
Setup tool bars |
protected javax.swing.JPanel |
setUpTree()
Setup tree view for object browsing |
protected void |
startSetup(java.lang.Object precompiledObject)
|
protected void |
upDateMode()
|
protected void |
warnUser(java.lang.String message)
Displays a warning message on a Small popup frame which contains an OK button and an error icon |
protected void |
warnUserDEBUGTESTER(java.lang.String[] message,
boolean hello)
|
protected void |
warnUserOfExecutionError(java.lang.String exceptionName,
java.lang.String exceptionMessage,
java.lang.Throwable exceptionCause)
|
Methods inherited from class javax.swing.JFrame |
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
Methods inherited from class java.awt.Frame |
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
static CodeEditorFrame[] main
protected java.lang.Class clazz
protected java.lang.String[] parsedMethodArray
protected java.lang.String[] originalMethodArray
protected java.lang.String[][] methodParameters
protected int noOfMethods
protected java.lang.String randomAcessBufferForXMLFile
protected java.io.File xmlFile
protected java.lang.String[] parameters
protected java.lang.String parameterCommaString
protected java.lang.String[] imports
protected javax.swing.JTree classTree
protected rjce_precompiled precompiledObject
protected rjce_precompiled[] precompiledObjectArray
protected java.lang.String className
protected java.lang.String groupName
protected java.util.Set groupObjectList
protected java.util.List objectHistory
protected java.util.List arrayHistory
protected int historyLimit
protected int historyCounter
protected int currentPositionInHistory
protected java.lang.String codeEditorFrameTitle
protected boolean getSelectedText
protected java.lang.Thread evaluationThread
java.lang.StringBuffer scannedCode
java.lang.String[] numberArray
protected javax.swing.text.DefaultStyledDocument mainStyledDocument
protected int currentLineNo
protected int currentColumn
protected int totalNoOfLines
protected int totalCharacters
protected int currentMethodNumber
protected int importLineCorrect
protected boolean modified
protected boolean modeChanged
protected boolean textSelected
protected boolean ignoreTextChanges
protected java.io.File textPaneFile
CodeEditorFrame.ColorInJavaCodeThread colorInJavaCodeThread
protected int textSize
CodeEditorFrame.SaveCheckAction save
int lineNumber
int position
static int longestLine
java.lang.String textPaneText
public static boolean DEBUG
public static boolean PRINT_ERROR_STACKS
public static boolean SET_ACCESSIBLE
public boolean SYNTAX_COLOURING
protected boolean LOW_MEMORY
protected boolean SLOW_CPU
protected boolean ARRAY_EDITING_MODE
protected boolean CLASS_EDITING_MODE
protected boolean instanceMode
protected boolean groupMode
protected boolean classMode
protected java.lang.String defaultDirectory
protected java.awt.Color errorColor
protected java.awt.Color keywordColor
protected java.awt.Color quotesColor
protected java.awt.Color commentsColor
protected java.awt.Cursor originalDefaultCursorMainFrame
protected java.awt.Cursor originalDefaultCursorSplitPane
protected java.awt.Cursor originalDefaultCursorTextPane
protected int treeSize
protected java.awt.GraphicsEnvironment localGraphicsEnvironment
protected int windowHeight
protected int windowWidth
protected java.awt.Point center
protected int windowTopLeftCornerX
protected int windowTopLeftCornerY
protected javax.swing.JMenuBar menuBar
protected javax.swing.JPopupMenu popupFile
protected javax.swing.JPopupMenu popupEdit
protected javax.swing.JCheckBoxMenuItem setAccessibleCheckBox
protected javax.swing.JCheckBoxMenuItem colorCodeCheckBox
protected javax.swing.JCheckBoxMenuItem printStackTraceCheckBox
protected javax.swing.JCheckBoxMenuItem instanceModeCheckBox
protected javax.swing.JCheckBoxMenuItem groupModeCheckBox
protected javax.swing.JCheckBoxMenuItem classModeCheckBox
protected javax.swing.JCheckBoxMenuItem smallestTreeCheckBox
protected javax.swing.JCheckBoxMenuItem smallerTreeCheckBox
protected javax.swing.JCheckBoxMenuItem mediumTreeCheckBox
protected javax.swing.JCheckBoxMenuItem largerTreeCheckBox
protected javax.swing.JCheckBoxMenuItem largestTreeCheckBox
protected javax.swing.JCheckBoxMenuItem smallestTextCheckBox
protected javax.swing.JCheckBoxMenuItem smallerTextCheckBox
protected javax.swing.JCheckBoxMenuItem mediumTextCheckBox
protected javax.swing.JCheckBoxMenuItem largerTextCheckBox
protected javax.swing.JCheckBoxMenuItem largestTextCheckBox
protected javax.swing.JCheckBoxMenuItem horizontalSliderCheckBox
protected javax.swing.JCheckBoxMenuItem verticalSliderCheckBox
protected CodeEditorFrame.NewAction newAction
protected CodeEditorFrame.OpenAction openAction
protected CodeEditorFrame.PageSetupAction pageSetupAction
protected CodeEditorFrame.PrintAction printAction
protected CodeEditorFrame.RedoAction redoAction
protected CodeEditorFrame.ReplaceAction replaceAction
protected CodeEditorFrame.SaveAction saveAction
protected CodeEditorFrame.SaveAsAction saveAsAction
protected CodeEditorFrame.SetAccessibleAction setAccessibleAction
protected CodeEditorFrame.CodeSyntaxColouringAction colorCodeAction
protected CodeEditorFrame.PrintStackTraceAction printStackTraceAction
protected CodeEditorFrame.FindAction findAction
protected CodeEditorFrame.CutAction cutAction
protected CodeEditorFrame.CopyAction copyAction
protected CodeEditorFrame.PasteAction pasteAction
protected CodeEditorFrame.SelectAllAction selectAllAction
protected CodeEditorFrame.EvaluateSelectedTextAction evalSelection
protected CodeEditorFrame.EvaluateTextAreaAction evalTextPane
protected CodeEditorFrame.BackAction backAction
protected CodeEditorFrame.ForwardsAction forwardsAction
protected CodeEditorFrame.RecycleAction recycleAction
protected CodeEditorFrame.ExitAction exitAction
protected CodeEditorFrame.InstanceModeAction instanceModeAction
protected CodeEditorFrame.GroupModeAction groupModeAction
protected CodeEditorFrame.ClassModeAction classModeAction
protected CodeEditorFrame.ShowHelpManualAction helpAction
protected CodeEditorFrame.ShowAboutAction aboutAction
protected CodeEditorFrame.ShowLicenseAction licenseAction
protected CodeEditorFrame.CloseAction closeAction
protected CodeEditorFrame.UndoAction undoAction
protected CodeEditorFrame.CodeEvaluationThread stopAction
protected CodeEditorFrame.SmallestTreeAction smallestTreeAction
protected CodeEditorFrame.SmallerTreeAction smallerTreeAction
protected CodeEditorFrame.MediumTreeAction mediumTreeAction
protected CodeEditorFrame.LargerTreeAction largerTreeAction
protected CodeEditorFrame.LargestTreeAction largestTreeAction
protected CodeEditorFrame.SmallestTextAction smallestTextAction
protected CodeEditorFrame.SmallerTextAction smallerTextAction
protected CodeEditorFrame.MediumTextAction mediumTextAction
protected CodeEditorFrame.LargerTextAction largerTextAction
protected CodeEditorFrame.LargestTextAction largestTextAction
protected CodeEditorFrame.HorizontalSliderAction horizontalSliderAction
protected CodeEditorFrame.VerticalSliderAction verticalSliderAction
protected CodeEditorFrame.SwapPanesAction swapPanesAction
protected CodeEditorFrame.SwitchedAction switchedAction
boolean isTopPaneField
protected javax.swing.JTextPane printingPane
protected java.awt.print.PrinterJob printJob
protected java.awt.print.PageFormat pageFormat
protected CodeEditorFrame.TreeClassCellRenderer treeRenderer
protected CodeEditorFrame.IgnoringStyleUndoManager undoManager
protected CodeEditorFrame.MouseHandler mouseHandler
protected javax.swing.JFileChooser chooser
protected SourceFileFilter filter
protected static final java.lang.String FIELDS
protected static final java.lang.String METHODS
protected CodeEditorFrame codeEditorFrame
protected javax.swing.JPanel contentPanel
protected javax.swing.JScrollPane treeScrollPane
protected javax.swing.JPanel treeScrollPaneWrapper
protected PrintableJTextPane textPane
protected javax.swing.JScrollPane textScrollPane
protected javax.swing.JPanel textScrollPaneWrapper
protected javax.swing.JSplitPane splitPane
protected CodeEditorFrame.FindDialog findReplaceDialog
protected javax.swing.JPanel statusBar
protected javax.swing.JToolBar toolBar
protected javax.swing.JWindow fieldValueDisplayWindow
protected java.lang.String editMode
protected java.lang.String lineNoString
protected javax.swing.JLabel lineNoLabel
protected java.lang.String modifiedString
protected javax.swing.JLabel modifiedLabel
protected javax.swing.JLabel switchedLabel
protected javax.swing.JLabel modeLabel
protected java.lang.String undoString
protected javax.swing.JLabel undoLabel
protected java.lang.String redoString
protected javax.swing.JLabel redoLabel
protected java.lang.String messageString
protected javax.swing.JLabel messageLabel
protected int superClassLevel
Constructor Detail |
private CodeEditorFrame()
public CodeEditorFrame(java.lang.Object precompiledObject, boolean slow_cpu, boolean low_memory, boolean debug, boolean setAccessible, boolean syntaxColouring) throws NotPrecompiledException
public CodeEditorFrame(java.lang.Object precompiledObject) throws NotPrecompiledException
Method Detail |
public static void main(java.lang.String[] args) throws NotPrecompiledException
args
- input String array for command line parameters
NotPrecompiledException
protected void startSetup(java.lang.Object precompiledObject) throws NotPrecompiledException
NotPrecompiledException
protected void loadArray(rjce_precompiled[] objArray, java.lang.String type)
protected void reSetDefaultCursors()
protected void setDefaultDirectory()
protected void loadNewClass(rjce_precompiled oldObj, rjce_precompiled[] objArray) throws java.lang.NullPointerException
java.lang.NullPointerException
protected void setUpMainFrame()
protected void processWindowEvent(java.awt.event.WindowEvent e)
processWindowEvent
in class javax.swing.JFrame
protected void setUpActions()
protected void setUpMenuBar()
protected javax.swing.JMenu addActions(javax.swing.Action[] actions, javax.swing.JMenu menu)
protected void setUpStatusBar()
protected void setUpToolBar()
protected javax.swing.JToolBar addActions(javax.swing.Action[] actions, javax.swing.JToolBar toolBar)
protected void setUpPopupMenu()
protected javax.swing.JPopupMenu addActions(javax.swing.Action[] actions, javax.swing.JPopupMenu popupMenu)
protected void setUpSplitPane()
protected void setUpTextPane()
protected javax.swing.JPanel setUpTree()
protected void loadClassFromTree(javax.swing.tree.TreeNode node, java.lang.String innerClassName) throws java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException, java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException
protected void loadImports()
protected void reSetStatusBarAndTexPaneAccordingToCurentStatus(java.lang.String codeToLoad)
protected void handlePrecompiledObjectArrayLoading(rjce_precompiled[] objArray, java.lang.String type, java.lang.Object fieldObj)
protected void runFieldDisplayTask(java.lang.String str)
protected void addClassToTree(java.lang.Class clazz, javax.swing.tree.DefaultMutableTreeNode additionNode, boolean isEditable, boolean isInterface, boolean isFirstPass, boolean innerClass)
protected void warnUser(java.lang.String message)
message
- a String which contains the message that is displayedprotected void warnUserDEBUGTESTER(java.lang.String[] message, boolean hello)
protected boolean getConformation(java.lang.String message)
message
- a String which contains the message that is displayed
protected int getYesNoCancelAnswer(java.lang.String message)
message
- a String which contains the message that is displayed
protected boolean getYesNoAnswer(java.lang.String message)
message
- a String which contains the message that is displayed
protected void setSelection(int xStart, int xFinish, boolean moveUp)
protected void saveArraysBackToObject(rjce_precompiled oldObj, rjce_precompiled[] objArray)
protected void getIdentifiersAndInnerClasses(java.util.Set identifiers, java.util.Map innerClasses, java.lang.Class clas)
protected int findMatchIngoringSpacesAndSelect(java.lang.String searchStr, java.lang.String keyStr)
protected java.lang.Object[] getParametersFromTypes(java.lang.Class[] parameterTypes, java.lang.String methodName, boolean isClass)
protected java.lang.reflect.Constructor[] getConstructors(java.lang.String unQualifiedType, java.util.Collection constructors)
protected void warnUserOfExecutionError(java.lang.String exceptionName, java.lang.String exceptionMessage, java.lang.Throwable exceptionCause)
protected void setSelectionFromTokenANLTR(int line, int column, java.lang.String tokenName, java.awt.Color color)
line
- the linecolumn
- the columnprotected int getTextPosition(int line, int column, java.lang.String input)
protected void setSelectionFromToken(int line, int column, java.lang.String tokenName, java.awt.Color color)
line
- the linecolumn
- the columnprotected void upDateMode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |