Uses of Class
net.sf.jguiraffe.gui.app.TextResource
-
Packages that use TextResource Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.dlg.filechooser A package allowing access to file choosing dialogs. -
-
Uses of TextResource in net.sf.jguiraffe.gui.app
Fields in net.sf.jguiraffe.gui.app declared as TextResource Modifier and Type Field Description static TextResource
TextResource. UNDEFINED
Constant for an undefined text resource.Methods in net.sf.jguiraffe.gui.app that return TextResource Modifier and Type Method Description static TextResource
TextResource. fromResourceID(Object resID)
Creates a new instance ofTextResource
that represents an application resource with the given ID.static TextResource
TextResource. fromText(String text)
Creates a new instance ofTextResource
that represents the given plain text. -
Uses of TextResource in net.sf.jguiraffe.gui.dlg.filechooser
Methods in net.sf.jguiraffe.gui.dlg.filechooser that return TextResource Modifier and Type Method Description TextResource
FileExtensionFilter. getDescription()
Returns theTextResource
for the filter description.Constructors in net.sf.jguiraffe.gui.dlg.filechooser with parameters of type TextResource Constructor Description FileExtensionFilter(TextResource descResource, String... extensions)
Creates a new instance ofFileExtensionFilter
and sets the resource for a description and the single file extensions to be matched by this filter.FileExtensionFilter(TextResource descResource, List<String> extList)
Creates a new instance ofFileExtensionFilter
and sets the resource for a description and a collection with the file extensions to be matched by this filter.
-