|
||||||||||
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.JRootPane
madkit.utils.agents.AbstractEditorPanel
madkit.python.PythonEditorPanel
edu.turtlekit2.kernel.python.CommandEditorPanel
public class CommandEditorPanel
Command Panel for the Python Command Center.
PythonEditorPanel
,
PythonCommandCenter
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JRootPane |
---|
JRootPane.AccessibleJRootPane, JRootPane.RootLayout |
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 |
---|
Fields inherited from class madkit.python.PythonEditorPanel |
---|
commandPanel |
Fields inherited from class madkit.utils.agents.AbstractEditorPanel |
---|
ag, extens, inputArea, LOAD, menubar, out, outputArea, SAVE, toolBar |
Fields inherited from class javax.swing.JRootPane |
---|
COLOR_CHOOSER_DIALOG, contentPane, defaultButton, defaultPressAction, defaultReleaseAction, ERROR_DIALOG, FILE_CHOOSER_DIALOG, FRAME, glassPane, INFORMATION_DIALOG, layeredPane, menuBar, NONE, PLAIN_DIALOG, QUESTION_DIALOG, WARNING_DIALOG |
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 | |
---|---|
CommandEditorPanel(madkit.kernel.AbstractAgent _ag,
org.python.util.PythonInterpreter interpret)
|
Method Summary | |
---|---|
void |
command(String c)
|
protected boolean |
getFileDialog(boolean direction,
String title,
String extens)
|
void |
openFile()
|
void |
saveAs()
|
Methods inherited from class madkit.utils.agents.AbstractEditorPanel |
---|
actionPerformed, addMenuItem, addMenuItem, addTool, clear, clearOutputArea, getCurrentFile, getFrameParent, getInputArea, getMenubar, getOutputArea, getToolbar, newFile, print, println, readFile, readFile, save, setCurrentFile, setExtens, stderr, stdin, stdout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommandEditorPanel(madkit.kernel.AbstractAgent _ag, org.python.util.PythonInterpreter interpret)
Method Detail |
---|
public void command(String c)
command
in class madkit.python.PythonEditorPanel
protected boolean getFileDialog(boolean direction, String title, String extens)
getFileDialog
in class madkit.utils.agents.AbstractEditorPanel
public void openFile()
openFile
in class madkit.utils.agents.AbstractEditorPanel
public void saveAs()
saveAs
in class madkit.utils.agents.AbstractEditorPanel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |