|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectIStyleConfigurator
net.refractions.udig.style.sld.AbstractSimpleConfigurator
public abstract class AbstractSimpleConfigurator
This is here to save me some typing and ensure that the simple raster and feature configurators look similar.
| Field Summary | |
|---|---|
protected StyleBuilder |
build
build field |
| Constructor Summary | |
|---|---|
AbstractSimpleConfigurator()
Construct AbstractSimpleConfigurator. |
|
| Method Summary | |
|---|---|
abstract boolean |
canStyle(Layer aLayer)
|
abstract void |
createControl(Composite parent)
|
protected Style |
getStyle()
Retrieves the style object from the style blackboard. |
protected abstract void |
refresh()
|
static SelectionEvent |
selectionEvent(ModifyEvent e)
Morph a text ModifyEvent into a SelectionEvent as best we can. |
protected void |
setLayout(Composite parent)
|
static Composite |
subpart(Composite parent,
java.lang.String label)
Construct a subpart labeled with the provided tag. |
abstract void |
synchronize()
TODO summary sentence for synchronize ... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StyleBuilder build
build field
| Constructor Detail |
|---|
public AbstractSimpleConfigurator()
AbstractSimpleConfigurator.
| Method Detail |
|---|
public abstract boolean canStyle(Layer aLayer)
protected abstract void refresh()
public abstract void createControl(Composite parent)
public abstract void synchronize()
protected void setLayout(Composite parent)
protected Style getStyle()
public static Composite subpart(Composite parent,
java.lang.String label)
Creates a composite with a grid layout of the specifed columns, and a label with text from label.
parent - label -
public static SelectionEvent selectionEvent(ModifyEvent e)
This may be a bad abuse of the event system, it appears to be in use because we are too lazy to specify a new event type for style modification.
However this does seem to be in keeping with the purpose of SelectionEvent it already isolates out code from TypedEvents by providing a summary of what changed in which widet.
e -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||