Skip to content

Commit 100ffb8

Browse files
committed
v1.3.0 release commit
1 parent 583721d commit 100ffb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2928
-217
lines changed

docs/allclasses-frame.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 13 19:54:10 IST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Sun Apr 22 18:57:19 IST 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (custom-stage 1.2.2 API)</title>
8-
<meta name="date" content="2018-04-13">
7+
<title>All Classes (custom-stage 1.3.0 API)</title>
8+
<meta name="date" content="2018-04-22">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -20,9 +20,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
2020
<li><a href="lk/vivoxalabs/customstage/view/controller/CustomStageController.html" title="class in lk.vivoxalabs.customstage.view.controller" target="classFrame">CustomStageController</a></li>
2121
<li><a href="lk/vivoxalabs/customstage/view/controller/CustomStageController.StageComponent.html" title="enum in lk.vivoxalabs.customstage.view.controller" target="classFrame">CustomStageController.StageComponent</a></li>
2222
<li><a href="lk/vivoxalabs/customdrawer/tools/DrawerEvent.html" title="interface in lk.vivoxalabs.customdrawer.tools" target="classFrame"><span class="interfaceName">DrawerEvent</span></a></li>
23+
<li><a href="lk/vivoxalabs/scenemanager/tools/FileLoader.html" title="class in lk.vivoxalabs.scenemanager.tools" target="classFrame">FileLoader</a></li>
2324
<li><a href="lk/vivoxalabs/customstage/tools/HorizontalPos.html" title="enum in lk.vivoxalabs.customstage.tools" target="classFrame">HorizontalPos</a></li>
2425
<li><a href="lk/vivoxalabs/customstage/tools/NavigationType.html" title="enum in lk.vivoxalabs.customstage.tools" target="classFrame">NavigationType</a></li>
2526
<li><a href="lk/vivoxalabs/customstage/tools/ResizeHelper.html" title="class in lk.vivoxalabs.customstage.tools" target="classFrame">ResizeHelper</a></li>
27+
<li><a href="lk/vivoxalabs/scenemanager/SceneManager.html" title="class in lk.vivoxalabs.scenemanager" target="classFrame">SceneManager</a></li>
28+
<li><a href="lk/vivoxalabs/scenemanager/SceneMapper.html" title="class in lk.vivoxalabs.scenemanager" target="classFrame">SceneMapper</a></li>
2629
<li><a href="lk/vivoxalabs/customstage/tools/Style.html" title="enum in lk.vivoxalabs.customstage.tools" target="classFrame">Style</a></li>
2730
</ul>
2831
</div>

docs/allclasses-noframe.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 13 19:54:10 IST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Sun Apr 22 18:57:19 IST 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (custom-stage 1.2.2 API)</title>
8-
<meta name="date" content="2018-04-13">
7+
<title>All Classes (custom-stage 1.3.0 API)</title>
8+
<meta name="date" content="2018-04-22">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -20,9 +20,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
2020
<li><a href="lk/vivoxalabs/customstage/view/controller/CustomStageController.html" title="class in lk.vivoxalabs.customstage.view.controller">CustomStageController</a></li>
2121
<li><a href="lk/vivoxalabs/customstage/view/controller/CustomStageController.StageComponent.html" title="enum in lk.vivoxalabs.customstage.view.controller">CustomStageController.StageComponent</a></li>
2222
<li><a href="lk/vivoxalabs/customdrawer/tools/DrawerEvent.html" title="interface in lk.vivoxalabs.customdrawer.tools"><span class="interfaceName">DrawerEvent</span></a></li>
23+
<li><a href="lk/vivoxalabs/scenemanager/tools/FileLoader.html" title="class in lk.vivoxalabs.scenemanager.tools">FileLoader</a></li>
2324
<li><a href="lk/vivoxalabs/customstage/tools/HorizontalPos.html" title="enum in lk.vivoxalabs.customstage.tools">HorizontalPos</a></li>
2425
<li><a href="lk/vivoxalabs/customstage/tools/NavigationType.html" title="enum in lk.vivoxalabs.customstage.tools">NavigationType</a></li>
2526
<li><a href="lk/vivoxalabs/customstage/tools/ResizeHelper.html" title="class in lk.vivoxalabs.customstage.tools">ResizeHelper</a></li>
27+
<li><a href="lk/vivoxalabs/scenemanager/SceneManager.html" title="class in lk.vivoxalabs.scenemanager">SceneManager</a></li>
28+
<li><a href="lk/vivoxalabs/scenemanager/SceneMapper.html" title="class in lk.vivoxalabs.scenemanager">SceneMapper</a></li>
2629
<li><a href="lk/vivoxalabs/customstage/tools/Style.html" title="enum in lk.vivoxalabs.customstage.tools">Style</a></li>
2730
</ul>
2831
</div>

docs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 13 19:54:10 IST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Sun Apr 22 18:57:19 IST 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (custom-stage 1.2.2 API)</title>
8-
<meta name="date" content="2018-04-13">
7+
<title>Constant Field Values (custom-stage 1.3.0 API)</title>
8+
<meta name="date" content="2018-04-22">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Constant Field Values (custom-stage 1.2.2 API)";
16+
parent.document.title="Constant Field Values (custom-stage 1.3.0 API)";
1717
}
1818
}
1919
catch(err) {

docs/deprecated-list.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 13 19:54:10 IST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Sun Apr 22 18:57:19 IST 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (custom-stage 1.2.2 API)</title>
8-
<meta name="date" content="2018-04-13">
7+
<title>Deprecated List (custom-stage 1.3.0 API)</title>
8+
<meta name="date" content="2018-04-22">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Deprecated List (custom-stage 1.2.2 API)";
16+
parent.document.title="Deprecated List (custom-stage 1.3.0 API)";
1717
}
1818
}
1919
catch(err) {
@@ -89,13 +89,26 @@ <h2 title="Contents">Contents</h2>
8989
</tr>
9090
<tbody>
9191
<tr class="altColor">
92+
<td class="colOne"><a href="lk/vivoxalabs/scenemanager/SceneManager.html#automate--">lk.vivoxalabs.scenemanager.SceneManager.automate()</a>
93+
<div class="block"><span class="deprecationComment">Use another "automate" method instead. This does not work unless used with a SceneManager object you have created.
94+
(Does not work with the defaultSceneManager object provided). <br>
95+
96+
<b>NOTE : <code>CustomStage.getDefaultSceneManager().automate();</code> will not work </b>
97+
98+
<p>
99+
When called gets the directory to collect files as the directory of the caller class.
100+
Ex : If "Foo.class" calls this method, then fxml files available in the same directory as "Foo.class" will be loaded.
101+
</p></span></div>
102+
</td>
103+
</tr>
104+
<tr class="rowColor">
92105
<td class="colOne"><a href="lk/vivoxalabs/customstage/CustomStageBuilder.html#removeNavigationPane--">lk.vivoxalabs.customstage.CustomStageBuilder.removeNavigationPane()</a>
93106
<div class="block"><span class="deprecationComment">this method does not need to be called from this builder class after v1.1.0
94107

95108
Removes the left navigation pane of the window</span></div>
96109
</td>
97110
</tr>
98-
<tr class="rowColor">
111+
<tr class="altColor">
99112
<td class="colOne"><a href="lk/vivoxalabs/customstage/view/controller/CustomStageController.html#removeNavigationPane--">lk.vivoxalabs.customstage.view.controller.CustomStageController.removeNavigationPane()</a>
100113
<div class="block"><span class="deprecationComment">use removeNavigationPane(NavigationType type) method instead
101114

docs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Fri Apr 13 19:54:10 IST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Sun Apr 22 18:57:19 IST 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (custom-stage 1.2.2 API)</title>
8-
<meta name="date" content="2018-04-13">
7+
<title>API Help (custom-stage 1.3.0 API)</title>
8+
<meta name="date" content="2018-04-22">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="API Help (custom-stage 1.2.2 API)";
16+
parent.document.title="API Help (custom-stage 1.3.0 API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)