|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsystem.JDControl
This class does all the internal work that the GUI asks for. It acts as the event listener for button pressing.
Field Summary | |
protected JDFrame |
gui
The associated GUI. |
Constructor Summary | |
JDControl(JDFrame frame)
Constructs a new JDControl and associates it with the passed GUI. |
Method Summary | |
void |
actionPerformed(ActionEvent event)
Gets called when an ActionEvent is generated. |
protected void |
addAttributeTag()
Adds the entered attribute tag to the list of attribute tags. |
protected void |
addClassTag()
Adds the entered class tag to the list of class tags. |
protected void |
addMethodTag()
Adds the entered method tag to the list of method tags. |
protected void |
convert()
Converts the comments in the selected files into Javadoc comments. |
protected void |
listFiles()
Lists all the files in the input folder in the file list of gui. |
protected void |
moveDownAttributeTag()
Moves the selected attribute tag down one in the list of attribute tags. |
protected void |
moveDownClassTag()
Moves the selected class tag down one in the list of class tags. |
protected void |
moveDownMethodTag()
Moves the selected method tag down one in the list of method tags. |
protected void |
moveUpAttributeTag()
Moves the selected method tag up one in the list of method tags. |
protected void |
moveUpClassTag()
Moves the selected class tag up one in the list of class tags. |
protected void |
moveUpMethodTag()
Moves the selected method tag up one in the list of method tags. |
protected void |
removeAttributeTag()
Removes the selected attribute tag from the list of attribute tags. |
protected void |
removeClassTag()
Removes the selected class tag from the list of class tags. |
protected void |
removeMethodTag()
Removes the selected method tag from the list of method tags. |
protected void |
selectAll()
Selects all the files in the file list in gui. |
protected void |
selectNone()
Deselects all the files in the file list in gui. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected JDFrame gui
Constructor Detail |
public JDControl(JDFrame frame)
frame
- The GUI to associate with.Method Detail |
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
event
- The generated event.protected void listFiles()
protected void convert()
protected void selectAll()
protected void selectNone()
protected void addClassTag()
protected void removeClassTag()
protected void moveUpClassTag()
protected void moveDownClassTag()
protected void addMethodTag()
protected void removeMethodTag()
protected void moveUpMethodTag()
protected void moveDownMethodTag()
protected void addAttributeTag()
protected void removeAttributeTag()
protected void moveUpAttributeTag()
protected void moveDownAttributeTag()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |