public class ShortPathPart extends Object
| Constructor and Description |
|---|
ShortPathPart(int position,
int inActualLevel)
inActualLevel refers to the parent, so read it as: The position in the split pane at the actual
(not shortened) level inActualLevel. |
ShortPathPart(int position,
SplitLevel inActualLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SplitLevel |
getInActualLevel() |
int |
getPosition() |
int |
hashCode() |
String |
toString() |
public ShortPathPart(int position,
int inActualLevel)
inActualLevel refers to the parent, so read it as: The position in the split pane at the actual
(not shortened) level inActualLevel.position - inActualLevel - public ShortPathPart(int position,
SplitLevel inActualLevel)
public int getPosition()
public SplitLevel getInActualLevel()
Copyright © 2012–2014 Drombler. All rights reserved.