|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webstersmalley.picweb.offline.config.ConfigurationFrame
public class ConfigurationFrame
GUI Frame holding the configuration options and details. This UI will be generated by an XML file via SwiXML.
ConfigurationModel| Field Summary | |
|---|---|
javax.swing.JTextField |
artifactsFolder
Artifacts folder |
javax.swing.Action |
exitAction
Controls what happens when you select exit through the menu or via the hotkey (ALT-F4). |
private javax.swing.JFrame |
frame
The GUI Frame |
javax.swing.JButton |
goButton
Go button text field |
javax.swing.JTextField |
googleAdId
Google Ad ID text field |
javax.swing.JTextField |
imageSize
Image size text field |
private static org.apache.commons.logging.Log |
log
Logger for the class. |
javax.swing.JTextField |
maxRows
Maximum rows text field |
javax.swing.Action |
openAction
Controls what happens when you select open through the menu or via the hotkey (CTRL-O). |
javax.swing.JTextField |
outputFolder
Output folder text field |
javax.swing.JTextField |
rootFolder
Root folder text field |
javax.swing.JTextField |
rowSize
Row size text field |
javax.swing.Action |
saveAction
Controls what happens when you select save through the menu or via the hotkey (CTRL-S). |
javax.swing.JLabel |
statusLabel
Label to display status |
javax.swing.Action |
submitAction
Action to be performed when the submit button is clicked. |
javax.swing.JTextField |
templateFilename
Template filename text field |
javax.swing.JTextField |
thumbSize
Thumb size text field |
javax.swing.JTextField |
title
Title text field |
| Constructor Summary | |
|---|---|
ConfigurationFrame()
Constructs a configuration frame. |
|
| Method Summary | |
|---|---|
private ConfigurationModel |
getConfigurationModel()
Returns a new ConfigurationModel based on
the state of the frame. |
static void |
main(java.lang.String[] args)
Main method for the entire Picweboffline application. |
private void |
populateFromModel(ConfigurationModel model)
Populates the text fields from values from the passed in model |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.commons.logging.Log log
private javax.swing.JFrame frame
public javax.swing.JLabel statusLabel
public javax.swing.JTextField rootFolder
public javax.swing.JTextField outputFolder
public javax.swing.JTextField title
public javax.swing.JTextField rowSize
public javax.swing.JTextField maxRows
public javax.swing.JTextField thumbSize
public javax.swing.JTextField imageSize
public javax.swing.JTextField templateFilename
public javax.swing.JTextField googleAdId
public javax.swing.JTextField artifactsFolder
public javax.swing.JButton goButton
public javax.swing.Action openAction
public javax.swing.Action saveAction
public javax.swing.Action exitAction
public javax.swing.Action submitAction
ConfigurationModel based on the
currently selected configuration. This is then passed to the
WebsiteGenerator, which is then finally exceuted.
getConfigurationModel()| Constructor Detail |
|---|
public ConfigurationFrame()
| Method Detail |
|---|
private ConfigurationModel getConfigurationModel()
ConfigurationModel based on
the state of the frame.
private void populateFromModel(ConfigurationModel model)
model - public static void main(java.lang.String[] args)
args - ignored.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||