Uses of Class
org.freedesktop.dbus.viewer.TextFile
-
Packages that use TextFile Package Description org.freedesktop.dbus.viewer -
-
Uses of TextFile in org.freedesktop.dbus.viewer
Fields in org.freedesktop.dbus.viewer with type parameters of type TextFile Modifier and Type Field Description private java.lang.Iterable<TextFile>FileSaver. textFilesMethods in org.freedesktop.dbus.viewer that return TextFile Modifier and Type Method Description protected TextFileTabbedSaveAction. getTextFile(int _index)Get the text file object associated with the supplied indexTextFileSaveAllAction.TabIterator. next()TextFileSaveFileAction.SelectedTabIterator. next()Methods in org.freedesktop.dbus.viewer that return types with arguments of type TextFile Modifier and Type Method Description java.util.Iterator<TextFile>SaveAllAction. iterator()java.util.Iterator<TextFile>SaveFileAction. iterator()Constructor parameters in org.freedesktop.dbus.viewer with type arguments of type TextFile Constructor Description FileSaver(java.awt.Component _parentComponent, java.io.File _parentDirectory, java.lang.Iterable<TextFile> _files)
-