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

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextArea
org.embl.ebi.escience.scuflui.DotTextArea
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, org.embl.ebi.escience.scufl.ScuflModelEventListener, ScuflUIComponent, java.io.Serializable
- public class DotTextArea
- extends javax.swing.JTextArea
- implements org.embl.ebi.escience.scufl.ScuflModelEventListener, ScuflUIComponent
- extends javax.swing.JTextArea
A swing component that provides a textual dot representation corresponding to a given ScuflModel instance
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JTextArea |
javax.swing.JTextArea.AccessibleJTextArea |
| Nested classes inherited from class javax.swing.text.JTextComponent |
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.KeyBinding |
| 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 org.embl.ebi.escience.scufl.view.DotView |
dot
|
private org.embl.ebi.escience.scufl.ScuflModel |
model
|
private int |
updateStatus
|
| Fields inherited from class javax.swing.JTextArea |
|
| Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| 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 | |
DotTextArea()
|
|
| Method Summary | |
void |
attachToModel(org.embl.ebi.escience.scufl.ScuflModel model)
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()
A name for this component |
void |
receiveModelEvent(org.embl.ebi.escience.scufl.ScuflModelEvent event)
|
private void |
updateText()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
dot
private org.embl.ebi.escience.scufl.view.DotView dot
model
private org.embl.ebi.escience.scufl.ScuflModel model
updateStatus
private int updateStatus
| Constructor Detail |
DotTextArea
public DotTextArea()
| Method Detail |
attachToModel
public void attachToModel(org.embl.ebi.escience.scufl.ScuflModel model)
- Description copied from interface:
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 interfaceScuflUIComponent
detachFromModel
public void detachFromModel()
- Description copied from interface:
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 interfaceScuflUIComponent
updateText
private void updateText()
receiveModelEvent
public void receiveModelEvent(org.embl.ebi.escience.scufl.ScuflModelEvent event)
- Specified by:
receiveModelEventin interfaceorg.embl.ebi.escience.scufl.ScuflModelEventListener
getName
public java.lang.String getName()
- A name for this component
- Specified by:
getNamein interfaceScuflUIComponent
|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> [ scuflui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC