Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Provides the classes for displaying conflicts as pair of lists.
|
org.openstreetmap.josm.gui.conflict.pair.properties |
Provides the classes for displaying conflicts in OSM primitive properties.
|
org.openstreetmap.josm.gui.conflict.pair.tags |
Provides the classes for displaying conflicts in OSM primitive tags.
|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMergePanel.MergeRow.addConstraints(GBC constraints,
int columnIndex) |
protected void |
AbstractMergePanel.MergeRowWithoutButton.addConstraints(GBC constraints,
int columnIndex) |
protected void |
AbstractMergePanel.AbstractUndecideRow.addConstraints(GBC constraints,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertiesMerger.EmptyFillRow.addConstraints(GBC constraints,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
TagMerger.TagTableRow.addConstraints(GBC constraints,
int columnIndex) |
Modifier and Type | Field and Description |
---|---|
private static GBC |
LayerNameAndFilePathTableCell.DEFAULT_CELL_STYLE |
private static GBC |
SaveLayersTableColumnModel.RecommendedActionsTableCell.DEFAULT_CELL_STYLE |
Modifier and Type | Method and Description |
---|---|
private static void |
ImageryPreference.addSettingsSection(javax.swing.JPanel p,
java.lang.String name,
javax.swing.JPanel section,
GBC gbc) |
Modifier and Type | Field and Description |
---|---|
private static GBC |
ProjectionPreference.projSubPrefPanelGBC
The GridBagConstraints for the Panel containing the ProjectionSubPrefs.
|
Modifier and Type | Method and Description |
---|---|
GBC |
GBC.anchor(int a)
Set the anchor of this GBC to a.
|
static GBC |
GBC.eol()
Create the constraint for the last elements on a line.
|
static GBC |
GBC.eop()
Create the constraint for the last elements on a line and on a paragraph.
|
GBC |
GBC.fill()
Try to fill both, horizontal and vertical
|
GBC |
GBC.fill(int value)
Set fill to the given value
|
GBC |
GBC.grid(int gridx,
int gridy)
Sets the constraint's
gridx , gridy . |
GBC |
GBC.insets(int insets)
Adds insets to this GBC.
|
GBC |
GBC.insets(int left,
int top,
int right,
int bottom)
Adds insets to this GBC.
|
GBC |
GBC.span(int gridwidth)
Sets the constraint's
gridwidth . |
GBC |
GBC.span(int gridwidth,
int gridheight)
Sets the constraint's
gridwidth , gridheight . |
static GBC |
GBC.std()
Create a standard constraint (which is not the last).
|
static GBC |
GBC.std(int gridx,
int gridy)
Create a standard constraint with the
gridx , gridy set. |
GBC |
GBC.weight(double weightx,
double weighty)
Specifies how to distribute extra horizontal space.
|