Class SaveFileAction
java.lang.Object
javax.swing.AbstractAction
org.freedesktop.dbus.viewer.TabbedSaveAction
org.freedesktop.dbus.viewer.SaveFileAction
- All Implemented Interfaces:
ActionListener, Serializable, Cloneable, Iterable<TextFile>, EventListener, Action, ChangeListener
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class TabbedSaveAction
tabbedPaneFields inherited from class AbstractAction
changeSupport, enabledFields inherited from interface Action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidEnable and set the name of the action based on the shown tabiterator()voidstateChanged(ChangeEvent _event) Methods inherited from class TabbedSaveAction
actionPerformed, getFileName, getTextFileMethods inherited from class AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
SaveFileAction
SaveFileAction(JTabbedPane _tabbedPane)
-
-
Method Details
-
stateChanged
- Specified by:
stateChangedin interfaceChangeListener
-
enableAndSetName
void enableAndSetName()Enable and set the name of the action based on the shown tab -
iterator
-