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