- main(String[]) - Static method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
-
- main(String[]) - Static method in class com.sptci.echo.binding.JDOModelGenerator
-
Main method.
- main(String[]) - Static method in class com.sptci.echo.binding.ModelGenerator
-
- main(String[]) - Static method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
-
- main(String[]) - Static method in class com.sptci.echo2.binding.JDOModelGenerator
-
Main method.
- main(String[]) - Static method in class com.sptci.echo2.binding.ModelGenerator
-
- ManagerTask() - Constructor for class com.sptci.auth.Authoriser.ManagerTask
-
- ManagerTask() - Constructor for class com.sptci.auth.digest.Authenticator.ManagerTask
-
- mark(int) - Method in class com.sptci.io.LoggingInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class com.sptci.io.LoggingReader
-
Mark the present position in the stream.
- markSupported() - Method in class com.sptci.io.LoggingInputStream
-
Tests if this input stream supports the mark and reset methods.
- markSupported() - Method in class com.sptci.io.LoggingReader
-
- Menu - Class in com.sptci.epng.style
-
A general style class for Menu components.
- Menu() - Constructor for class com.sptci.epng.style.Menu
-
- MenuBar - Class in com.sptci.echo.style.extras
-
- MenuBar() - Constructor for class com.sptci.echo.style.extras.MenuBar
-
- menuBar - Variable in class com.sptci.epng.ContentPane
-
The menu bar for the content pane (application)
- MenuBar - Class in com.sptci.epng.style
-
A general style class for components.
- MenuBar() - Constructor for class com.sptci.epng.style.MenuBar
-
- MenuFrame<M extends AbstractMenuComponent> - Class in com.sptci.echo
-
A standard content pane that displays a
MenuHeader at the top.
- MenuFrame() - Constructor for class com.sptci.echo.MenuFrame
-
Default constructor.
- MenuFrame(MenuHeader) - Constructor for class com.sptci.echo.MenuFrame
-
Create a new frame with the specified header.
- MenuHeader<M extends AbstractMenuComponent> - Class in com.sptci.echo
-
A standard header component that displays a menu bar under the application
title and adjacent to the logo.
- MenuHeader() - Constructor for class com.sptci.echo.MenuHeader
-
Create a new instance of the component.
- MenuItem - Class in com.sptci.epng.style
-
A general style class for MenuItem components.
- MenuItem() - Constructor for class com.sptci.epng.style.MenuItem
-
- message - Variable in class com.sptci.echo.Confirmation
-
The message to be displayed in the confirmation dialogue.
- message - Variable in class com.sptci.echo.Controller.Worker
-
The message to display after completing the task.
- message - Variable in class com.sptci.echo2.Controller.Worker
-
The message to display after completing the task.
- message - Variable in class com.sptci.echo2.ServerDelayMessage
-
- method - Variable in class com.sptci.echo.Controller.Updater
-
- method - Variable in class com.sptci.echo.Controller.Worker
-
- method - Variable in class com.sptci.echo2.Controller.Updater
-
- method - Variable in class com.sptci.echo2.Controller.Worker
-
- MINIMUM_INTERVAL - Static variable in class com.sptci.echo.Application
-
The minimum interval at which tasks will be enqueued.
- MINIMUM_INTERVAL - Static variable in class com.sptci.echo2.Application
-
The minimum interval at which tasks will be enqueued.
- MINIMUM_PAGE_SIZE - Static variable in class com.sptci.echo.table.TableNavigation
-
The minimum number of rows to hold in a page.
- MINIMUM_PAGE_SIZE - Static variable in class com.sptci.echo2.table.TableNavigation
-
The minimum number of rows to hold in a page.
- MINIMUM_PAGE_SIZE - Static variable in class com.sptci.epng.table.TableNavigation
-
The minimum number of rows to hold in a page.
- mkdirs(File) - Static method in class com.sptci.io.FileUtilities
-
Create the parent directory tree for the specified file if
required.
- Model - Annotation Type in com.sptci.echo.annotation
-
Annotation type used to indicate the class of the model object that is
used to back a view object.
- model - Variable in class com.sptci.echo.binding.JDOViewValidator
-
- model - Variable in class com.sptci.echo.table.JDOTableModel
-
A dummy object maintained to introspect and fetch persistent instances
- Model - Annotation Type in com.sptci.echo2.annotation
-
Annotation type used to indicate the class of the model object that is
used to back a view object.
- model - Variable in class com.sptci.echo2.binding.JDOViewValidator
-
- model - Variable in class com.sptci.echo2.table.JDOTableModel
-
A dummy object maintained to introspect and fetch persistent instances
- ModelGenerator - Class in com.sptci.echo.binding
-
A JavaBean generator.
- ModelGenerator(String) - Constructor for class com.sptci.echo.binding.ModelGenerator
-
- ModelGenerator - Class in com.sptci.echo2.binding
-
A JavaBean generator.
- ModelGenerator(String) - Constructor for class com.sptci.echo2.binding.ModelGenerator
-
- ModelPropertyChangeListener - Class in com.sptci.echo.binding
-
- ModelPropertyChangeListener(Object) - Constructor for class com.sptci.echo.binding.ModelPropertyChangeListener
-
Create a new instance of the class using the specified java bean.
- ModelPropertyChangeListener - Class in com.sptci.echo2.binding
-
- ModelPropertyChangeListener(Object) - Constructor for class com.sptci.echo2.binding.ModelPropertyChangeListener
-
Create a new instance of the class using the specified java bean.
- ModelUpdater<V,M> - Class in com.sptci.echo.binding
-
An updater used to update JavaBean objects from
their associated UI containers.
- ModelUpdater(V, M) - Constructor for class com.sptci.echo.binding.ModelUpdater
-
Create a new instance with the specified UI container and java
bean.
- ModelUpdater<V,M> - Class in com.sptci.echo2.binding
-
An updater used to update JavaBean objects from
their associated UI containers.
- ModelUpdater(V, M) - Constructor for class com.sptci.echo2.binding.ModelUpdater
-
Create a new instance with the specified UI container and java
bean.
- ModelView<M> - Interface in com.sptci.echo
-
An interface used to represent
View components that hold a
backing model object.
- ModelView<M> - Interface in com.sptci.echo2
-
An interface used to represent
View components that hold a
backing model object.
- modify(String, PropertyChangeEvent) - Method in class com.sptci.echo.binding.ModelPropertyChangeListener
-
Modify the property with the specified name with the
new value in the specified event.
- modify(String, PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ModelPropertyChangeListener
-
Modify the property with the specified name with the
new value in the specified event.
- modifyObject(PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo.binding.PropertyChangeListener
-
Over-ridden to handle special events generated by the Echo2
framework.
- modifyObject(PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo2.binding.PropertyChangeListener
-
Over-ridden to handle special events generated by the Echo2
framework.
- modifyObject(PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.PropertyChangeListener
-
- modifyPrimitive(PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.PropertyChangeListener
-