public class ContextMediator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
UIContext |
getActive()
Get the
UIContext for the active file browser list. |
java.util.Map<java.lang.String,java.lang.String> |
getEngineVariables()
Get a variable map containing all the engine variables.
|
UIContext |
getInactive()
Get the
UIContext for the inactive file browser list. |
UIContext |
getLeft()
Get the
UIContext for the left file browser list. |
UIContext |
getRight()
Get the
UIContext for the right file browser list. |
boolean |
isLeftActive()
Is the right browser window active.
|
void |
setLeftActive()
Mark the left file browser list as active.
|
void |
setRightActive()
Mark the right file browser list as active.
|
public void setLeftActive()
public void setRightActive()
public boolean isLeftActive()
public java.util.Map<java.lang.String,java.lang.String> getEngineVariables()