Package | Description |
---|---|
org.openstreetmap.josm.gui.io | |
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 |
Modifier and Type | Field and Description |
---|---|
private static GBC |
SaveLayersTableColumnModel.RecommendedActionsTableCell.defaultCellStyle |
private static GBC |
LayerNameAndFilePathTableCell.defaultCellStyle |
Modifier and Type | Method and Description |
---|---|
private void |
ImageryPreference.addSettingsSection(JPanel p,
String name,
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 x,
int y) |
GBC |
GBC.insets(int left,
int top,
int right,
int bottom)
Adds insets to this GBC.
|
GBC |
GBC.span(int width) |
GBC |
GBC.span(int width,
int height) |
static GBC |
GBC.std()
Create a standard constraint (which is not the last).
|
static GBC |
GBC.std(int x,
int y) |
GBC |
GBC.weight(double weightx,
double weighty)
Specifies how to distribute extra horizontal space.
|