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 TextResourceTextResource. UNDEFINEDConstant for an undefined text resource.Methods in net.sf.jguiraffe.gui.app that return TextResource Modifier and Type Method Description static TextResourceTextResource. fromResourceID(Object resID)Creates a new instance ofTextResourcethat represents an application resource with the given ID.static TextResourceTextResource. fromText(String text)Creates a new instance ofTextResourcethat 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 TextResourceFileExtensionFilter. getDescription()Returns theTextResourcefor 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 ofFileExtensionFilterand 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 ofFileExtensionFilterand sets the resource for a description and a collection with the file extensions to be matched by this filter.
-