java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.reporting.designer.workspace.schedule.action.panels.AbstractActionPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
EmailActionPanel, FtpActionPanel, PrintActionPanel, RunScriptActionPanel, SaveFileActionPanel

public abstract class AbstractActionPanel extends JPanel
Filename: AbstractActionPanel.java Created on Feb 05, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting

Subclasses will need to listen to each of their UI components and fire a DISTRIBUTION_CHANGE_PROPERTY property change when changes are made. The flavors of listener variables are a convenience.

See Also: