public class ScheduleAction extends AbstractAction implements Runnable, WindowListener
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
static int |
MODE_COPY |
static int |
MODE_CREATE |
static int |
MODE_EDIT |
static int |
MODE_SAVE_TO |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
ScheduleAction(File file,
ChangeListener listener,
boolean throwError,
int mode) |
ScheduleAction(File file,
ChangeListener listener,
int mode) |
ScheduleAction(Schedule schedule,
ChangeListener listener) |
ScheduleAction(Schedule schedule,
File file,
ChangeListener listener,
boolean throwError,
int mode) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
File |
getFile() |
void |
run() |
void |
windowActivated(WindowEvent e) |
void |
windowClosed(WindowEvent e) |
void |
windowClosing(WindowEvent e) |
void |
windowDeactivated(WindowEvent e) |
void |
windowDeiconified(WindowEvent e) |
void |
windowIconified(WindowEvent e) |
void |
windowOpened(WindowEvent e) |
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final int MODE_CREATE
public static final int MODE_EDIT
public static final int MODE_COPY
public static final int MODE_SAVE_TO
public ScheduleAction(File file, ChangeListener listener, int mode)
public ScheduleAction(Schedule schedule, ChangeListener listener)
public ScheduleAction(File file, ChangeListener listener, boolean throwError, int mode)
public ScheduleAction(Schedule schedule, File file, ChangeListener listener, boolean throwError, int mode)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public File getFile()
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
public void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener