Package org.freedesktop.dbus.viewer
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 org.freedesktop.dbus.viewer.TabbedSaveAction
tabbedPaneFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.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 org.freedesktop.dbus.viewer.TabbedSaveAction
actionPerformed, getFileName, getTextFileMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.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
-