Package | Description |
---|---|
de.esprit.common.gui.comp |
Contains useful frequently needed GUI components.
|
de.esprit.common.gui.editor |
Contains all classes that make up a platform independent text editor.
|
de.esprit.common.gui.event |
Contains events that may be useful in any application.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentFileHolder.addFileChangeListener(FileChangeEvent.Listener l) |
void |
CurrentFileHolder.removeFileChangeListener(FileChangeEvent.Listener l) |
Modifier and Type | Method and Description |
---|---|
void |
TextEditorPanel.addFileChangeListener(FileChangeEvent.Listener l) |
void |
TextEditorPanel.removeFileChangeListener(FileChangeEvent.Listener l) |
Modifier and Type | Method and Description |
---|---|
void |
FileChangeEvent.Source.addFileChangeListener(FileChangeEvent.Listener l)
Register as a listener for this event type.
|
void |
FileChangeEvent.Source.removeFileChangeListener(FileChangeEvent.Listener l)
Deregister the listener.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.