| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--ZipInterface
| 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 |
public ZipInterface()
| Method Detail |
public void setJMenu1Size(java.awt.Dimension arg1)
arg1
- Dimensionpublic void setJMenu1Text(java.lang.String arg1)
arg1
- Stringpublic java.awt.Dimension getJMenu1Size()
public java.lang.String getJMenu1Text()
public void Nouveau(java.awt.event.ActionEvent event)
public void Ouvrir(java.awt.event.ActionEvent event)
public void Ajouter(java.awt.event.ActionEvent event)
public void Extrait(java.awt.event.ActionEvent event)
public void Efface(java.awt.event.ActionEvent event)
public void Fermer(java.awt.event.ActionEvent event)
public static void main(java.lang.String[] args)
args
- String[]| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||