Skip to content

Commit 79c2719

Browse files
committed
v1.2.0 commit (minor changes to javadoc)
1 parent 98f9526 commit 79c2719

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lk/vivoxalabs/customstage/CustomStageBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ public CustomStageBuilder setNavigationPane(Style style, NavigationType type, Pa
214214
* dynamic navigationPane as for its given definitions.
215215
* </p>
216216
*
217+
* @param style whether the navigationPane is a dynamic or static
218+
*
217219
* @param type The location where the navigationPane should be placed (top/bottom/left/right) on the window.
218220
*
219221
* @param navigationPane The root pane which should be used as the navigationPane
@@ -232,6 +234,8 @@ public CustomStageBuilder setNavigationPane(Style style, NavigationType type, Pa
232234
* NavigationType) or from left/right (for TOP and BOTTOM NavigationType). isSpaceDivided = false , states that
233235
* for LEFT/RIGHT NavigationType, the given verticalSpace will be allocated from the top only;
234236
* for TOP/BOTTOM NavigationType, the given horizontalSpace will only be allocated from left.
237+
*
238+
* @return the current CustomStageBuilder object
235239
*/
236240
public CustomStageBuilder setNavigationPane(Style style, NavigationType type, Pane navigationPane, double verticalSpace, double horizontalSpace, boolean isSpaceDivided){
237241
switch (style){

0 commit comments

Comments
 (0)