|
|||||||||||
| 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
org.globus.cog.gridshell.gui.GridShellGUIImpl
| Nested Class Summary | |
class |
GridShellGUIImpl.Bool
|
| Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
| 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 org.globus.cog.gridshell.interfaces.GridShellSwingGUI |
ACCEPT_CURSOR, PROCESS_CURSOR |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, PROPERTIES, SOMEBITS |
| Constructor Summary | |
GridShellGUIImpl()
|
|
| Method Summary | |
void |
appendHistoryValue(String value)
Append a value to the history |
static void |
createAndShowGUI()
Used to debug ShellPanelGUI |
JTextComponent |
getCommandField()
Returns the command field |
String |
getCommandValue()
Get the prompt plus the commandline value |
JTextComponent |
getHistoryField()
Returns the history field |
String |
getHistoryValue()
Get the history that is displayed |
JComponent |
getJComponent()
Gets the JComponent associated with the GUI, this is what you want to display |
static void |
main(String[] args)
Used to debug ShellPanelGUI |
void |
propertyChange(PropertyChangeEvent pEvent)
|
void |
setCommandValue(String value)
Set the prompt plus commandline value |
void |
setHistoryValue(String value)
Set the history |
| 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 |
| Constructor Detail |
public GridShellGUIImpl()
| Method Detail |
public JTextComponent getCommandField()
GridShellSwingGUI
getCommandField in interface GridShellSwingGUIpublic JTextComponent getHistoryField()
GridShellSwingGUI
getHistoryField in interface GridShellSwingGUIpublic void appendHistoryValue(String value)
GridShellGUI
appendHistoryValue in interface GridShellGUIvalue - public void setHistoryValue(String value)
GridShellGUI
setHistoryValue in interface GridShellGUIvalue - public String getHistoryValue()
GridShellGUI
getHistoryValue in interface GridShellGUIpublic void setCommandValue(String value)
GridShellGUI
setCommandValue in interface GridShellGUIvalue - public String getCommandValue()
GridShellGUI
getCommandValue in interface GridShellGUIpublic JComponent getJComponent()
GridShellSwingGUI
getJComponent in interface GridShellSwingGUIpublic static void createAndShowGUI()
public static void main(String[] args)
args - public void propertyChange(PropertyChangeEvent pEvent)
propertyChange in interface PropertyChangeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||