|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
adams.gui.core.BasePanel
adams.gui.core.StyledTextEditorPanel
adams.gui.core.AbstractTextEditorPanelWithSyntaxHighlighting
adams.gui.core.JythonSyntaxEditorPanel
public class JythonSyntaxEditorPanel
Text editor pane with Jython syntax highlighting.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static String |
FILENAME
the props file with the style definitions. |
| Fields inherited from class adams.gui.core.StyledTextEditorPanel |
|---|
m_ChangeListeners, m_CurrentFile, m_FileChooser, m_IgnoreChanges, m_LastFind, m_Modified, m_TextPane, m_Undo |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JythonSyntaxEditorPanel()
|
|
| Method Summary | |
|---|---|
protected adams.core.Properties |
getStyleProperties()
Returns the syntax style definition. |
| Methods inherited from class adams.gui.core.AbstractTextEditorPanelWithSyntaxHighlighting |
|---|
newBaseTextPane |
| Methods inherited from class adams.gui.core.StyledTextEditorPanel |
|---|
addChangeListener, canCopy, canCut, canPaste, canRedo, canUndo, checkForModified, clear, copy, cut, find, findNext, getCaretPosition, getContent, getDocument, getFileChooser, getLastFind, getTextFont, getTextPane, getWordWrap, initGUI, initialize, isEditable, isModified, notifyChangeListeners, open, open, paste, printText, redo, removeChangeListener, save, save, saveAs, selectAll, selectFont, setCaretPosition, setContent, setEditable, setModified, setTextFont, setWordWrap, undo |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, finishInit, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, main, setParentTitle, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String FILENAME
| Constructor Detail |
|---|
public JythonSyntaxEditorPanel()
| Method Detail |
|---|
protected adams.core.Properties getStyleProperties()
getStyleProperties in class adams.gui.core.AbstractTextEditorPanelWithSyntaxHighlighting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||