| |
|
| com.jeta.swingbuilder.gui.main.FormEditorController com.jeta.swingbuilder.gui.main.MainFrameController
MainFrameController | public class MainFrameController extends FormEditorController (Code) | | Controller class for MainFrame
author: Jeff Tassin |
Inner Class :public class CloseProjectAction implements ActionListener | |
Inner Class :public class TogglePropertiesFrame implements ActionListener | |
Inner Class :public class ClosePropertiesFrame extends MouseAdapter | |
Inner Class :public class DockPropertiesFrame extends MouseAdapter | |
Inner Class :public class ForwardEngineerAction implements ActionListener | |
Inner Class :public class FocusManagerAction implements ActionListener | |
Inner Class :public class ProjectSettingsAction implements ActionListener | |
Inner Class :public class ShowFormManagerAction implements ActionListener | |
Inner Class :public class ShowUndoManagerAction implements ActionListener | |
Inner Class :public class SystemPropertiesAction implements ActionListener | |
Inner Class :public class UserPreferencesAction implements ActionListener | |
CLOSE_CANCELED | final static int CLOSE_CANCELED(Code) | | |
CLOSE_OK | final static int CLOSE_OK(Code) | | |
m_lfaction | LookAndFeelAction m_lfaction(Code) | | Special action for handling look and feel changes.
|
MainFrameController | MainFrameController(MainFrame frame)(Code) | | The controller for the MainFrame window. Handles all user events.
Parameters: frame - |
closeProject | int closeProject()(Code) | | Closes the current project
CLOSE_OK(0) if the project was successfully closed CLOSE_CANCELED(1) if the operation was canceled by the user |
getCurrentEditor | public FormEditor getCurrentEditor()(Code) | | the current form editor |
openLastProject | void openLastProject()(Code) | | Opens the last project if the OPEN_LAST_PROJECT flag is true.
|
setDefaultLookAndFeel | public static void setDefaultLookAndFeel()(Code) | | Sets the look and feel for the application based on user settings
|
setLookAndFeel | public static void setLookAndFeel(MainFrame mainframe, JFrame runframe, LookAndFeelInfo lookandfeel)(Code) | | sets the look and feel for the given frame and look an feel class name
|
|
|
|