Package org.freedesktop.dbus.viewer
Class SaveAllAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.freedesktop.dbus.viewer.TabbedSaveAction
-
- org.freedesktop.dbus.viewer.SaveAllAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<TextFile>,java.util.EventListener,javax.swing.Action
class SaveAllAction extends TabbedSaveAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classSaveAllAction.TabIterator
-
Field Summary
-
Fields inherited from class org.freedesktop.dbus.viewer.TabbedSaveAction
tabbedPane
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSaveAllAction(javax.swing.JTabbedPane _tabbedPane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<TextFile>iterator()-
Methods inherited from class org.freedesktop.dbus.viewer.TabbedSaveAction
actionPerformed, getFileName, getTextFile
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<TextFile> iterator()
-
-