| org.jfolder.console.config.ConsoleConfig
All known Subclasses: org.jfolder.console.config.v1.RootV1ConsoleConfigTag,
ConsoleConfig | public interface ConsoleConfig (Code) | | |
Method Summary | |
public void | addCenterSectionPane(int inIndex, String inContext) | public void | addCenterSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue) | public void | addLeftSectionPane(int inIndex, String inContext) | public void | addLeftSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue) | public void | addMainProperty(int inIndex, String inName, String inValue) | public void | addRightSectionPane(int inIndex, String inContext) | public void | addRightSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue) | public String | getCenterSectionPaneContext(int inIndex) | public int | getCenterSectionPaneCount() | public String | getCenterSectionPaneProperty(int inIndex, String inName) | public int | getCenterSectionPanePropertyCount(int inIndex) | public int | getCenterSectionPanePropertyIndex(int inIndex, String inName) | public String | getCenterSectionPanePropertyName(int inIndex, int inSubIndex) | public String | getCenterSectionPanePropertyValue(int inIndex, int inSubIndex) | public String | getLeftSectionPaneContext(int inIndex) | public int | getLeftSectionPaneCount() | public String | getLeftSectionPaneProperty(int inIndex, String inName) | public int | getLeftSectionPanePropertyCount(int inIndex) | public int | getLeftSectionPanePropertyIndex(int inIndex, String inName) | public String | getLeftSectionPanePropertyName(int inIndex, int inSubIndex) | public String | getLeftSectionPanePropertyValue(int inIndex, int inSubIndex) | public String | getMainProperty(String inName) | public int | getMainPropertyCount() | public int | getMainPropertyIndex(String inName) | public String | getMainPropertyName(int inIndex) | public String | getMainPropertyValue(int inIndex) | public int | getMainWidth() | public String | getRightSectionPaneContext(int inIndex) | public int | getRightSectionPaneCount() | public String | getRightSectionPaneProperty(int inIndex, String inName) | public int | getRightSectionPanePropertyCount(int inIndex) | public int | getRightSectionPanePropertyIndex(int inIndex, String inName) | public String | getRightSectionPanePropertyName(int inIndex, int inSubIndex) | public String | getRightSectionPanePropertyValue(int inIndex, int inSubIndex) | public boolean | isCenterSectionPanePropertyPresent(int inIndex, String inName) | public boolean | isLeftSectionPanePropertyPresent(int inIndex, String inName) | public boolean | isMainPropertyPresent(String inName) | public boolean | isRightSectionPanePropertyPresent(int inIndex, String inName) | public void | removeCenterSectionPane(int inIndex) | public void | removeCenterSectionPaneProperty(int inIndex, int inSubIndex) | public void | removeLeftSectionPane(int inIndex) | public void | removeLeftSectionPaneProperty(int inIndex, int inSubIndex) | public void | removeMainProperty(int inIndex) | public void | removeRightSectionPane(int inIndex) | public void | removeRightSectionPaneProperty(int inIndex, int inSubIndex) |
addCenterSectionPane | public void addCenterSectionPane(int inIndex, String inContext)(Code) | | |
addCenterSectionPaneProperty | public void addCenterSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue)(Code) | | |
addLeftSectionPane | public void addLeftSectionPane(int inIndex, String inContext)(Code) | | |
addLeftSectionPaneProperty | public void addLeftSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue)(Code) | | |
addMainProperty | public void addMainProperty(int inIndex, String inName, String inValue)(Code) | | |
addRightSectionPane | public void addRightSectionPane(int inIndex, String inContext)(Code) | | |
addRightSectionPaneProperty | public void addRightSectionPaneProperty(int inIndex, int inSubIndex, String inName, String inValue)(Code) | | |
getCenterSectionPaneContext | public String getCenterSectionPaneContext(int inIndex)(Code) | | |
getCenterSectionPaneCount | public int getCenterSectionPaneCount()(Code) | | |
getCenterSectionPaneProperty | public String getCenterSectionPaneProperty(int inIndex, String inName)(Code) | | |
getCenterSectionPanePropertyCount | public int getCenterSectionPanePropertyCount(int inIndex)(Code) | | |
getCenterSectionPanePropertyIndex | public int getCenterSectionPanePropertyIndex(int inIndex, String inName)(Code) | | |
getCenterSectionPanePropertyName | public String getCenterSectionPanePropertyName(int inIndex, int inSubIndex)(Code) | | |
getCenterSectionPanePropertyValue | public String getCenterSectionPanePropertyValue(int inIndex, int inSubIndex)(Code) | | |
getLeftSectionPaneContext | public String getLeftSectionPaneContext(int inIndex)(Code) | | |
getLeftSectionPaneCount | public int getLeftSectionPaneCount()(Code) | | |
getLeftSectionPaneProperty | public String getLeftSectionPaneProperty(int inIndex, String inName)(Code) | | |
getLeftSectionPanePropertyCount | public int getLeftSectionPanePropertyCount(int inIndex)(Code) | | |
getLeftSectionPanePropertyIndex | public int getLeftSectionPanePropertyIndex(int inIndex, String inName)(Code) | | |
getLeftSectionPanePropertyName | public String getLeftSectionPanePropertyName(int inIndex, int inSubIndex)(Code) | | |
getLeftSectionPanePropertyValue | public String getLeftSectionPanePropertyValue(int inIndex, int inSubIndex)(Code) | | |
getMainPropertyCount | public int getMainPropertyCount()(Code) | | |
getMainPropertyIndex | public int getMainPropertyIndex(String inName)(Code) | | |
getMainPropertyName | public String getMainPropertyName(int inIndex)(Code) | | |
getMainPropertyValue | public String getMainPropertyValue(int inIndex)(Code) | | |
getMainWidth | public int getMainWidth()(Code) | | |
getRightSectionPaneContext | public String getRightSectionPaneContext(int inIndex)(Code) | | |
getRightSectionPaneCount | public int getRightSectionPaneCount()(Code) | | |
getRightSectionPaneProperty | public String getRightSectionPaneProperty(int inIndex, String inName)(Code) | | |
getRightSectionPanePropertyCount | public int getRightSectionPanePropertyCount(int inIndex)(Code) | | |
getRightSectionPanePropertyIndex | public int getRightSectionPanePropertyIndex(int inIndex, String inName)(Code) | | |
getRightSectionPanePropertyName | public String getRightSectionPanePropertyName(int inIndex, int inSubIndex)(Code) | | |
getRightSectionPanePropertyValue | public String getRightSectionPanePropertyValue(int inIndex, int inSubIndex)(Code) | | |
isCenterSectionPanePropertyPresent | public boolean isCenterSectionPanePropertyPresent(int inIndex, String inName)(Code) | | |
isLeftSectionPanePropertyPresent | public boolean isLeftSectionPanePropertyPresent(int inIndex, String inName)(Code) | | |
isMainPropertyPresent | public boolean isMainPropertyPresent(String inName)(Code) | | |
isRightSectionPanePropertyPresent | public boolean isRightSectionPanePropertyPresent(int inIndex, String inName)(Code) | | |
removeCenterSectionPane | public void removeCenterSectionPane(int inIndex)(Code) | | |
removeCenterSectionPaneProperty | public void removeCenterSectionPaneProperty(int inIndex, int inSubIndex)(Code) | | |
removeLeftSectionPane | public void removeLeftSectionPane(int inIndex)(Code) | | |
removeLeftSectionPaneProperty | public void removeLeftSectionPaneProperty(int inIndex, int inSubIndex)(Code) | | |
removeMainProperty | public void removeMainProperty(int inIndex)(Code) | | |
removeRightSectionPane | public void removeRightSectionPane(int inIndex)(Code) | | |
removeRightSectionPaneProperty | public void removeRightSectionPaneProperty(int inIndex, int inSubIndex)(Code) | | |
|
|