|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWindowStateInfo
Defines the UI state of a SQL Query Builder window's controls.
Method Summary | |
---|---|
java.lang.String |
encode()
Encodes the given IWindowStateInfo object for persistence. |
IControlStateInfo |
get(int controlType)
Gets the control state information of the specified control type. |
IControlStateInfo[] |
getcontrolStateInfos()
Gets array of all the IControlStateInfo s contained in this
IWindowStateInfo |
int |
getHeight()
Returns the overall height of the SQL Query Builder main control. |
java.lang.String |
getVersion()
Returns the version of this window state information. |
int |
getWidth()
Returns the overall width of the SQL Query Builder main control. |
void |
put(int controlType,
IControlStateInfo controlStateInfo)
Stores the control state information for the specified control type. |
void |
remove(int controlType)
Revoves the control state information for the specified control type. |
void |
setHeight(int height)
Sets the overall height of the SQL Query Builder main control. |
void |
setVersion(java.lang.String version)
Sets the version of this window state information. |
void |
setWidth(int width)
Sets the overall width of the SQL Query Builder main control. |
Method Detail |
---|
IControlStateInfo get(int controlType)
controlType
- An IControlStateInfo.*_CONTROL constant defined for
one of the section controls, for example, IControlStateInfo.SOURCE_CONTROL
.
IControlStateInfo
void put(int controlType, IControlStateInfo controlStateInfo)
controlType
- An IControlStateInfo.*_CONTROL constant defined for
one of the section controls, for example, IControlStateInfo.SOURCE_CONTROL
.controlStateInfo
- an IControlStateInfo instance that represents the state
of the specified control type.IControlStateInfo
void remove(int controlType)
controlType
- An IControlStateInfo.*_CONTROL constant defined for
one of the section controls, for example, IControlStateInfo.SOURCE_CONTROL
.IControlStateInfo
IControlStateInfo[] getcontrolStateInfos()
IControlStateInfo
s contained in this
IWindowStateInfo
IControlStateInfo
java.lang.String getVersion()
void setVersion(java.lang.String version)
version
- version defined by an IWindowStateInfo implementationint getHeight()
IControlStateInfo.CONTROL_STATE_UNKNOWN_VALUE
if value is not known.void setHeight(int height)
height
- int getWidth()
IControlStateInfo.CONTROL_STATE_UNKNOWN_VALUE
if value is not known.void setWidth(int width)
width
- java.lang.String encode()
IWindowStateInfo
object for persistence.
WindowStateInfo.decode(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |