Skip navigation links
A B C D E F G H I K L M N P R S T U W Z 

A

actionMap - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
The actions provided by the user interface in this window.
actionPerformed(ActionEvent) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Invoked when an action occurs.
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
 
activateSchema(String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Performs an operation from the current solution.
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.history.ZLiveHistory
 
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.temp.BirthdayBookFullHistory
Calculates the next set of solutions based on the inputs it has received.
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.temp.BirthdayBookHistory
Calculates the next set of solutions based on the inputs it has received.
activateSchema(String) - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
Performs an operation from the current solution.
add(ZValue) - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
add(ZValue) - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
addActionListener(ActionListener) - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
addBean(Object, Point) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
addBean(Object) - Method in class net.sourceforge.czt.animation.gui.Form
Adds a bean to the form.
addBean(Component, Container) - Method in class net.sourceforge.czt.animation.gui.Form
 
addBeanListener(Object, Class<?>, Object) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Registers with bean a listener of a given type.
addBeanSelectedListener(BeanSelectedListener) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
addDefaultRenderer(Class<?>, TableCellRenderer) - Static method in class net.sourceforge.czt.animation.gui.design.properties.PropertiesWindow
 
ADDED - Static variable in class net.sourceforge.czt.animation.gui.FormEvent
Value for id_ indicating whether this event shows that a bean was added.
addEventLink(Component, Component, Class<?>) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
addForm(FormDesign) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
addForm(FormDesign, boolean) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
addFormDesignListener(FormDesignListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
addFormListener(FormListener) - Method in class net.sourceforge.czt.animation.gui.Form
Adds a listener for FormEvent.
addInput(ZLocator, ZValue) - Method in interface net.sourceforge.czt.animation.gui.history.History
Convenience function for adding values into the inputs.
addInput(ZLocator, Object, String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Convenience function for adding values into the inputs.
addInput(ZLocator, BeanContext, String, String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Convenience function for adding values into the inputs.
addInput(ZLocator, ZValue) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Convenience function for adding values into the inputs.
addInput(ZLocator, Object, String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Convenience function for adding values into the inputs.
addInput(ZLocator, BeanContext, String, String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Convenience function for adding values into the inputs.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
addPropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.sourceforge.czt.animation.gui.history.History
Function for adding property change listeners.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface net.sourceforge.czt.animation.gui.history.History
Function for adding property change listeners.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Registers a PropertyChangeListener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Registers a PropertyChangeListener for a specific property.
AnimatorCore - Class in net.sourceforge.czt.animation.gui
The core program for normal animation of a specification.
AnimatorCore(String) - Constructor for class net.sourceforge.czt.animation.gui.AnimatorCore
 
AnimatorCore(File) - Constructor for class net.sourceforge.czt.animation.gui.AnimatorCore
 
AnimatorCoreBase - Class in net.sourceforge.czt.animation.gui
The base for AnimatorCore and AnimatorScrollingCore.
AnimatorCoreBase() - Constructor for class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Default constructor.
AnimatorCoreBase(History, BeanContextServices) - Constructor for class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Constructor.
AnimatorCoreBase(History) - Constructor for class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Constructor.
apply(ZValue) - Method in class net.sourceforge.czt.animation.ZLocator
Locates a value within v.

B

BasicHistory - Class in net.sourceforge.czt.animation.gui.history
Basic History Interface that provides the traditional back/forward mechanism.
BasicHistory() - Constructor for class net.sourceforge.czt.animation.gui.history.BasicHistory
Basic constructor, initialises the list of solution sets to empty.
BasicHistory(String, String) - Constructor for class net.sourceforge.czt.animation.gui.history.BasicHistory
 
bcsSupport - Variable in class net.sourceforge.czt.animation.gui.Form
Support class for Bean Context Services.
bean - Variable in class net.sourceforge.czt.animation.gui.design.BeanWrapper
The bean this object wraps around.
bean_ - Variable in class net.sourceforge.czt.animation.gui.FormEvent
The bean that was added/removed.
beanAdded(FormEvent) - Method in interface net.sourceforge.czt.animation.gui.FormListener
Called when a bean is added to a form.
beanHasProperty(Object, String) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Checks if a bean has a particular property.
beanHasReadableProperty(Object, String) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Checks if a bean has a particular property, and it is readable.
beanHasWritableProperty(Object, String) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Checks if a bean has a particular property, and it is writable.
beanHighlightingStatus - Variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
BeanLink - Class in net.sourceforge.czt.animation.gui.design
Represents a registration of a listener with a bean.
BeanLink(Object, Object, Class<?>) - Constructor for class net.sourceforge.czt.animation.gui.design.BeanLink
 
BeanLinkDelegate - Class in net.sourceforge.czt.animation.gui.persistence.delegates
Persistence delegate for BeanLinks.
beanNameChangeListener - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 
BeanOutOfBoundsException - Exception in net.sourceforge.czt.animation.gui.design
Triggered when a component bean is placed outside the form, or a non-component bean is placed inside it.
BeanOutOfBoundsException(Class<?>, Point, Rectangle) - Constructor for exception net.sourceforge.czt.animation.gui.design.BeanOutOfBoundsException
 
beanPane - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
The bean pane is used to contain the form being designed, and any beans (wrapped) that do not visually appear within the form.
beanRemoved(FormEvent) - Method in interface net.sourceforge.czt.animation.gui.FormListener
Called when a bean is removed from a form.
beanSelected(BeanSelectedEvent) - Method in interface net.sourceforge.czt.animation.gui.design.BeanSelectedListener
 
beanSelected(BeanSelectedEvent) - Method in class net.sourceforge.czt.animation.gui.design.properties.PropertiesWindow
 
BeanSelectedEvent - Class in net.sourceforge.czt.animation.gui.design
Event triggered when a bean is selected in the FormDesign.
BeanSelectedEvent(FormDesign, Object) - Constructor for class net.sourceforge.czt.animation.gui.design.BeanSelectedEvent
 
BeanSelectedListener - Interface in net.sourceforge.czt.animation.gui.design
Listener for BeanSelectedEvents.
beanSelectedListeners - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 
BeanWrapper - Class in net.sourceforge.czt.animation.gui.design
Class to wrap around non-visual beans so that they have a visual representation in the FormDesign.
BeanWrapper() - Constructor for class net.sourceforge.czt.animation.gui.design.BeanWrapper
Creates a bean wrapper without specifying the bean to wrap.
BeanWrapper(Object) - Constructor for class net.sourceforge.czt.animation.gui.design.BeanWrapper
Creates a bean wrapper around b.
BeanWrapperDelegate - Class in net.sourceforge.czt.animation.gui.persistence.delegates
Persistence delegate for BeanWrappers.
BHS_HIGHLIGHT_ALL_BEANS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
BHS_HIGHLIGHT_COMPONENT_BEANS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
BHS_HIGHLIGHT_NO_BEANS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
BHS_HIGHLIGHT_NONVISUAL_BEANS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
BindingModel - Class in net.sourceforge.czt.animation.gui.beans.table
Table Model for displaying ZBindings.
BindingModel() - Constructor for class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
BirthdayBookFullHistory - Class in net.sourceforge.czt.animation.gui.temp
History backend for interface generated from birthdaybook_unfolded.xml.
BirthdayBookFullHistory() - Constructor for class net.sourceforge.czt.animation.gui.temp.BirthdayBookFullHistory
Constructs a new birthday book history.
BirthdayBookHistory - Class in net.sourceforge.czt.animation.gui.temp
History back-end for the BirthdayBook.gaffe example interface.
BirthdayBookHistory() - Constructor for class net.sourceforge.czt.animation.gui.temp.BirthdayBookHistory
Construct a birthday book history.
BorderEditor - Class in net.sourceforge.czt.animation.gui.design.properties.editors
PropertyEditor for Borders.
BorderEditor() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.editors.BorderEditor
 
BorderRenderer - Class in net.sourceforge.czt.animation.gui.design.properties.renderers
TableCellRenderer for displaying Borders.
BorderRenderer() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.renderers.BorderRenderer
 
BSFServiceProvider - Class in net.sourceforge.czt.animation.gui.scripting
Provides access to scripting with the BSF manager via bean contexts.
BSFServiceProvider(BSFManager) - Constructor for class net.sourceforge.czt.animation.gui.scripting.BSFServiceProvider
Create a BSFServiceProvider.

C

ColorEditor - Class in net.sourceforge.czt.animation.gui.design.properties.editors
PropertyEditor for Colors.
ColorEditor() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
ColorRenderer - Class in net.sourceforge.czt.animation.gui.design.properties.renderers
TableCellRenderer for displaying Colors.
ColorRenderer() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.renderers.ColorRenderer
 
componentLocationInBeanPaneSpace(Component) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Uses translateCoordinateFromCSpace to give the location of a component in the beanPane's coordinate space.
contains(ZValue) - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
CREATED - Static variable in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Value for id_ indicating whether this event shows that a form was created.
createNewForm(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
currentBean - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
The currently selected bean.
currentComponent - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 
currentSolution - Variable in class net.sourceforge.czt.animation.gui.history.BasicHistory
The iterator identifying the current solution set.
currentTool - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
The currently selected tool.

D

DELETED - Static variable in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Value for id_ indicating whether this event shows that a form was deleted.
DesignerCore - Class in net.sourceforge.czt.animation.gui.design
The core of the Gaffe interface design program.
DesignerCore(File) - Constructor for class net.sourceforge.czt.animation.gui.design.DesignerCore
 
DesignerCore() - Constructor for class net.sourceforge.czt.animation.gui.design.DesignerCore
 
DesignerCore.EncoderOwner - Class in net.sourceforge.czt.animation.gui.design
XMLEncoder/XMLDecoder owner for saving and loading interfaces.

E

e - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
ELHS_HIGHLIGHT_ALL_LINKS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
ELHS_HIGHLIGHT_CURRENT_ALL_LINKS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
ELHS_HIGHLIGHT_CURRENT_INCOMING_LINKS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
ELHS_HIGHLIGHT_CURRENT_OUTGOING_LINKS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
ELHS_HIGHLIGHT_NO_LINKS - Static variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
EncoderOwner() - Constructor for class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
EncoderOwner(String, String, URL) - Constructor for class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
EncoderOwner(String, String, String) - Constructor for class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
equals(Object) - Method in class net.sourceforge.czt.animation.gui.design.BeanLink
 
equals(Object) - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Test if this binding is equal to a given object.
equals(Object) - Method in class net.sourceforge.czt.animation.gui.temp.ZGiven
Tests if the ZGiven is equal to another object.
equals(Object) - Method in class net.sourceforge.czt.animation.gui.temp.ZNumber
Compare for equality against another object.
equals(Object) - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
Compare for equality against another object.
equals(Object) - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
Test equality with another object.
eventLinkHighlightingOverride - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 
eventLinkHighlightingStatus - Variable in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
eventLinks - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 

F

FakeHistory - Class in net.sourceforge.czt.animation.gui.temp
Fake History Interface that fakes interface with the animator.
FakeHistory() - Constructor for class net.sourceforge.czt.animation.gui.temp.FakeHistory
Creates a fake history object.
fireBeanSelected(Object) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
FontRenderer - Class in net.sourceforge.czt.animation.gui.design.properties.renderers
TableCellRenderer for displaying Fonts.
FontRenderer() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.renderers.FontRenderer
 
form - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
The form being designed by this window.
Form - Class in net.sourceforge.czt.animation.gui
A Form constitutes a designable panel, window, or dialog.
Form() - Constructor for class net.sourceforge.czt.animation.gui.Form
Creates a Form without a name.
Form(String) - Constructor for class net.sourceforge.czt.animation.gui.Form
Creates a Form with a name.
format(Map<ZLocator, ZValue>) - Method in class net.sourceforge.czt.animation.gui.history.ZLiveHistory
 
formCreated(FormDesignEvent) - Method in interface net.sourceforge.czt.animation.gui.design.FormDesignListener
Called when a form is created.
FormDelegate - Class in net.sourceforge.czt.animation.gui.persistence.delegates
Persistence delegate for Forms.
formDeleted(FormDesignEvent) - Method in interface net.sourceforge.czt.animation.gui.design.FormDesignListener
Called when a form is deleted.
FormDesign - Class in net.sourceforge.czt.animation.gui.design
Window for designing a form.
FormDesign(ActionMap, InputMap, JMenu, DesignerCore) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign
Creates a new Form designer.
FormDesign(String, ActionMap, InputMap, JMenu, DesignerCore) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign
 
FormDesign(Form, ActionMap, InputMap, JMenu, DesignerCore) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign
 
FormDesign.GPMouseListener - Class in net.sourceforge.czt.animation.gui.design
Mouse listener for the glass pane.
FormDesign.HandleSet - Class in net.sourceforge.czt.animation.gui.design
Class collecting together the eight resize handle, and one move handle belonging to a bean.
FormDesign.StatusBar - Class in net.sourceforge.czt.animation.gui.design
Status bar for the FormDesign window.
formDesign_ - Variable in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
The form that was created/deleted.
FormDesignEvent - Class in net.sourceforge.czt.animation.gui.design
Event object used by DesignerCore to notify listeners when a form has been created or deleted.
FormDesignEvent(Object, FormDesign, int) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Create a FormDesignEvent notifying that form has been created/removed.
FormDesignListener - Interface in net.sourceforge.czt.animation.gui.design
Listener for FormEvents.
FormEvent - Class in net.sourceforge.czt.animation.gui
Event object used by Form to notify listeners when a bean has been added or removed.
FormEvent(Object, Object, int) - Constructor for class net.sourceforge.czt.animation.gui.FormEvent
Create a FormEvent notifying that bean has been added/removed to/from source.
FormListener - Interface in net.sourceforge.czt.animation.gui
Listener for FormEvents.
FormServiceProvider - Class in net.sourceforge.czt.animation.gui
BeanContextServices service provider to allow beans to access the Form they are in.
FormServiceProvider(Form) - Constructor for class net.sourceforge.czt.animation.gui.FormServiceProvider
Create a FormServiceProvider.
fromString(String) - Static method in class net.sourceforge.czt.animation.ZLocator
 

G

Gaffe - Class in net.sourceforge.czt.animation.gui
The main class for GAfFE.
Gaffe() - Constructor for class net.sourceforge.czt.animation.gui.Gaffe
 
Gaffe(String[]) - Constructor for class net.sourceforge.czt.animation.gui.Gaffe
 
GaffeEncoder - Class in net.sourceforge.czt.animation.gui.persistence
An XMLEncoder that strips registration of listeners.
GaffeEncoder(OutputStream) - Constructor for class net.sourceforge.czt.animation.gui.persistence.GaffeEncoder
Constructor for new encoder sending beans to os.
GaffeFactory - Class in net.sourceforge.czt.animation.gui.temp
 
gaffeFileFilter - Static variable in class net.sourceforge.czt.animation.gui.util.Utils
File filter for displaying only .gaffe files, and directories.
get(String) - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Given an identifier, gets a value from the binding.
get(int) - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
get(int) - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
Return the indexth value in the tuple.
getActionListeners() - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
getAsText() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
getAsText() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.TableModelEditor
 
getAttemptedLocation() - Method in exception net.sourceforge.czt.animation.gui.design.BeanOutOfBoundsException
 
getBean() - Method in class net.sourceforge.czt.animation.gui.design.BeanWrapper
Getter function for bean.
getBean(Component) - Static method in class net.sourceforge.czt.animation.gui.design.BeanWrapper
 
getBean() - Method in class net.sourceforge.czt.animation.gui.FormEvent
Returns the bean.
getBeanContextProxy() - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
Getter function for rootContext.
getBeanContextProxy() - Method in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Getter function for rootContext.
getBeanContextProxy() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getBeanContextProxy() - Method in class net.sourceforge.czt.animation.gui.Form
Allows access to the BeanContext contained in this class.
getBeanDescriptor() - Method in class net.sourceforge.czt.animation.gui.beans.ScriptBeanInfo
 
getBeanHighlightingStatus() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getBeanListeners(Object, Class<?>) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
getBeanPane() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getBeanProperty(Object, PropertyDescriptor) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
getBeanProperty(Object, String) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Returns the value of a bean's property.
getBeans() - Method in class net.sourceforge.czt.animation.gui.Form
 
getBeanSelectedListeners() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getBinding() - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
getColumnCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
getColumnCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
getColumnCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
getColumnCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
getColumnCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
getColumnName(int) - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
getColumnName(int) - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
getColumnName(int) - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
getColumnName(int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
getColumnName(int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
getComponent(Object) - Static method in class net.sourceforge.czt.animation.gui.design.BeanWrapper
 
getCurrentBean() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Getter method for the currentBean property.
getCurrentBeanComponent() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Getter method for the currentComponent property.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class net.sourceforge.czt.animation.gui.FormServiceProvider
Does Nothing.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class net.sourceforge.czt.animation.gui.history.HistoryServiceProvider
Does Nothing.
getCurrentServiceSelectors(BeanContextServices, Class) - Method in class net.sourceforge.czt.animation.gui.scripting.BSFServiceProvider
Does Nothing.
getCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
getCurrentSolution() - Method in interface net.sourceforge.czt.animation.gui.history.History
Returns the current solution in the current solution set.
getCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Getter function for the currently selected solution in the SolutionSet.
getCurrentSolutionSet() - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
getCurrentSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
 
getCurrentSolutionSet() - Method in interface net.sourceforge.czt.animation.gui.history.History
Returns the current solution set.
getCurrentSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getCurrentSolutionSet() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
Returns the current solution set.
getCurrentTool() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Getter method for the currentTool property.
getCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.BorderEditor
 
getCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
getCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.IconEditor
 
getEditor(Class<?>) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
getEventLinkHighlightingStatus() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getEventLinks() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getExpr() - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Get the expr type representing the zvalue
getExpr() - Method in class net.sourceforge.czt.animation.gui.temp.ZGiven
Get the expr type representing the zvalue
getExpr() - Method in class net.sourceforge.czt.animation.gui.temp.ZNumber
Get the expr type representing the zvalue
getExpr() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
Get the expr type representing the zvalue
getExpr() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
Get the expr type representing the zvalue
getExpr() - Method in interface net.sourceforge.czt.animation.gui.temp.ZValue
 
getFactory() - Static method in class net.sourceforge.czt.animation.gui.temp.GaffeFactory
return the unique reference of Factory in ZLive
getForm() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getFormBounds() - Method in exception net.sourceforge.czt.animation.gui.design.BeanOutOfBoundsException
 
getFormDesign() - Method in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Returns the FormDesign.
getFormListeners() - Method in class net.sourceforge.czt.animation.gui.Form
Returns all of the FormListeners.
getHistory() - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
Getter function for history.
getHistory() - Method in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Getter function for history.
getIcon(int) - Method in class net.sourceforge.czt.animation.gui.beans.ScriptBeanInfo
Obtains the image for Script's icon.
getIconHeight() - Method in class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
getIconWidth() - Method in class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
getId() - Method in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Returns id_.
getId() - Method in class net.sourceforge.czt.animation.gui.FormEvent
Returns id_.
getInitSchema() - Method in interface net.sourceforge.czt.animation.gui.history.History
Getter for the name of the initialisation schema.
getInitSchema() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getInitScript() - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
getInitScript() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
getInitScript() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getInitScriptLanguage() - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
getInitScriptLanguage() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
getInitScriptLanguage() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getInputs() - Method in interface net.sourceforge.czt.animation.gui.history.History
Getter function for the map from locators, and the object.property to bind them to.
getInputs() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Getter function for the map from locators, and the object.property to bind them to.
getLanguage() - Method in class net.sourceforge.czt.animation.gui.beans.Script
Getter method for the language property.
getListeners(Class<T>) - Method in class net.sourceforge.czt.animation.gui.Form
Returns all of the listeners of class c.
getName() - Method in class net.sourceforge.czt.animation.gui.beans.Script
Getter method for the name property.
getNumber() - Method in class net.sourceforge.czt.animation.gui.temp.ZNumber
Getter method for the number value.
getNumberVisibleForms() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getPositionLabel() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
 
getPositionLabel() - Method in interface net.sourceforge.czt.animation.gui.history.History
Gives a label identifying the position in the history for use in GUI display.
getPositionLabel() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
Gives a label identifying the position in the history for use in GUI display.
getPositionLabel() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
 
getPropertiesWindow() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getPropertyChangeListeners() - Method in interface net.sourceforge.czt.animation.gui.history.History
Getter function for property change listeners.
getPropertyChangeListeners(String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Getter function for property change listeners.
getPropertyChangeListeners() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getPropertyChangeListeners(String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getPropertyChangeListeners() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Returns all of the PropertyChangeListeners.
getPropertyChangeListeners(String) - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Returns all of the PropertyChangeListeners for a specific property.
getRaiseAction() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getRelation() - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
getRowCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
getRowCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
getRowCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
getRowCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
getRowCount() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
getSchemaName() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Getter function for the name of the schema that created this solution set.
getScript() - Method in class net.sourceforge.czt.animation.gui.beans.Script
Getter method for the script property.
getSelectedBean() - Method in class net.sourceforge.czt.animation.gui.design.BeanSelectedEvent
 
getSelectedBeansForm() - Method in class net.sourceforge.czt.animation.gui.design.BeanSelectedEvent
 
getService(BeanContextServices, Object, Class, Object) - Method in class net.sourceforge.czt.animation.gui.FormServiceProvider
 
getService(BeanContextServices, Object, Class, Object) - Method in class net.sourceforge.czt.animation.gui.history.HistoryServiceProvider
Returns the History.
getService(BeanContextServices, Object, Class, Object) - Method in class net.sourceforge.czt.animation.gui.scripting.BSFServiceProvider
Returns the BSFManager.
getSet() - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
getSet() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
getSpecificationURL() - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
getSpecificationURL() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
getSpecificationURL() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getStartsVisible() - Method in class net.sourceforge.czt.animation.gui.Form
Getter method for startsVisible.
getStateSchema() - Method in interface net.sourceforge.czt.animation.gui.history.History
Getter for the name of the state schema.
getStateSchema() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sourceforge.czt.animation.gui.design.properties.renderers.BorderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sourceforge.czt.animation.gui.design.properties.renderers.ColorRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sourceforge.czt.animation.gui.design.properties.renderers.FontRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sourceforge.czt.animation.gui.design.properties.renderers.IconRenderer
 
getTags() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.TableModelEditor
 
getTitle() - Method in class net.sourceforge.czt.animation.gui.Form
Getter method for title.
getToolWindow() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getTuple() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
getTupleSet() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
getType() - Method in exception net.sourceforge.czt.animation.gui.design.BeanOutOfBoundsException
 
getURL() - Method in class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
getValue() - Method in class net.sourceforge.czt.animation.gui.temp.ZGiven
Getter method for the ZGiven's value.
getValueAt(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
getValueAt(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
getValueAt(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
getValueAt(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
getValueAt(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
getVisibleForms() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
getVisualLine(BeanLink) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
getZLive() - Static method in class net.sourceforge.czt.animation.gui.temp.GaffeFactory
Return the unique reference to ZLive
glassPane - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
Glass pane to catch mouse events.
GPMouseListener() - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 

H

handles - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
Mapping from beans in the design to their set of handles.
HandleSet(Component) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
Creates a HandleSet, all of the handles that go in it, and a mouse adapter that sets the current bean when it is clicked on.
hasCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
hasCurrentSolution() - Method in interface net.sourceforge.czt.animation.gui.history.History
Returns true if there is a current solution.
hasCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
hasCurrentSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.design.BeanLink
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.temp.ZGiven
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.temp.ZNumber
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
hashCode() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
 
hasListeners(String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Check if a property has property change listeners.
hasListeners(String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
hasNext() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
hasNext() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
hasNextSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
hasNextSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
 
hasNextSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
 
hasNextSolutionSet() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
 
hasPrevious() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
hasPrevious() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
hasPreviousSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
hasPreviousSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
 
hasPreviousSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
 
hasPreviousSolutionSet() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
 
history - Variable in class net.sourceforge.czt.animation.gui.AnimatorCore
History property.
history - Variable in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
History property.
History - Interface in net.sourceforge.czt.animation.gui.history
Interface that all animation history objects derive from.
HistoryProxy - Class in net.sourceforge.czt.animation.gui.beans
Bean that forwards events from the History object to any interested beans.
HistoryProxy() - Constructor for class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
HistoryServiceProvider - Class in net.sourceforge.czt.animation.gui.history
BeanContextServiceProvider for the History.
HistoryServiceProvider(History) - Constructor for class net.sourceforge.czt.animation.gui.history.HistoryServiceProvider
Create a HistoryServiceProvider.
HistorySupport - Class in net.sourceforge.czt.animation.gui.history
Basic History Interface that provides the traditional back/forward mechanism.
HistorySupport() - Constructor for class net.sourceforge.czt.animation.gui.history.HistorySupport
Basic constructor.
HistorySupport(String, String) - Constructor for class net.sourceforge.czt.animation.gui.history.HistorySupport
Sets the properties keeping track of state and initialisation schema names, and activates the initialisation schema.

I

IconEditor - Class in net.sourceforge.czt.animation.gui.design.properties.editors
PropertyEditor for Icons.
IconEditor() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.editors.IconEditor
 
IconRenderer - Class in net.sourceforge.czt.animation.gui.design.properties.renderers
TableCellRenderer for displaying Icons.
IconRenderer() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.renderers.IconRenderer
 
id_ - Variable in class net.sourceforge.czt.animation.gui.design.FormDesignEvent
Member indicating what type of FormDesignEvent this is.
id_ - Variable in class net.sourceforge.czt.animation.gui.FormEvent
Member indicating what type of FormEvent this is.
initialize(Class<?>, Object, Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanWrapperDelegate
Produces statements on newInstance so that newInstance becomes equivalent to oldInstance.
initialize(Class<?>, Object, Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.FormDelegate
Produces statements on newInstance so that newInstance becomes equivalent to oldInstance.
initSchema_ - Variable in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
initScript_ - Variable in class net.sourceforge.czt.animation.gui.AnimatorCore
 
initScriptLanguage_ - Variable in class net.sourceforge.czt.animation.gui.AnimatorCore
 
inputMap - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
A map from key strokes to action keys for this window.
inputs_ - Variable in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
instantiate(Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanLinkDelegate
Return an expression whose value is oldInstance.
instantiate(Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanWrapperDelegate
Return an expression whose value is oldInstance.
instantiate(Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.ResourceIconDelegate
Return an expression whose value is oldInstance.
instantiate(Object, Encoder) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.URLDelegate
Return an expression whose value is oldInstance.
IntrospectionHelper - Class in net.sourceforge.czt.animation.gui.util
IntrospectionHelper provides functions for simplifying Introspection on beans in the rest of this project.
isCellEditable(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
isCellEditable(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
isCellEditable(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
isCellEditable(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
isCellEditable(int, int) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
isNoVisibleForms() - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
isPaintable() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
isReadableProperty(PropertyDescriptor) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Tests if a property is readable.
isVertical() - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
isWritableProperty(PropertyDescriptor) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Tests if a property is writable.
iterator() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
iterator() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
 

K

keySet() - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Equivalent to Map.keySet().

L

listener - Variable in class net.sourceforge.czt.animation.gui.design.BeanLink
 
listenerType - Variable in class net.sourceforge.czt.animation.gui.design.BeanLink
 
loadDesign(XMLDecoder, ActionMap, InputMap, JMenu, DesignerCore) - Static method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
lookup(String) - Method in class net.sourceforge.czt.animation.gui.Form
 
lowestComponentAt(Point) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 

M

main(String[]) - Static method in class net.sourceforge.czt.animation.gui.Gaffe
 
makeSortedComponentList(Container, List<Component>, List<Component>) - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.FormDelegate
Used to sort the list of beans in a form based on the order they appear in their parents.
mapToDeclList(Map<String, ZValue>) - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Transfer a map to a DeclList
mouseClicked(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mouseDragged(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mouseEntered(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mouseExited(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mouseMoved(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mousePressed(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
mouseReleased(MouseEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.GPMouseListener
 
move - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
mutatesTo(Object, Object) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanLinkDelegate
Returns true if an equivalent copy of oldInstance can be made from newInstance.
mutatesTo(Object, Object) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanWrapperDelegate
Returns true if an equivalent copy of oldInstance can be made from newInstance.
mutatesTo(Object, Object) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.FormDelegate
Returns true if an equivalent copy of oldInstance can be made from newInstance.
mutatesTo(Object, Object) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.ResourceIconDelegate
Returns true if an equivalent copy of oldInstance can be made from newInstance.
mutatesTo(Object, Object) - Method in class net.sourceforge.czt.animation.gui.persistence.delegates.URLDelegate
Returns true if an equivalent copy of oldInstance can be made from newInstance.

N

n - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
ne - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
net.sourceforge.czt.animation - package net.sourceforge.czt.animation
Z Animator.
net.sourceforge.czt.animation.gui - package net.sourceforge.czt.animation.gui
Gaffe - Z Animator GUI front-end.
net.sourceforge.czt.animation.gui.beans - package net.sourceforge.czt.animation.gui.beans
Beans that can be used in designed interfaces.
net.sourceforge.czt.animation.gui.beans.table - package net.sourceforge.czt.animation.gui.beans.table
Table models that can be used in designed interfaces.
net.sourceforge.czt.animation.gui.design - package net.sourceforge.czt.animation.gui.design
The interface design program.
net.sourceforge.czt.animation.gui.design.properties - package net.sourceforge.czt.animation.gui.design.properties
The property editing window.
net.sourceforge.czt.animation.gui.design.properties.editors - package net.sourceforge.czt.animation.gui.design.properties.editors
The property editing window's editors.
net.sourceforge.czt.animation.gui.design.properties.renderers - package net.sourceforge.czt.animation.gui.design.properties.renderers
The property editing window's renderers.
net.sourceforge.czt.animation.gui.history - package net.sourceforge.czt.animation.gui.history
Classes managing animation history.
net.sourceforge.czt.animation.gui.persistence - package net.sourceforge.czt.animation.gui.persistence
Classes for helping with saving of interfaces.
net.sourceforge.czt.animation.gui.persistence.delegates - package net.sourceforge.czt.animation.gui.persistence.delegates
Persistence Delegates for saving various beans in an interface.
net.sourceforge.czt.animation.gui.scripting - package net.sourceforge.czt.animation.gui.scripting
Classes managing scripting from within interfaces.
net.sourceforge.czt.animation.gui.temp - package net.sourceforge.czt.animation.gui.temp
Classes that are expected to disappear once integrated with the animator.
net.sourceforge.czt.animation.gui.util - package net.sourceforge.czt.animation.gui.util
Classes containing utility methods/data used by Gaffe.
next() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
next() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
nextIndex() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
nextIndex() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
nextLocator_ - Variable in class net.sourceforge.czt.animation.ZLocator
The next locator.
nextSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Moves to the next solution in the current set.
nextSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Steps the current solution to the next in this SolutionSet.
nextSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
Moves to the next solution set.
nextSolutionSet() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
Moves to the next solution set.
nw - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.

P

paintIcon(Component, Graphics, int, int) - Method in class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
paintValue(Graphics, Rectangle) - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
placementAllowed(Point, Class<?>) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
previous() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
previous() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
previousIndex() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
previousIndex() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
previousSolution() - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
Moves to the previous solution in the current set.
previousSolution() - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Steps the current solution to the previous in this SolutionSet.
previousSolutionSet() - Method in class net.sourceforge.czt.animation.gui.history.BasicHistory
Moves to the previous solution set.
previousSolutionSet() - Method in class net.sourceforge.czt.animation.gui.temp.FakeHistory
Moves to the previous solution set.
PropertiesWindow - Class in net.sourceforge.czt.animation.gui.design.properties
The properties window displays the properties/events/methods/configuration of the currently selected bean.
PropertiesWindow(ActionMap, InputMap) - Constructor for class net.sourceforge.czt.animation.gui.design.properties.PropertiesWindow
Creates a properties window.
propertyChangeSupport - Variable in class net.sourceforge.czt.animation.gui.history.HistorySupport
Support class for property change listeners on currentSolution and currentSolutionSet.
propertyChangeSupport_ - Variable in class net.sourceforge.czt.animation.gui.temp.SolutionSet
 
providesEventSet(Object, Class<?>) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Returns true if bean can register the given type of listener.

R

recurse(ZValue) - Method in class net.sourceforge.czt.animation.ZLocator
Does the recursive part of an apply.
registerDelegate() - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanLinkDelegate
Registers the persistence delegate so that it will be used.
registerDelegate() - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.BeanWrapperDelegate
Registers the persistence delegate so that it will be used.
registerDelegate() - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.FormDelegate
Registers the persistence delegate so that it will be used.
registerDelegate() - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.ResourceIconDelegate
Registers the persistence delegate so that it will be used.
registerDelegate() - Static method in class net.sourceforge.czt.animation.gui.persistence.delegates.URLDelegate
Registers the persistence delegate so that it will be used.
registerScriptLibrary(String, URL) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
registerScriptLibrary(String, String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
registerTableModel(Class<?>) - Static method in class net.sourceforge.czt.animation.gui.design.properties.editors.TableModelEditor
 
RelationModel - Class in net.sourceforge.czt.animation.gui.beans.table
Table Model for displaying Z Relations (i.e.
RelationModel() - Constructor for class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
releaseService(BeanContextServices, Object, Object) - Method in class net.sourceforge.czt.animation.gui.FormServiceProvider
Does Nothing.
releaseService(BeanContextServices, Object, Object) - Method in class net.sourceforge.czt.animation.gui.history.HistoryServiceProvider
Does Nothing.
releaseService(BeanContextServices, Object, Object) - Method in class net.sourceforge.czt.animation.gui.scripting.BSFServiceProvider
Does Nothing.
rememberBeanInfo(BeanInfo) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
rememberBeanInfo(Class<?>) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
remove() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
remove() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
removeActionListener(ActionListener) - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
removeBean(Component) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeBean(Object) - Method in class net.sourceforge.czt.animation.gui.Form
 
removeBeanListener(Object, Class<?>, Object) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Unregisters with bean a listener of a given type.
removeBeanSelectedListener(BeanSelectedListener) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeCurrentBean() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
REMOVED - Static variable in class net.sourceforge.czt.animation.gui.FormEvent
Value for id_ indicating whether this event shows that a bean was removed.
removeEventLink(BeanLink) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeEventLinksFrom(Object) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeEventLinksFrom(Object, Class<?>) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeEventLinksTo(Object) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeEventLinksTo(Object, Class<?>) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeEventLinksToFrom(Object) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
removeForm(FormDesign) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
removeFormDesignListener(FormDesignListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
removeFormListener(FormListener) - Method in class net.sourceforge.czt.animation.gui.Form
Removes a listener for FormEvent.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.sourceforge.czt.animation.gui.history.History
Function for removing property change listeners.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface net.sourceforge.czt.animation.gui.history.History
Function for removing property change listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Unregisters a PropertyChangeListener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class net.sourceforge.czt.animation.gui.temp.SolutionSet
Unregisters a PropertyChangeListener for a specific property.
ResourceIcon - Class in net.sourceforge.czt.animation.gui.beans
Icon that has its image taken from a resource/File.
ResourceIcon(File, Toolkit) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIcon(File) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIcon(String, Toolkit) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIcon(String) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIcon(URL) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIcon(URL, Toolkit) - Constructor for class net.sourceforge.czt.animation.gui.beans.ResourceIcon
 
ResourceIconDelegate - Class in net.sourceforge.czt.animation.gui.persistence.delegates
Persistence delegate for ResourceIcons.
rootContext - Variable in class net.sourceforge.czt.animation.gui.AnimatorCore
The Bean context for this object (proxied through #getBeanContextProxy()).
rootContext - Variable in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
The Bean context for this object (proxied through #getBeanContextProxy()).
run(String[]) - Static method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
run(String[]) - Static method in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
 
run(String[]) - Static method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 

S

s - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
saveDesign(XMLEncoder) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
Script - Class in net.sourceforge.czt.animation.gui.beans
A bean (for use in interface designs) for running scripts.
Script() - Constructor for class net.sourceforge.czt.animation.gui.beans.Script
Default constructor.
Script(String) - Constructor for class net.sourceforge.czt.animation.gui.beans.Script
Constructor.
Script(String, String) - Constructor for class net.sourceforge.czt.animation.gui.beans.Script
Constructor.
ScriptBeanCustomiser() - Constructor for class net.sourceforge.czt.animation.gui.beans.ScriptBeanInfo.ScriptBeanCustomiser
 
ScriptBeanInfo - Class in net.sourceforge.czt.animation.gui.beans
BeanInfo for Script.
ScriptBeanInfo() - Constructor for class net.sourceforge.czt.animation.gui.beans.ScriptBeanInfo
 
ScriptBeanInfo.ScriptBeanCustomiser - Class in net.sourceforge.czt.animation.gui.beans
Customiser for customising Scripts.
se - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
serviceAvailable(BeanContextServiceAvailableEvent) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Called by this bean's context when a new service is available.
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class net.sourceforge.czt.animation.gui.beans.HistoryProxy
 
serviceRevoked(BeanContextServiceRevokedEvent) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Called by this bean's context when a service is revoked.
set(ZValue) - Method in class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
set(ZValue) - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
setAsText(String) - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.TableModelEditor
 
setBean(Object) - Method in class net.sourceforge.czt.animation.gui.design.BeanWrapper
Setter function for bean.
setBean(Object) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.StatusBar
 
setBeanHandlesVisible(boolean) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
Calls setVisible on all of the BeanHandles.
setBeanProperty(Object, PropertyDescriptor, Object) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
setBeanProperty(Object, String, Object) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
Sets the value of a bean's property.
setBinding(ZBinding) - Method in class net.sourceforge.czt.animation.gui.beans.table.BindingModel
 
setCurrentBeanComponent(Component) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Setter method for the currentBean property.
setCursor(Cursor) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
setEventLinkHighlightingOverride(boolean) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
setHistory(History) - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
Setter function for history.
setHistory(History) - Method in class net.sourceforge.czt.animation.gui.AnimatorCoreBase
Setter function for history.
setInitSchema(String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Setter for the name of the initialisation schema.
setInitSchema(String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
setInitScript(String) - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
setInitScript(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
setInitScript(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
setInitScriptLanguage(String) - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
setInitScriptLanguage(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
setInitScriptLanguage(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
setLanguage(String) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Setter method for the language property.
setLocation() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
 
SetModel - Class in net.sourceforge.czt.animation.gui.beans.table
Table Model for displaying ZSets.
SetModel() - Constructor for class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
setName(String) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Setter method for the name property.
setObject(Object) - Method in class net.sourceforge.czt.animation.gui.beans.ScriptBeanInfo.ScriptBeanCustomiser
 
setRelation(ZSet) - Method in class net.sourceforge.czt.animation.gui.beans.table.RelationModel
 
setScript(String) - Method in class net.sourceforge.czt.animation.gui.beans.Script
Setter method for the script property.
setSet(ZSet) - Method in class net.sourceforge.czt.animation.gui.beans.table.SetModel
 
setSpecificationURL(String) - Method in class net.sourceforge.czt.animation.gui.AnimatorCore
 
setSpecificationURL(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
setSpecificationURL(URL) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore.EncoderOwner
 
setSpecificationURL(URL) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
setSpecificationURL(String) - Method in class net.sourceforge.czt.animation.gui.design.DesignerCore
 
setStartsVisible(boolean) - Method in class net.sourceforge.czt.animation.gui.Form
Setter method for startsVisible.
setStateSchema(String) - Method in interface net.sourceforge.czt.animation.gui.history.History
Setter for the name of the state schema.
setStateSchema(String) - Method in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
setTitle(String) - Method in class net.sourceforge.czt.animation.gui.Form
Setter method for title.
setTool(ToolWindow.Tool) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign.StatusBar
 
setTuple(ZTuple) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
setTupleSet(ZSet) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 
setupActions(ActionMap, InputMap, DesignerCore) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
setupLayeredPanes() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Sets up the layering of glassPane and beanPane.
setupMenus(JMenu) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Sets up the menu bar.
setupStatusBar() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Sets up the status bar.
setVertical(boolean) - Method in class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
setVisible(boolean) - Method in class net.sourceforge.czt.animation.gui.Form
Overridden to tie the form's visibility with that of the window containing it.
size() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
size() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
 
SolutionSet - Class in net.sourceforge.czt.animation.gui.temp
Class representing the set of solutions produced by an operation.
SolutionSet(String, Set<? extends ZValue>) - Constructor for class net.sourceforge.czt.animation.gui.temp.SolutionSet
Creates a SolutionSet from a Set containing all of the solutions.
SolutionSet(String, ZBinding) - Constructor for class net.sourceforge.czt.animation.gui.temp.SolutionSet
Creates a SolutionSet containing just one solution.
solutionSets - Variable in class net.sourceforge.czt.animation.gui.history.BasicHistory
The list of solution sets.
source - Variable in class net.sourceforge.czt.animation.gui.design.BeanLink
 
specificationURL_ - Variable in class net.sourceforge.czt.animation.gui.AnimatorCore
 
stateSchema_ - Variable in class net.sourceforge.czt.animation.gui.history.HistorySupport
 
statusBar - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign
 
StatusBar() - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign.StatusBar
 
StatusBar(Object, ToolWindow.Tool) - Constructor for class net.sourceforge.czt.animation.gui.design.FormDesign.StatusBar
 
supportsCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.BorderEditor
 
supportsCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.ColorEditor
 
supportsCustomEditor() - Method in class net.sourceforge.czt.animation.gui.design.properties.editors.IconEditor
 
sw - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.

T

TableModelEditor - Class in net.sourceforge.czt.animation.gui.design.properties.editors
PropertyEditor for TableModels.
TableModelEditor() - Constructor for class net.sourceforge.czt.animation.gui.design.properties.editors.TableModelEditor
 
toolChanged(ToolChangeEvent) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
toString() - Method in class net.sourceforge.czt.animation.gui.temp.ZBinding
Convert this binding to a string.
toString() - Method in class net.sourceforge.czt.animation.gui.temp.ZGiven
Returns string representation of the ZGiven.
toString() - Method in class net.sourceforge.czt.animation.gui.temp.ZNumber
 
toString() - Method in class net.sourceforge.czt.animation.gui.temp.ZSet
 
toString() - Method in class net.sourceforge.czt.animation.gui.temp.ZTuple
 
translateClassName(String) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
translateClassName(Class<?>) - Static method in class net.sourceforge.czt.animation.gui.util.IntrospectionHelper
 
translateCoordinateFromCSpace(Point, Component) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Translates a coordinate described in a coordinate space that is a descendant of this FormDesign to the same coordinate relative to the beanPane's coordinate space.
translateCoordinateToCSpace(Point, Component) - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
Translates a coordinate relative to the beanPane's coordinate space into the same coordinate relative to the coordinate space belonging to cSpace.
TupleModel - Class in net.sourceforge.czt.animation.gui.beans.table
Table Model for displaying a single tuple.
TupleModel() - Constructor for class net.sourceforge.czt.animation.gui.beans.table.TupleModel
 
TupleSetModel - Class in net.sourceforge.czt.animation.gui.beans.table
A Table Model for displaying sets of tuples.
TupleSetModel() - Constructor for class net.sourceforge.czt.animation.gui.beans.table.TupleSetModel
 

U

UnexpectedTypeException - Exception in net.sourceforge.czt.animation.gui.temp
 
UnexpectedTypeException(String) - Constructor for exception net.sourceforge.czt.animation.gui.temp.UnexpectedTypeException
Unexpected type of expr with message
UnexpectedTypeException(String, Throwable) - Constructor for exception net.sourceforge.czt.animation.gui.temp.UnexpectedTypeException
Unexpected type of expr with message and cause
UnexpectedTypeException(Throwable) - Constructor for exception net.sourceforge.czt.animation.gui.temp.UnexpectedTypeException
Unexpected type of expr with cause
unselectBean() - Method in class net.sourceforge.czt.animation.gui.design.FormDesign
 
URLDelegate - Class in net.sourceforge.czt.animation.gui.persistence.delegates
Persistence delegate for URLs.
Utils - Class in net.sourceforge.czt.animation.gui.util
Useful bits and pieces that lack any other home.

W

w - Variable in class net.sourceforge.czt.animation.gui.design.FormDesign.HandleSet
The corner and edge resize handles.
writeStatement(Statement) - Method in class net.sourceforge.czt.animation.gui.persistence.GaffeEncoder
Overridden writeStatement.

Z

ZBinding - Class in net.sourceforge.czt.animation.gui.temp
Class representing Binding values in Z.
ZBinding() - Constructor for class net.sourceforge.czt.animation.gui.temp.ZBinding
Creates an empty binding.
ZBinding(Map<String, ZValue>) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZBinding
Creates a binding from a Map from identifiers (String) to values (ZValue).
ZBinding(BindExpr) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZBinding
Create a binding from a expr
ZGiven - Class in net.sourceforge.czt.animation.gui.temp
Class representing the value of a Z variable of type Given.
ZGiven(String) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZGiven
Create a new ZGiven with its value set to value.
ZGiven(GivenValue) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZGiven
Create a new ZGiven from a ZName
ZLiveHistory - Class in net.sourceforge.czt.animation.gui.history
History Interface that proxy to ZLive.
ZLiveHistory() - Constructor for class net.sourceforge.czt.animation.gui.history.ZLiveHistory
 
ZLiveHistory(String, String) - Constructor for class net.sourceforge.czt.animation.gui.history.ZLiveHistory
 
ZLiveHistory(String, String, URL) - Constructor for class net.sourceforge.czt.animation.gui.history.ZLiveHistory
 
ZLocator - Class in net.sourceforge.czt.animation
General class for all locators.
ZLocator() - Constructor for class net.sourceforge.czt.animation.ZLocator
Creates a single-level locator.
ZLocator(ZLocator) - Constructor for class net.sourceforge.czt.animation.ZLocator
Creates a multi-level locator.
ZNumber - Class in net.sourceforge.czt.animation.gui.temp
Values in Z that are numbers.
ZNumber(long) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZNumber
Construct a ZNumber set to a specific value.
ZNumber(NumExpr) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZNumber
Construct a ZNumber set to a NumExpr value.
ZSet - Class in net.sourceforge.czt.animation.gui.temp
Values in Z that are Sets.
ZSet() - Constructor for class net.sourceforge.czt.animation.gui.temp.ZSet
Construct an empty ZSet.
ZSet(Set<? extends ZValue>) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZSet
Construct a ZSet from a Set of values.
ZSet(EvalSet) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZSet
Construct a ZSet by a EvalSet expr
ZSet.ZSetIterator - Class in net.sourceforge.czt.animation.gui.temp
Dynamiclly wrapping the memember of Expr to ZValue
ZSetIterator(ListIterator<Expr>) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZSet.ZSetIterator
 
ZTuple - Class in net.sourceforge.czt.animation.gui.temp
Class representing Z values that are Tuples.
ZTuple() - Constructor for class net.sourceforge.czt.animation.gui.temp.ZTuple
Construct an empty tuple.
ZTuple(ZValue, ZValue) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZTuple
Construct a tuple containing two values.
ZTuple(List<ZValue>) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZTuple
Construct a tuple from a list of values.
ZTuple(TupleExpr) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZTuple
Construct a ZTuple by a given TupleExpr
ZTuple.ZTupleIterator - Class in net.sourceforge.czt.animation.gui.temp
Dynamiclly wrapping the memember of Expr to ZValue
ZTupleIterator(ListIterator<Expr>) - Constructor for class net.sourceforge.czt.animation.gui.temp.ZTuple.ZTupleIterator
 
zValue(Expr) - Static method in class net.sourceforge.czt.animation.gui.temp.GaffeFactory
 
ZValue - Interface in net.sourceforge.czt.animation.gui.temp
Base for all classes representing values in Z.
A B C D E F G H I K L M N P R S T U W Z 
Skip navigation links

Copyright © 2003–2016 Community Z Tools Project. All rights reserved.