Uses of Interface
xal.extension.application.XalInternalDocumentListener
Packages that use XalInternalDocumentListener
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
-
Uses of XalInternalDocumentListener in xal.extension.application
Classes in xal.extension.application that implement XalInternalDocumentListenerModifier and TypeClassDescriptionclassApplication subclass for JDesktopPane based applications.classThe base class for custom windows that are the main windows for documents.Methods in xal.extension.application with parameters of type XalInternalDocumentListenerModifier and TypeMethodDescriptionvoidXalInternalDocument.addXalInternalDocumentListener(XalInternalDocumentListener listener) Add the listener for events from this document.voidXalInternalDocument.removeXalInternalDocumentListener(XalInternalDocumentListener listener) Remove the listener from event from this document.