de.fhkoeln.zra.statix.plugins.cnpimport
Class StatCnPImport

java.lang.Object
  |
  +--de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
        |
        +--de.fhkoeln.zra.statix.plugins.cnpimport.StatCnPImport
All Implemented Interfaces:
StatPlugable

public class StatCnPImport
extends StatAbstractPlugin

Author:
Thies Hauschild, hld@gmx.net(05.06.2003) Dies ist ein Plugin zum Laden von Daten aus einer Textbox. Dies wird auf jeden Fall beim Laden als Applet benötigt!

Nested Class Summary
(package private)  class StatCnPImport.ImportAction
           
 
Field Summary
(package private)  Action[] actions
           
(package private)  StatCopyAndPasteDialog cnp
           
(package private)  StatController control
           
(package private)  String menuPath
           
(package private)  String name
           
 
Fields inherited from class de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
isInit, props
 
Constructor Summary
protected StatCnPImport(StatController control)
          Constructor for StatCnPImport
 
Method Summary
 void excute(String event)
           
 Action[] getActions()
           
 String getName()
           
static StatPlugable getNewInstance(StatController control)
           
 String getParentMenuPath()
           
 void importData()
           
 void loadData(String txt)
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class de.fhkoeln.zra.statix.plugins.StatAbstractPlugin
getDisplayComponent, getProperties, getProperty, initPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

String name

menuPath

String menuPath

control

StatController control

actions

Action[] actions

cnp

StatCopyAndPasteDialog cnp
Constructor Detail

StatCnPImport

protected StatCnPImport(StatController control)
Constructor for StatCnPImport

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getActions

public Action[] getActions()
Specified by:
getActions in interface StatPlugable
Overrides:
getActions in class StatAbstractPlugin
See Also:
StatPlugable.getActions()

getName

public String getName()
Specified by:
getName in interface StatPlugable
Overrides:
getName in class StatAbstractPlugin
See Also:
StatPlugable.getName()

getParentMenuPath

public String getParentMenuPath()
Specified by:
getParentMenuPath in interface StatPlugable
Overrides:
getParentMenuPath in class StatAbstractPlugin
See Also:
StatPlugable.getParentMenuPath()

excute

public void excute(String event)
Specified by:
excute in interface StatPlugable
Specified by:
excute in class StatAbstractPlugin
See Also:
StatPlugable.excute(String)

getNewInstance

public static StatPlugable getNewInstance(StatController control)

main

public static void main(String[] args)

loadData

public void loadData(String txt)

importData

public void importData()