|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
us.zuercher.gpx2map.gui.MarkerStyleComboBoxModel
public class MarkerStyleComboBoxModel
MarkerStyleComboBoxModel defines the choices available in the marker style combo boxes of the Gpx2Map GUI.
| Nested Class Summary | |
|---|---|
static class |
MarkerStyleComboBoxModel.BasicStyleChoice
BasicStyleChoice represents a choice of one of the basic Styles. |
static class |
MarkerStyleComboBoxModel.FileStyleChoice
StyleChoice represents a choice of MarkerStyle. |
static interface |
MarkerStyleComboBoxModel.StyleChoice
StyleChoice represents a choice of MarkerStyle. |
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
MarkerStyleComboBoxModel()
Constructs a new MarkerStyleComboBoxModel with the available StyleChoices. |
|
| Method Summary | |
|---|---|
private static Object[] |
getMarkerStyles()
|
| Methods inherited from class javax.swing.DefaultComboBoxModel |
|---|
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.ListModel |
|---|
addListDataListener, removeListDataListener |
| Constructor Detail |
|---|
public MarkerStyleComboBoxModel()
StyleChoices.
| Method Detail |
|---|
private static Object[] getMarkerStyles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||