public abstract class BaseControlBuild extends Object implements ControlBuildInterface
| Modifier and Type | Field and Description |
|---|---|
protected BaseControlConfig |
controlConfig |
protected HashMap<String,Controller> |
hmControllers |
protected HashMap<String,BaseControlFunction> |
hmControls |
protected ControlLayer[] |
layers |
protected List<String> |
orderedControllers |
| Constructor and Description |
|---|
BaseControlBuild(int num) |
BaseControlBuild(String config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addControlToHashMap(String name,
BaseControlFunction cf) |
protected void |
checkControllers() |
BaseControlConfig |
getControlConfig() |
HashMap<String,Controller> |
getHmControllers() |
HashMap<String,BaseControlFunction> |
getHmControls() |
ControlLayer[] |
getLayers() |
List<String> |
getOrderedControllers() |
protected void |
initLayers(int num) |
void |
setControlConfig(BaseControlConfig controlConfig) |
void |
setHmControllers(HashMap<String,Controller> hmControllers) |
void |
setHmControls(HashMap<String,BaseControlFunction> hmControls) |
void |
setLayers(ControlLayer[] layers) |
protected void |
setLinks() |
void |
setOrderedControllers(List<String> orderedControllers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeprotected ControlLayer[] layers
protected HashMap<String,Controller> hmControllers
protected HashMap<String,BaseControlFunction> hmControls
protected BaseControlConfig controlConfig
public BaseControlConfig getControlConfig()
public void setControlConfig(BaseControlConfig controlConfig)
public HashMap<String,Controller> getHmControllers()
public void setHmControllers(HashMap<String,Controller> hmControllers)
public HashMap<String,BaseControlFunction> getHmControls()
public void setHmControls(HashMap<String,BaseControlFunction> hmControls)
public ControlLayer[] getLayers()
public void setLayers(ControlLayer[] layers)
protected void addControlToHashMap(String name, BaseControlFunction cf) throws Exception
Exceptionprotected void initLayers(int num)
Copyright © 2017. All rights reserved.