Uses of Class
org.openstreetmap.josm.gui.widgets.JMultilineLabel
-
Packages that use JMultilineLabel Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.bugreport Provides GUI classes for the bug report system, allowing users to create tickets on issue tracker directly from JOSM.org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of JMultilineLabel in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return JMultilineLabel Modifier and Type Method Description private static JMultilineLabel
ExtendedDialog. string2label(java.lang.String msg)
Convenience function that converts a given string into a JMultilineLabel -
Uses of JMultilineLabel in org.openstreetmap.josm.gui.bugreport
Fields in org.openstreetmap.josm.gui.bugreport declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
JosmUpdatePanel. testedVersionField
-
Uses of JMultilineLabel in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
RelationMemberConflictResolver. lblHeader
-
Uses of JMultilineLabel in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
BookmarkSelection. lblCurrentDownloadArea
displays information about the current download area -
Uses of JMultilineLabel in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
VersionInfoPanel. lblInfo
-
Uses of JMultilineLabel in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
UploadParameterSummaryPanel. jepMessage
protected JMultilineLabel
CredentialDialog.CredentialPanel. lblHeading
private JMultilineLabel
UploadStrategySelectionPanel. lblMultiChangesetPoliciesHeader
protected JMultilineLabel
CredentialDialog.CredentialPanel. lblWarning
-
Uses of JMultilineLabel in org.openstreetmap.josm.plugins
Fields in org.openstreetmap.josm.plugins declared as JMultilineLabel Modifier and Type Field Description private JMultilineLabel
PluginHandler.UpdatePluginsMessagePanel. lblMessage
-