All Packages Class Hierarchy This Package Previous Next Index
Class spill.SpillTheBeans
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----tea.awt.frame.SingleDocker
|
+----tea.awt.frame.MainFrame
|
+----tea.awt.frame.editor.TextEditor
|
+----tea.awt.frame.editor.MultiTextEditor
|
+----spill.SpillTheBeans
- public class SpillTheBeans
- extends MultiTextEditor
This class is an extension of MultiTextEditor.
Displays the contents of class files in several ways.
- Version:
- 1.1 beta - 21 June 1997
- Author:
- Leonardo Boselli
-
SpillTheBeans()
- Constructor for Spill class.
-
actionSettings()
- Performs the management of the main ActionListeners settings.
-
isDumpFormat()
- Returns true if the format is the Dump one.
-
isDumpFormat(boolean)
- Sets the class format.
-
isDumpFormatChanged(boolean)
- Called when the format of the viewer is changed.
-
isPackageShowing()
- Returns true if packages must be shown.
-
isPackageShowing(boolean)
- Sets the package visibility.
-
isPackageShowingChanged(boolean)
- Called when the Package Showing flag is changed.
-
isSimpleSintax()
- Returns true if simple sintax must be used.
-
isSimpleSintax(boolean)
- Sets the sintax complexity.
-
isSimpleSintaxChanged(boolean)
- Called when the Simple Sintax flag is changed.
-
main(String[])
- Main Entry Function.
-
menuSettings()
- Performs the management of the main MenuBar settings.
-
openDocument()
- Opens a document asking for the File name.
-
openDocument(String)
- Opens the document with the specified File name.
-
resetTextAreas()
- Resets the array of TextAreas.
-
saveDocument()
- Saves the current document.
-
saveOptions()
- Saves the current options.
-
showInfo()
- Shows the Dialog Information of the TextEditor.
-
showTextArea(int)
- Shows the nth TextArea.
SpillTheBeans
public SpillTheBeans()
- Constructor for Spill class.
main
public static void main(String args[])
- Main Entry Function.
saveOptions
public void saveOptions()
- Saves the current options.
- Overrides:
- saveOptions in class TextEditor
menuSettings
public void menuSettings()
- Performs the management of the main MenuBar settings.
- Overrides:
- menuSettings in class TextEditor
actionSettings
public void actionSettings()
- Performs the management of the main ActionListeners settings.
- Overrides:
- actionSettings in class MultiTextEditor
showTextArea
public void showTextArea(int text)
- Shows the nth TextArea.
- Parameters:
- s - the text of the TextArea.
- Overrides:
- showTextArea in class MultiTextEditor
resetTextAreas
public void resetTextAreas()
- Resets the array of TextAreas.
- Overrides:
- resetTextAreas in class MultiTextEditor
isDumpFormatChanged
public void isDumpFormatChanged(boolean v)
- Called when the format of the viewer is changed.
- Parameters:
- v - true if format is dump now.
isPackageShowingChanged
public void isPackageShowingChanged(boolean v)
- Called when the Package Showing flag is changed.
- Parameters:
- v - true if PackageShowing is true.
isSimpleSintaxChanged
public void isSimpleSintaxChanged(boolean v)
- Called when the Simple Sintax flag is changed.
- Parameters:
- v - true if SimpleSintax is true.
isDumpFormat
public boolean isDumpFormat()
- Returns true if the format is the Dump one.
- Returns:
- true if format is Dump.
isPackageShowing
public boolean isPackageShowing()
- Returns true if packages must be shown.
- Returns:
- true if packages must be shown.
isSimpleSintax
public boolean isSimpleSintax()
- Returns true if simple sintax must be used.
- Returns:
- true if simple sintax must be used.
isDumpFormat
public void isDumpFormat(boolean dump)
- Sets the class format.
- Parameters:
- dump - true if format is Dump.
isPackageShowing
public void isPackageShowing(boolean pack)
- Sets the package visibility.
- Parameters:
- pack - true if packages must be shown.
isSimpleSintax
public void isSimpleSintax(boolean sint)
- Sets the sintax complexity.
- Parameters:
- sint - true if sintax is simplified.
showInfo
public void showInfo()
- Shows the Dialog Information of the TextEditor.
- Overrides:
- showInfo in class TextEditor
openDocument
public void openDocument()
- Opens a document asking for the File name.
- Overrides:
- openDocument in class TextEditor
openDocument
public void openDocument(String fileName)
- Opens the document with the specified File name.
- Parameters:
- fileName - the name of the File to be opened.
- Overrides:
- openDocument in class TextEditor
saveDocument
public void saveDocument()
- Saves the current document.
- Overrides:
- saveDocument in class TextEditor
All Packages Class Hierarchy This Package Previous Next Index