Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.shell.views
Class PreviewingAnimationView  view PreviewingAnimationView download PreviewingAnimationView.java

java.lang.Object
  extended bycom.arranger.jarl.shell.ShellObject
      extended bycom.arranger.jarl.shell.views.BaseView
          extended bycom.arranger.jarl.shell.views.PreviewingAnimationView
All Implemented Interfaces:
com.arranger.jarl.shell.models.IModelListener

public class PreviewingAnimationView
extends BaseView

PreviewingAnimationView created on Apr 25, 2003


Nested Class Summary
protected static class PreviewingAnimationView.ImageLabel
           
protected  class PreviewingAnimationView.WindowClosingListener
           
 
Field Summary
protected  boolean m_animationAborted
           
protected  boolean m_animationCompleted
           
protected  PreviewingAnimationView.ImageLabel m_imageLabel
           
protected  JarlShellFrame m_jarlShellFrame
           
 
Fields inherited from class com.arranger.jarl.shell.ShellObject
LINE_SEP, m_jarlShell
 
Constructor Summary
PreviewingAnimationView()
           
 
Method Summary
 java.lang.String[] getModelsToSubscribe()
           
protected  void initialize(com.arranger.jarl.shell.models.ViewAnimationModel vam)
           
 void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
           
 void updateImage(com.arranger.jarl.shell.models.ViewAnimationModel vam)
           
 
Methods inherited from class com.arranger.jarl.shell.ShellObject
getJarlShell, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_jarlShellFrame

protected JarlShellFrame m_jarlShellFrame

m_imageLabel

protected PreviewingAnimationView.ImageLabel m_imageLabel

m_animationCompleted

protected boolean m_animationCompleted

m_animationAborted

protected boolean m_animationAborted
Constructor Detail

PreviewingAnimationView

public PreviewingAnimationView()
Method Detail

getModelsToSubscribe

public java.lang.String[] getModelsToSubscribe()
Specified by:
getModelsToSubscribe in class BaseView

onChange

public void onChange(com.arranger.jarl.shell.models.BaseModel baseModel,
                     java.lang.String propertyName)

initialize

protected void initialize(com.arranger.jarl.shell.models.ViewAnimationModel vam)

updateImage

public void updateImage(com.arranger.jarl.shell.models.ViewAnimationModel vam)