public class DefaultGroupOrderEditor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultGroupOrderEditor.GroupListRenderer |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JPanel |
contentPanel |
protected static java.lang.String |
defaultFormat |
protected java.lang.Integer[] |
permutation |
protected DefaultGroupOrderEditor.GroupListRenderer |
renderer |
protected SearchResult |
searchResult |
Constructor and Description |
---|
DefaultGroupOrderEditor(SearchResult searchResult) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildContentPanel() |
javax.swing.JPanel |
getContentPanel() |
protected int |
getMinimumDimension() |
int[] |
getPermutation() |
SearchResult |
getSearchResult() |
protected void |
move(int index,
boolean up) |
void |
refresh() |
protected javax.swing.JPanel contentPanel
protected final java.lang.Integer[] permutation
protected final SearchResult searchResult
protected DefaultGroupOrderEditor.GroupListRenderer renderer
protected static final java.lang.String defaultFormat
public DefaultGroupOrderEditor(SearchResult searchResult)
public javax.swing.JPanel getContentPanel()
protected void buildContentPanel()
public void refresh()
protected int getMinimumDimension()
public SearchResult getSearchResult()
protected void move(int index, boolean up)
public int[] getPermutation()