|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
eu.esdihumboldt.hale.io.gml.ui.wfs.wizard.FeatureTypeList
public class FeatureTypeList
Component for selecting FeatureType
s with a common namespace
Nested Class Summary | |
---|---|
static interface |
FeatureTypeList.TypeSelectionListener
Selection listener interface |
Field Summary |
---|
Fields inherited from class org.eclipse.swt.widgets.Composite |
---|
embeddedHandle |
Fields inherited from class org.eclipse.swt.widgets.Widget |
---|
handle |
Constructor Summary | |
---|---|
FeatureTypeList(org.eclipse.swt.widgets.Composite parent,
String fixedNamespace)
Constructor |
Method Summary | |
---|---|
void |
addTypeSelectionListener(FeatureTypeList.TypeSelectionListener listener)
Add a type selection listener |
String |
getNamespace()
Get the selected namespace |
List<org.opengis.feature.type.FeatureType> |
getSelection()
Get the selected feature types |
protected void |
notifySelectionChanged()
Notify listeners that the selection has changed |
void |
removeTypeSelectionListener(FeatureTypeList.TypeSelectionListener listener)
Remove a type selection listener |
void |
setFeatureTypes(List<org.opengis.feature.type.FeatureType> types)
Set the available feature types |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Control |
---|
addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureTypeList(org.eclipse.swt.widgets.Composite parent, String fixedNamespace)
parent
- the parent compositefixedNamespace
- the namespaceMethod Detail |
---|
public void setFeatureTypes(List<org.opengis.feature.type.FeatureType> types)
types
- the feature types to setpublic List<org.opengis.feature.type.FeatureType> getSelection()
FeatureType
spublic void addTypeSelectionListener(FeatureTypeList.TypeSelectionListener listener)
listener
- the listener to addpublic void removeTypeSelectionListener(FeatureTypeList.TypeSelectionListener listener)
listener
- the listener to addprotected void notifySelectionChanged()
public String getNamespace()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |