public class ShortPathPart extends Object
| Constructor and Description |
|---|
ShortPathPart(int position,
int inLogicalLevel)
Creates a new instance of this class.
|
ShortPathPart(int position,
SplitLevel inLogicalLevel)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SplitLevel |
getInLogicalLevel()
Gets the logical (not shortened) level of the parent split pane.
|
int |
getPosition()
Gets the position in the split pane.
|
int |
hashCode() |
String |
toString() |
public ShortPathPart(int position,
int inLogicalLevel)
inLogicalLevel refers to the parent, so read it as:position in the split pane at the logical (not shortened) level inLogicalLevel.position - the position in the split paneinLogicalLevel - the logical (not shortened) level of the parent split panepublic ShortPathPart(int position,
SplitLevel inLogicalLevel)
inLogicalLevel refers to the parent, so read it as:position in the split pane at the logical (not shortened) level inLogicalLevel.position - the position in the split paneinLogicalLevel - the logical (not shortened) level of the parent split panepublic int getPosition()
public SplitLevel getInLogicalLevel()
Copyright © 2012–2019 Drombler. All rights reserved.