Class Overview
A simple helper class to help out in how we display issues links
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
String
getLastUsedLinkType
()
Returns
- the issue link type that was last used by this user
Sorts the link types into a list of strings (for a combo box) sorted in previous usage order
Parameters
linkTypes
| the collection of link types to sort |
Returns
- the list of link types sorted by previous preference