|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ beanshell overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.embl.ebi.escience.scuflworkers.beanshell
Class BeanshellConfigPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.embl.ebi.escience.scuflworkers.beanshell.BeanshellConfigPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, org.embl.ebi.escience.scuflui.ScuflUIComponent, java.io.Serializable
- public class BeanshellConfigPanel
- extends javax.swing.JPanel
- implements org.embl.ebi.escience.scuflui.ScuflUIComponent
- extends javax.swing.JPanel
A JPanel that can configure the beanshell processor type
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private BeanshellProcessor |
processor
|
| 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.Container |
|
| 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 | |
BeanshellConfigPanel(BeanshellProcessor bp)
Create a new beanshell configuration panel applying to the processor specified in the constructor |
|
| Method Summary | |
void |
attachToModel(org.embl.ebi.escience.scufl.ScuflModel theModel)
Directs the implementing component to bind to the specified ScuflModel instance, refresh its internal state from the model and commence listening to events, maintaining its state as these events dictate. |
void |
detachFromModel()
Directs the implementing component to detach from the model, set its internal state to some suitable blank (i.e. |
java.lang.String |
getName()
Get the preferred name of this component, for titles in windows etc. |
private void |
updateInputListModel(javax.swing.DefaultListModel model)
|
private void |
updateOutputListModel(javax.swing.DefaultListModel model)
|
| 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 |
processor
private BeanshellProcessor processor
| Constructor Detail |
BeanshellConfigPanel
public BeanshellConfigPanel(BeanshellProcessor bp)
- Create a new beanshell configuration panel
applying to the processor specified in the
constructor
| Method Detail |
updateInputListModel
private void updateInputListModel(javax.swing.DefaultListModel model)
updateOutputListModel
private void updateOutputListModel(javax.swing.DefaultListModel model)
attachToModel
public void attachToModel(org.embl.ebi.escience.scufl.ScuflModel theModel)
- Description copied from interface:
org.embl.ebi.escience.scuflui.ScuflUIComponent - Directs the implementing component to bind to the
specified ScuflModel instance, refresh its internal
state from the model and commence listening to events,
maintaining its state as these events dictate.
- Specified by:
attachToModelin interfaceorg.embl.ebi.escience.scuflui.ScuflUIComponent
detachFromModel
public void detachFromModel()
- Description copied from interface:
org.embl.ebi.escience.scuflui.ScuflUIComponent - Directs the implementing component to detach from the
model, set its internal state to some suitable blank
(i.e. blank image, no text in a text field etc) and
desist from listening to model events.
- Specified by:
detachFromModelin interfaceorg.embl.ebi.escience.scuflui.ScuflUIComponent
getName
public java.lang.String getName()
- Description copied from interface:
org.embl.ebi.escience.scuflui.ScuflUIComponent - Get the preferred name of this component, for titles
in windows etc.
- Specified by:
getNamein interfaceorg.embl.ebi.escience.scuflui.ScuflUIComponent
|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ beanshell overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC