Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ZipInterface

java.lang.Object
  |
  +--ZipInterface

public class ZipInterface
extends java.lang.Object
classe de gestion de l'interface pour winzip creee en partie par Visual Age (une toute petite partie...) l'interface de notre zippeur


Inner Class Summary
ZipInterface.ActionAdaptor1
          Handle an event on an object in this application.
ZipInterface.ActionAdaptor2
           
ZipInterface.ActionAdaptor3
           
ZipInterface.ActionAdaptor4
           
ZipInterface.ActionAdaptor5
           
ZipInterface.ActionAdaptor6
           
 
Constructor Summary
ZipInterface()
          Constructeur
 
Method Summary
void Ajouter(java.awt.event.ActionEvent event)
           
void Efface(java.awt.event.ActionEvent event)
           
void Extrait(java.awt.event.ActionEvent event)
           
void Fermer(java.awt.event.ActionEvent event)
           
java.awt.Dimension getJMenu1Size()
          Method generated to support the promotion of the JMenu1Size attribute.
java.lang.String getJMenu1Text()
          Method generated to support the promotion of the JMenu1Text attribute.
static void main(java.lang.String[] args)
          main entrypoint - starts the part when it is run as an application
void Nouveau(java.awt.event.ActionEvent event)
           
void Ouvrir(java.awt.event.ActionEvent event)
           
void setJMenu1Size(java.awt.Dimension arg1)
          Method generated to support the promotion of the JMenu1Size attribute.
void setJMenu1Text(java.lang.String arg1)
          Method generated to support the promotion of the JMenu1Text attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ZipInterface

public ZipInterface()
Constructeur
Method Detail

setJMenu1Size

public void setJMenu1Size(java.awt.Dimension arg1)
Method generated to support the promotion of the JMenu1Size attribute.
Parameters:
arg1 - Dimension

setJMenu1Text

public void setJMenu1Text(java.lang.String arg1)
Method generated to support the promotion of the JMenu1Text attribute.
Parameters:
arg1 - String

getJMenu1Size

public java.awt.Dimension getJMenu1Size()
Method generated to support the promotion of the JMenu1Size attribute.
Returns:
Dimension

getJMenu1Text

public java.lang.String getJMenu1Text()
Method generated to support the promotion of the JMenu1Text attribute.
Returns:
String

Nouveau

public void Nouveau(java.awt.event.ActionEvent event)

Ouvrir

public void Ouvrir(java.awt.event.ActionEvent event)

Ajouter

public void Ajouter(java.awt.event.ActionEvent event)

Extrait

public void Extrait(java.awt.event.ActionEvent event)

Efface

public void Efface(java.awt.event.ActionEvent event)

Fermer

public void Fermer(java.awt.event.ActionEvent event)

main

public static void main(java.lang.String[] args)
main entrypoint - starts the part when it is run as an application
Parameters:
args - String[]

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD