public class LayerManagerDialog extends AbstractFeature
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JDialog |
dialog |
protected boolean |
positionInitialized |
controller, featureID
Constructor and Description |
---|
LayerManagerDialog(Registry registry) |
Modifier and Type | Method and Description |
---|---|
void |
initialize(Controller controller) |
boolean |
isOn() |
boolean |
isTwoState()
Indicates whether the feature can be either on or off, without any other states.
|
protected void |
setVisible(boolean tf) |
void |
turnOn(boolean tf) |
actionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, isInitialized, propertyChange, register, setMenuAccellerator
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected javax.swing.JDialog dialog
protected boolean positionInitialized
public LayerManagerDialog(Registry registry)
public void initialize(Controller controller)
initialize
in interface Initializable
initialize
in class AbstractFeature
public boolean isOn()
isOn
in interface Feature
isOn
in class AbstractFeature
public boolean isTwoState()
Feature
isTwoState
in interface Feature
isTwoState
in class AbstractFeature
protected void setVisible(boolean tf)
public void turnOn(boolean tf)
turnOn
in interface Feature
turnOn
in class AbstractFeature