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

Quick Search    Search Deep

com.arranger.jarl.shell.views.mainShellPanes
Class MSPJarlFile  view MSPJarlFile download MSPJarlFile.java

java.lang.Object
  extended bycom.arranger.jarl.shell.views.mainShellPanes.BaseMSP
      extended bycom.arranger.jarl.shell.views.mainShellPanes.MSPJarlFile
All Implemented Interfaces:
IMainShellPane

public class MSPJarlFile
extends BaseMSP

MSPJarlFile created on Apr 21, 2003


Nested Class Summary
protected  class MSPJarlFile.ButtonActionListener
           
 
Field Summary
protected  javax.swing.JButton m_button
           
protected  javax.swing.JTextField m_textField
           
 
Fields inherited from class com.arranger.jarl.shell.views.mainShellPanes.BaseMSP
m_jarlShell
 
Constructor Summary
MSPJarlFile()
           
 
Method Summary
 java.awt.Component createComponent()
          Create a component
 void onChange(com.arranger.jarl.shell.models.BaseModel baseModel, java.lang.String propertyName)
          Events have been fired
protected  void onFileChange(java.lang.String configFile)
           
protected  void updateConfigFile(java.lang.String configFile)
           
 
Methods inherited from class com.arranger.jarl.shell.views.mainShellPanes.BaseMSP
getJarlContextModel, getViewPrefModel, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_textField

protected javax.swing.JTextField m_textField

m_button

protected javax.swing.JButton m_button
Constructor Detail

MSPJarlFile

public MSPJarlFile()
Method Detail

createComponent

public java.awt.Component createComponent()
Create a component


onFileChange

protected void onFileChange(java.lang.String configFile)

onChange

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

Specified by:
onChange in interface IMainShellPane
Overrides:
onChange in class BaseMSP

updateConfigFile

protected void updateConfigFile(java.lang.String configFile)