亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? biwindowmanager.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiWindowManager</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">

				function showDerivedClasses() {
					var ul = document.getElementById("api-derived-classes");
					var lis = ul.childNodes;
					var l = lis.length;
					for (var i = 1; i < l; i++)
						lis[i].style.display = "";
					lis[0].style.display = "none";
				}

			</script></head>
<body>
<h1 id="BiWindowManager">BiWindowManager</h1>
<p>
		This class can be used with internal <code><a href="BiWindow.html">windows</a></code>
		to provide more features.
	</p>
<p>This class extends
		<code><a href="BiObject.html">BiObject</a></code>
		and therefore all methods and fields available for
		<code><a href="BiObject.html">BiObject</a></code>
		are also available for <code>BiWindowManager</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code>BiWindowManager</code><ul id="api-derived-classes"></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiWindowManager([<span class="methodArgument">oComponent</span>])</code></p>
<h3>Parameters</h3>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oComponent</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>
				This is the component that is the container for the windows.
				Do not use the window manager before a valid <code><a href="#component">component</a></code>
				is set.
			</td>
</tr>
</tbody>
</table>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="activeWindow"></a><code>activeWindow</code></td>
<td><code class="type"><code><a href="BiWindow.html">BiWindow</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>
				The window that is currently active. This might be <code>null</code>
				if no window is active.
			</td>
</tr>
<tr>
<td><a name="component"></a><code>component</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The component that the windows are added to</td>
</tr>
<tr>
<td><a name="windows"></a><code>windows</code></td>
<td><code class="type"><code><a href="BiWindow.html">BiWindow[]</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns an array with the windows managed by the window manager.
			</td>
</tr>
<tr>
<td><a name="windowsMenu"></a><code>windowsMenu</code></td>
<td><code class="type"><code><a href="BiMenu.html">BiMenu</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				This returns a menu that contains items for commands as well as
				menu items for all the windows. This can be used to switch between
				the windows and organize the windows.<br>
				<br>
				This menu can be added to a menu bar, as a sub menu or used as
				a context menu.
			</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#add">add</a></code></td>
<td>Adds a window to the window manager. Added windows are then
				managed by the window manager.</td>
</tr>
<tr>
<td><code><a href="#cascade">cascade</a></code></td>
<td>Cascades the visible windows.</td>
</tr>
<tr>
<td><code><a href="#closeAll">closeAll</a></code></td>
<td>Closes all the windows.</td>
</tr>
<tr>
<td><code><a href="#getLastState">getLastState</a></code></td>
<td>
				Returns the last state (non minimized state) for the window. This
				is used to know to what state the window should return to once it
				is restored from minimized.
			</td>
</tr>
<tr>
<td><code><a href="#minimizeAll">minimizeAll</a></code></td>
<td>Minimizes all the windows.</td>
</tr>
<tr>
<td><code><a href="#remove">remove</a></code></td>
<td>
				Removes a window from the window manager. The window
				is no longer managed by the window manager. Closing a window automatically
				removes it from the window manager. The method returns the removed
				window.
			</td>
</tr>
<tr>
<td><code><a href="#tileHorizontally">tileHorizontally</a></code></td>
<td>Tiles the visible windows horizontally.</td>
</tr>
<tr>
<td><code><a href="#tileVertically">tileVertically</a></code></td>
<td>Tiles the visible windows vertically.</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<p>None.</p>
<h2>Static Methods</h2>
<p>None.</p>
<h2>Static Fields</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>CASCADE_ICON</code></td>
<td><code class="type">String</code></td>
<td>The URI of the image to use for the cascade menu item</td>
</tr>
<tr>
<td><code>CLOSE_ALL_ICON</code></td>
<td><code class="type">String</code></td>
<td>The URI of the image to use for the close all menu item</td>
</tr>
<tr>
<td><code>TILE_HORIZONTALLY_ICON</code></td>
<td><code class="type">String</code></td>
<td>The URI of the image to use for the tile horizontally menu item</td>
</tr>
<tr>
<td><code>TILE_VERTICALLY_ICON</code></td>
<td><code class="type">String</code></td>
<td>The URI of the image to use for the tile vertically menu item</td>
</tr>
</tbody>
</table>
<h2>Remarks</h2>
<p>
		Adding a window to a component that has a window manager does not
		automatically add the window to the window manager. The window needs to be
		added to the parent component as well as to the window manager.<br>
		<br>
		You might wan to use the <code><a href="BiDesktopPane.html">BiDesktopPane</a></code>
		which is a component that handles the adding and removing of the windows
		for you.
	</p>
<h2>Method Details</h2>
<h3><a name="add"></a>add</h3>
<p>Adds a window to the window manager. Added windows are then
				managed by the window manager.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.add(<span class="methodArgument">oWindow</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oWindow</code></td>
<td><code class="type"><code><a href="BiWindow.html">BiWindow</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The window to add to the window manager</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="cascade"></a>cascade</h3>
<p>Cascades the visible windows.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.cascade()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="closeAll"></a>closeAll</h3>
<p>Closes all the windows.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.closeAll()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="getLastState"></a>getLastState</h3>
<p>
				Returns the last state (non minimized state) for the window. This
				is used to know to what state the window should return to once it
				is restored from minimized.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getLastState(<span class="methodArgument">oWindow</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oWindow</code></td>
<td><code class="type"><code><a href="BiWindow.html">BiWindow</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The window to get the state for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
<h3><a name="minimizeAll"></a>minimizeAll</h3>
<p>Minimizes all the windows.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.minimizeAll()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="remove"></a>remove</h3>
<p>
				Removes a window from the window manager. The window
				is no longer managed by the window manager. Closing a window automatically
				removes it from the window manager. The method returns the removed
				window.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.remove(<span class="methodArgument">oWindow</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oWindow</code></td>
<td><code class="type"><code><a href="BiWindow.html">BiWindow</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The window to remove to the window manager</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiWindow.html">BiWindow</a></code></code></p>
<h3><a name="tileHorizontally"></a>tileHorizontally</h3>
<p>Tiles the visible windows horizontally.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.tileHorizontally()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="tileVertically"></a>tileVertically</h3>
<p>Tiles the visible windows vertically.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.tileVertically()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
</body>
</html>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美综合色| 韩日欧美一区二区三区| 国产一区二区女| 一本色道亚洲精品aⅴ| 精品国内片67194| 午夜欧美一区二区三区在线播放| 国产成人精品在线看| 6080日韩午夜伦伦午夜伦| 亚洲女人小视频在线观看| 国产高清无密码一区二区三区| 欧美猛男超大videosgay| 一区二区三区精品在线| 不卡一卡二卡三乱码免费网站| 欧美mv日韩mv国产| 蜜桃av一区二区| 欧美二区乱c少妇| 丝袜亚洲另类丝袜在线| 在线观看日产精品| 一区二区三区在线视频免费观看| 成人av网址在线观看| 国产精品视频免费看| 成人在线综合网| 中文字幕免费不卡在线| 成人一区二区三区视频在线观看 | 欧美成人bangbros| 日韩av电影天堂| 精品福利视频一区二区三区| 亚洲成人黄色影院| 欧美日韩国产色站一区二区三区| 亚洲综合免费观看高清在线观看| 91麻豆蜜桃一区二区三区| 国产精品视频免费看| 成人免费观看男女羞羞视频| 国产亚洲精品中文字幕| 国产老女人精品毛片久久| 久久精品视频免费| 国产91丝袜在线18| 亚洲丝袜自拍清纯另类| 97久久精品人人澡人人爽| 亚洲乱码国产乱码精品精可以看| 99久久久精品免费观看国产蜜| 亚洲人妖av一区二区| 欧美艳星brazzers| 裸体一区二区三区| 久久精品夜色噜噜亚洲a∨| 国产成人在线影院| 亚洲视频一二区| 在线观看91精品国产麻豆| 另类小说欧美激情| 国产精品伦一区二区三级视频| 色欧美乱欧美15图片| 五月激情综合网| 久久精品夜色噜噜亚洲a∨| 99国产精品视频免费观看| 亚洲成人www| 一区二区三区在线影院| 欧美日韩精品欧美日韩精品| 蜜桃av噜噜一区二区三区小说| 久久久不卡影院| 在线一区二区三区| 免费成人深夜小野草| 国产精品拍天天在线| 欧美色成人综合| 国产麻豆成人精品| 亚洲午夜在线视频| 久久久蜜桃精品| 欧美日韩免费在线视频| 国产又黄又大久久| 亚洲成a人片在线不卡一二三区 | 欧美午夜片在线看| 黑人精品欧美一区二区蜜桃| 日韩美女视频一区二区| 日韩精品中文字幕一区| 99久久综合狠狠综合久久| 美国欧美日韩国产在线播放| 国产精品福利影院| 欧美一级欧美三级在线观看| 波多野结衣亚洲| 久久精品国产久精国产爱| 一区二区三区不卡视频| 欧美国产一区二区在线观看| 91精品国产综合久久福利| 99久久精品国产导航| 国内成人精品2018免费看| 舔着乳尖日韩一区| **性色生活片久久毛片| 久久久久久久久久久久电影 | 91美女在线视频| 国产一区二区在线观看免费| 日韩精品乱码av一区二区| 亚洲伦理在线精品| 欧美国产成人在线| 久久―日本道色综合久久| 91精品国产一区二区人妖| 欧美少妇性性性| 99久久99久久综合| 懂色av中文一区二区三区| 韩国精品主播一区二区在线观看| 亚洲成av人片在线观看无码| 亚洲靠逼com| 亚洲三级电影网站| 日韩美女啊v在线免费观看| 中文乱码免费一区二区| 中文成人av在线| 日本一区二区三区在线不卡| 久久久久久亚洲综合影院红桃| 欧美成人高清电影在线| 日韩限制级电影在线观看| 欧美日韩国产成人在线91| 欧美日韩国产高清一区二区 | 欧美日韩你懂的| 欧美午夜电影一区| 欧美日韩亚洲高清一区二区| 91黄色小视频| 欧美三级电影在线看| 欧美在线免费视屏| 欧美精品久久天天躁| 欧美一级专区免费大片| 91精品综合久久久久久| 在线不卡免费av| 日韩一区二区三区免费看 | 亚洲福利一区二区| 偷拍与自拍一区| 日韩二区在线观看| 久久丁香综合五月国产三级网站| 久久精品国产成人一区二区三区| 精品一区二区三区在线观看 | 久久99精品久久久久婷婷| 久久机这里只有精品| 国产精品12区| 91美女视频网站| 欧美日本一区二区| 久久久久久久电影| 亚洲欧洲在线观看av| 天天爽夜夜爽夜夜爽精品视频| 日本中文字幕一区| 成人av第一页| 欧美三级韩国三级日本一级| 精品国产亚洲一区二区三区在线观看| 久久亚洲欧美国产精品乐播| 国产精品国产三级国产普通话三级| 中文字幕佐山爱一区二区免费| 丝袜a∨在线一区二区三区不卡| 久久99精品久久久久| av一区二区久久| 91精品国产综合久久精品麻豆| 久久天天做天天爱综合色| 亚洲精品欧美专区| 蜜桃精品在线观看| 色天天综合久久久久综合片| 欧美一区二区免费视频| 国产精品久久久久毛片软件| 奇米四色…亚洲| 色婷婷久久久综合中文字幕 | 亚洲乱码中文字幕| 精品一区二区三区在线观看| proumb性欧美在线观看| 日韩欧美一级片| 成人免费一区二区三区在线观看| 日本欧美一区二区| 色噜噜偷拍精品综合在线| www激情久久| 丝袜国产日韩另类美女| 99re8在线精品视频免费播放| 精品裸体舞一区二区三区| 一区二区不卡在线视频 午夜欧美不卡在 | 欧美日韩亚洲国产综合| 国产精品女人毛片| 毛片基地黄久久久久久天堂| 日本精品免费观看高清观看| 国产日韩影视精品| 麻豆视频观看网址久久| 欧美视频一区二| 自拍偷拍亚洲激情| 成人激情黄色小说| 久久男人中文字幕资源站| 免费观看在线综合| 91麻豆精品国产91久久久使用方法| 亚洲视频狠狠干| 99re66热这里只有精品3直播| 久久精品视频在线看| 精品伊人久久久久7777人| 5566中文字幕一区二区电影| 一区二区三区成人| 色婷婷av一区二区| 亚洲天堂av老司机| 97久久超碰国产精品电影| 国产精品高潮呻吟| 99re这里只有精品首页| 中文字幕在线不卡| 波多野结衣中文字幕一区| 国产欧美va欧美不卡在线| 国产一区二区三区四| 久久无码av三级| 国产精品一二三区| 国产精品午夜在线| 91丨porny丨中文| 一区二区三区四区在线| 欧美色图在线观看| 天堂一区二区在线|