Skip navigation links
SPT Core API
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

M

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
Tell whether this stream supports the LoggingReader.mark(int) operation.
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
The default style to apply to MenuBarPane components.
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
The element that represents the message contained in ServerDelayMessage.WAIT_FILE.
method - Variable in class com.sptci.echo.Controller.Updater
The name of the Method that is to be invoked on Controller.Updater.source.
method - Variable in class com.sptci.echo.Controller.Worker
The name of the Method that is to be invoked on Controller.Worker.source.
method - Variable in class com.sptci.echo2.Controller.Updater
The name of the Method that is to be invoked on Controller.Updater.source.
method - Variable in class com.sptci.echo2.Controller.Worker
The name of the Method that is to be invoked on Controller.Worker.source.
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
The model object backing the ViewValidator.view.
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
The model object backing the ViewValidator.view.
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
Instantiates a new instance of ModelGenerator.source from the specified name.
ModelGenerator - Class in com.sptci.echo2.binding
A JavaBean generator.
ModelGenerator(String) - Constructor for class com.sptci.echo2.binding.ModelGenerator
Instantiates a new instance of ModelGenerator.source from the specified name.
ModelPropertyChangeListener - Class in com.sptci.echo.binding
A sub-class of PropertyChangeListener used to synchronise changes made to properties in Echo2 UI components to the PropertyChangeListener.bean java bean.
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
A sub-class of PropertyChangeListener used to synchronise changes made to properties in Echo2 UI components to the PropertyChangeListener.bean java bean.
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
Modify an object property in PropertyChangeListener.bean.
modifyPrimitive(PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.PropertyChangeListener
Modify a primitive property in PropertyChangeListener.bean.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
SPT Core API