![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
GUI elements for retrieving levels from issues. More...
Classes | |
class | DotTic |
class | FetchCommentsWorker |
class | InitFetchWorker |
class | IssuePageFetchWorker |
class | IssueSpinnerModel |
enum | Label |
class | WorldSpinnerModel |
Public Member Functions | |
String | getWorld () |
String | generateFilename () |
void | fetchFollowupComments () |
github only sends the opening comment in te first instance. More... | |
void | stateChanged (ChangeEvent e) |
Listens to the issue choosing spinner and world choosing spinner. More... | |
Protected Member Functions | |
GitHubIssueDialog (Frame frame) | |
Package Attributes | |
GitHubClient | ghc = null |
Private Attributes | |
JTextField | issueNameBox = new JTextField( "" ) |
JTextArea | issueTextBox = new JTextArea( "" ) |
JTextArea | issueWorldBox = new JTextArea( "" ) |
JTextField | statusBox |
IssueSpinnerModel | issueModel |
WorldSpinnerModel | worldModel |
boolean | choseWorld = false |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
GUI elements for retrieving levels from issues.
|
protected |
void rabbitescape.ui.swing.GitHubIssueDialog.fetchFollowupComments | ( | ) |
github only sends the opening comment in te first instance.
String rabbitescape.ui.swing.GitHubIssueDialog.generateFilename | ( | ) |
String rabbitescape.ui.swing.GitHubIssueDialog.getWorld | ( | ) |
void rabbitescape.ui.swing.GitHubIssueDialog.stateChanged | ( | ChangeEvent | e | ) |
Listens to the issue choosing spinner and world choosing spinner.
|
private |
|
package |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |