|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
gui.GPLdFrame
This class is the main window of GPL'd.
| Nested Class Summary |
| Nested classes inherited from class java.awt.Frame |
Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
protected TextField |
commentinsetfield
The field with the comment inset in it. |
protected GPLdControl |
control
The control class going with this GUI. |
protected TextField |
copyrightnamefield
The field with the copyright name in it. |
protected TextField |
copyrightyearfield
The field with the copyright year in it. |
protected TextField |
endcommenttagfield
The field with the end comment tag in it. |
protected TextField |
extensionfield
The field with the source file extension in it. |
protected TextField |
folderfield
The field with the folder name in it. |
protected TextField |
licensefilefield
The field with the license file in it. |
protected Checkbox |
multifileprogramoption
The option for multifile programs. |
protected TextField |
programnamefield
The field with the program name in it. |
protected Checkbox |
recursiveoption
The option for resursive editing. |
protected TextField |
startcommenttagfield
The field with the start comment tag in it. |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
GPLdFrame()
Constructs a new GPLdFrame. |
|
| Method Summary | |
String |
askForFolderSelection()
Pops up a FileDialog and returns the selected folder. |
String |
askForLicenseFileSelection()
Pops up a FileDialog and returns the selected license file. |
String |
getCommentInset()
Returns the comment inset. |
String |
getCopyrightName()
Returns the copyright name. |
String |
getCopyrightYear()
Returns the copyright year. |
String |
getEndCommentTag()
Returns the end comment tag. |
String |
getExtension()
Returns the source file extension name. |
String |
getFoldername()
Returns the source folder name. |
String |
getLicenseFilename()
Returns the license filename. |
boolean |
getMultiFileProgram()
Returns the multifile program setting. |
String |
getProgramName()
Returns the program name. |
boolean |
getRecursive()
Returns the recursive setting. |
String |
getStartCommentTag()
Returns the start comment tag. |
void |
popup(String message)
Shows a Dialog with the passed message. |
void |
setFoldername(String foldername)
Sets the source folder name. |
void |
setLicenseFilename(String filename)
Sets the license filename. |
| Methods inherited from class java.awt.Frame |
addNotify, finalize, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
protected TextField folderfield
protected TextField extensionfield
protected TextField programnamefield
protected TextField copyrightyearfield
protected TextField copyrightnamefield
protected TextField startcommenttagfield
protected TextField commentinsetfield
protected TextField endcommenttagfield
protected Checkbox multifileprogramoption
protected Checkbox recursiveoption
protected TextField licensefilefield
protected GPLdControl control
| Constructor Detail |
public GPLdFrame()
GPLdFrame.
| Method Detail |
public void popup(String message)
message - the passed message.public String askForFolderSelection()
FileDialog and returns the selected folder.
public String askForLicenseFileSelection()
FileDialog and returns the selected license file.
public String getFoldername()
public void setFoldername(String foldername)
foldername - The new source folder name.public String getExtension()
public String getProgramName()
public String getCopyrightYear()
public String getCopyrightName()
public String getStartCommentTag()
public String getCommentInset()
public String getEndCommentTag()
public boolean getMultiFileProgram()
public boolean getRecursive()
public String getLicenseFilename()
public void setLicenseFilename(String filename)
filename - The new license filename.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||