A B C D E F G H I L M N P R S T U W

A

aboutToExitApplication(Object) - Method in class com.jgoodies.skeleton.model.MainModel
Leaves the application if nobody vetos against the close request.
AbstractEditor - Class in com.jgoodies.skeleton.view.editor
The abstract superclass of all Editor implementations.
AbstractEditor(Icon) - Constructor for class com.jgoodies.skeleton.view.editor.AbstractEditor
Constructs an AbstractEditor with the specified icon.
AbstractEditor(Icon, String) - Constructor for class com.jgoodies.skeleton.view.editor.AbstractEditor
Constructs an AbstractEditor with the specified icon and title prefix.
AbstractEditor(String) - Constructor for class com.jgoodies.skeleton.view.editor.AbstractEditor
Constructs an AbstractEditor with the specified title prefix.
AbstractTreeNode - Class in com.jgoodies.skeleton.model.node
The abstract superclass for all tree node classes in Skeleton (Pro).
AbstractTreeNode(NavigationNode, Object) - Constructor for class com.jgoodies.skeleton.model.node.AbstractTreeNode
Constructs a tree node for the given parent and model.
activate() - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Activates this editor.
activate() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Activates this editor.
activate() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
add(NavigationNode) - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Adds the given child to the list of this node's children.
addComponent(Segment) - Method in class com.jgoodies.skeleton.domain.Shaft
Adds the given segment to this shaft's components.
addComponent(Flange) - Method in class com.jgoodies.skeleton.domain.Shaft
Adds the given flange to this shaft's components.
addEditor(Class, Editor) - Method in class com.jgoodies.skeleton.view.editor.EditorView
Adds an Editor to this EditorView.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Adds a PropertyChangeListener to the listener list for a specific property.
addShaft(Shaft) - Method in class com.jgoodies.skeleton.domain.Project
Adds the given shaft to this project's shafts.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Adds a VetoableChangeListener to the listener list for a specific property.

B

build() - Method in class com.jgoodies.skeleton.view.MainFrame
Builds this MainFrame.
buildContentPane() - Method in class com.jgoodies.skeleton.view.MainFrame
Builds this frame's content pane.
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.DescriptionEditor
Builds and returns this editor's panel.
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.EditorView
 
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.FlangeEditor
Builds and returns this editor's panel.
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.SegmentEditor
Builds and returns this editor's panel.
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.ShaftEditor
Builds the content pane.
buildPanel() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
Builds and returns this view's panel.

C

children() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns the children of the receiver as an Enumeration.
com.jgoodies.skeleton - package com.jgoodies.skeleton
Contains the main class and the Actions and Resource properties
com.jgoodies.skeleton.domain - package com.jgoodies.skeleton.domain
Contains domain classes used by the Skeleton (Pro) application.
com.jgoodies.skeleton.model - package com.jgoodies.skeleton.model
Consists of classes that represent the state and behavior of the presentation independently of the GUI components used in the interface.
com.jgoodies.skeleton.model.node - package com.jgoodies.skeleton.model.node
Contains classes that describe the nodes in the navigation tree
com.jgoodies.skeleton.view - package com.jgoodies.skeleton.view
Contains view classes that build and present the Skeleton (Pro) user interface
com.jgoodies.skeleton.view.editor - package com.jgoodies.skeleton.view.editor
Contains types that describe and implement the editors used in Skeleton (Pro)
configureCloseOperation() - Method in class com.jgoodies.skeleton.view.MainFrame
Configures the behavior that will happen when the user initiates a "close" on this frame.
configureLayoutMap() - Method in class com.jgoodies.skeleton.Skeleton
 
Constants - Class in com.jgoodies.skeleton.domain
Consists only of static methods that return constant lists of choices used to fill models for comboboxes and list views.
createSample() - Static method in class com.jgoodies.skeleton.domain.ProjectFactory
Creates and returns a sample data model with sample components.

D

deactivate() - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Deactivates the editor.
deactivate() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Deactivates the editor.
deactivate() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
DEFAULT_PROJECT_NAME_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
Description - Class in com.jgoodies.skeleton.domain
Describes a project and provides bound bean properties for the manufacturer, inspector and ship data.
Description(String) - Constructor for class com.jgoodies.skeleton.domain.Description
Constructs a project Description with the given name.
DESCRIPTION_ICON - Static variable in class com.jgoodies.skeleton.model.Resources
 
DESCRIPTION_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
DESCRIPTION_NAME - Static variable in class com.jgoodies.skeleton.model.Resources
 
DESCRIPTION_NAME_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
DescriptionEditor - Class in com.jgoodies.skeleton.view.editor
An implementation of the Editor interface that presents the general project data, i.e. instances of Description.
DescriptionEditor() - Constructor for class com.jgoodies.skeleton.view.editor.DescriptionEditor
Constructs a DescriptionEditor.
DescriptionNode - Class in com.jgoodies.skeleton.model.node
This class represents the project description in the navigation tree.
DescriptionNode(NavigationNode, Description) - Constructor for class com.jgoodies.skeleton.model.node.DescriptionNode
Constructs a DescriptionNode for the given parent and description.

E

Editor - Interface in com.jgoodies.skeleton.view.editor
This interface describes general editors that have an Icon, title, ToolBar, and that can set and return a model.
EditorModel - Class in com.jgoodies.skeleton.model
Provides bound properties for the model and proposed model.
EditorView - Class in com.jgoodies.skeleton.view.editor
A container that wraps Editor instances with a JScrollPane, which in turn is wrapped by a SimpleInternalFrame.
EditorView(MainModel) - Constructor for class com.jgoodies.skeleton.view.editor.EditorView
Constructs an EditorView for the given main model.
equals(Object, Object) - Method in class com.jgoodies.skeleton.domain.Model
Checks and answers if the two objects are both null or equal.

F

fireMultiplePropertiesChanged() - Method in class com.jgoodies.skeleton.domain.Model
Indicates that an arbitrary set of bound properties have changed.
firePropertyChange(String, Object, Object) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for boolean properties.
firePropertyChange(String, double, double) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, float, float) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, int, int) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for integer properties.
firePropertyChange(String, long, long) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting bound property changes for integer properties.
fireVetoableChange(String, Object, Object) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained Object properties.
fireVetoableChange(String, boolean, boolean) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained boolean properties.
fireVetoableChange(String, double, double) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, int, int) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, float, float) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained integer properties.
fireVetoableChange(String, long, long) - Method in class com.jgoodies.skeleton.domain.Model
Support for reporting changes for constrained integer properties.
Flange - Class in com.jgoodies.skeleton.domain
Describes flanges and provides bound bean properties for the flange description, diameters, criteria and bolts.
Flange(String) - Constructor for class com.jgoodies.skeleton.domain.Flange
Constructs a Flange with the given identifier.
FLANGE_ICON - Static variable in class com.jgoodies.skeleton.model.Resources
 
FLANGE_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
FlangeEditor - Class in com.jgoodies.skeleton.view.editor
An implementation of Editor that displays instances of class Flange.
FlangeEditor() - Constructor for class com.jgoodies.skeleton.view.editor.FlangeEditor
Constructs a FlangeEditor.
FlangeNode - Class in com.jgoodies.skeleton.model.node
This class represents flanges in the navigation tree.
FlangeNode(NavigationNode, Flange) - Constructor for class com.jgoodies.skeleton.model.node.FlangeNode
Constructs a FlangeNode for the specified parent and flange.

G

getAddFlangeAction() - Method in class com.jgoodies.skeleton.model.NavigationModel
 
getAddSegmentAction() - Method in class com.jgoodies.skeleton.model.NavigationModel
 
getAddShaftAction() - Method in class com.jgoodies.skeleton.model.NavigationModel
 
getAllowsChildren() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns true if the receiver allows children.
getChildAt(int) - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns the child TreeNode at index childIndex.
getChildCount() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns the number of children TreeNodes the receiver contains.
getCompanyName() - Method in class com.jgoodies.skeleton.domain.Description
 
getComponents() - Method in class com.jgoodies.skeleton.domain.Shaft
Returns an unmodifiable List of this shaft's child components: segments and flanges.
getConnection() - Method in class com.jgoodies.skeleton.domain.Segment
 
getContactPerson() - Method in class com.jgoodies.skeleton.domain.Description
 
getDa() - Method in class com.jgoodies.skeleton.domain.Flange
 
getDa() - Method in class com.jgoodies.skeleton.domain.Segment
 
getDa2() - Method in class com.jgoodies.skeleton.domain.Flange
 
getDa2() - Method in class com.jgoodies.skeleton.domain.Segment
 
getDeleteItemAction() - Method in class com.jgoodies.skeleton.model.NavigationModel
 
getDescription() - Method in class com.jgoodies.skeleton.domain.Project
 
getDescription() - Method in class com.jgoodies.skeleton.model.node.DescriptionNode
Returns this node's associated Description instance.
getDi() - Method in class com.jgoodies.skeleton.domain.Flange
 
getDi() - Method in class com.jgoodies.skeleton.domain.Segment
 
getDi2() - Method in class com.jgoodies.skeleton.domain.Flange
 
getDi2() - Method in class com.jgoodies.skeleton.domain.Segment
 
getDiameter() - Method in class com.jgoodies.skeleton.domain.Flange
 
getDiameter() - Method in class com.jgoodies.skeleton.domain.Segment
 
getDs() - Method in class com.jgoodies.skeleton.domain.Flange
 
getEditedObject() - Method in class com.jgoodies.skeleton.model.EditorModel
Returns the domain object edited by the active editor.
getEditorModel() - Method in class com.jgoodies.skeleton.model.MainModel
Returns the editor submodel.
getExitAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getFileName() - Method in class com.jgoodies.skeleton.domain.Project
Returns the name of this project's associated filename, or "e;Unsaved"e; if it has no file associated.
getFlange() - Method in class com.jgoodies.skeleton.model.node.FlangeNode
Returns this node's associated Flange instance.
getHullNumbers() - Method in class com.jgoodies.skeleton.domain.Description
 
getIceClass() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns this node's icon for the given selection state.
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.DescriptionNode
Returns this node's icon, ignores the selection.
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.FlangeNode
Returns this node's icon, ignores the selection.
getIcon(boolean) - Method in interface com.jgoodies.skeleton.model.node.NavigationNode
Returns this node's icon for the given selection state.
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.RootNode
Returns this node's icon.
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.SegmentNode
Returns this node's icon, ignores the selection.
getIcon(boolean) - Method in class com.jgoodies.skeleton.model.node.ShaftNode
Returns this node's icon, ignores the selection.
getIcon() - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Returns this editor's icon.
getIcon() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Returns this editor's icon.
getIcon() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
getIdentifier() - Method in class com.jgoodies.skeleton.domain.Flange
Returns this flange's identifier.
getIdentifier() - Method in class com.jgoodies.skeleton.domain.Segment
Returns this segment's identifier.
getIdentifier() - Method in class com.jgoodies.skeleton.domain.Shaft
Returns this shaft's identifier.
getIndex(TreeNode) - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns the index of node in the receivers children.
getInspection() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getInspector() - Method in class com.jgoodies.skeleton.domain.Description
 
getKFactor() - Method in class com.jgoodies.skeleton.domain.Flange
 
getKFactor() - Method in class com.jgoodies.skeleton.domain.Segment
 
getLen() - Method in class com.jgoodies.skeleton.domain.Segment
 
getLength() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getLocation() - Method in class com.jgoodies.skeleton.domain.Flange
 
getLocation() - Method in class com.jgoodies.skeleton.domain.Segment
 
getLongitudinalSlots() - Method in class com.jgoodies.skeleton.domain.Segment
 
getMachinery() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getMaterial() - Method in class com.jgoodies.skeleton.domain.Flange
 
getMaterial() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getModel() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns this node's model.
getModel() - Method in interface com.jgoodies.skeleton.model.node.NavigationNode
Returns this node's model.
getName() - Method in class com.jgoodies.skeleton.domain.Description
 
getName() - Method in class com.jgoodies.skeleton.domain.Project
 
getName() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns this node's name.
getName() - Method in class com.jgoodies.skeleton.model.node.DescriptionNode
Returns this node's name, a constant requested from the global resource repository.
getName() - Method in class com.jgoodies.skeleton.model.node.FlangeNode
Returns this node's name, the identifier of the associated flange.
getName() - Method in interface com.jgoodies.skeleton.model.node.NavigationNode
Returns this node's name.
getName() - Method in class com.jgoodies.skeleton.model.node.RootNode
Returns this node's name.
getName() - Method in class com.jgoodies.skeleton.model.node.SegmentNode
Returns this node's name, the identifier of the associated segment.
getName() - Method in class com.jgoodies.skeleton.model.node.ShaftNode
Returns this node's name, the identifier of the associated shaft.
getNavigationModel() - Method in class com.jgoodies.skeleton.model.MainModel
Returns the navigation submodel.
getNavigationTreeModel() - Method in class com.jgoodies.skeleton.model.NavigationModel
Returns the tree model for the navigation tree.
getNavigationTreeSelectionModel() - Method in class com.jgoodies.skeleton.model.NavigationModel
Returns the fixed selection model for the navigation tree.
getNewProjectAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getNumbers() - Method in class com.jgoodies.skeleton.domain.Flange
 
getOpenAboutDialogAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getOpenPrintDialogAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getOpenProjectAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getOrderNo() - Method in class com.jgoodies.skeleton.domain.Description
 
getPanel() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Returns this editor's panel.
getParent() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns the parent TreeNode of the receiver.
getPower() - Method in class com.jgoodies.skeleton.domain.Flange
 
getPower() - Method in class com.jgoodies.skeleton.domain.Segment
 
getPower() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getPrintAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getProject() - Method in class com.jgoodies.skeleton.model.MainModel
Returns the current project.
getProject() - Method in class com.jgoodies.skeleton.model.node.RootNode
Returns this node's associated Description instance.
getProjectType() - Method in class com.jgoodies.skeleton.domain.Description
 
getPropertyChangeListeners() - Method in class com.jgoodies.skeleton.domain.Model
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class com.jgoodies.skeleton.domain.Model
Returns an array of all the listeners which have been associated with the named property.
getPti() - Method in class com.jgoodies.skeleton.domain.Flange
 
getPti() - Method in class com.jgoodies.skeleton.domain.Segment
 
getRadialHoles() - Method in class com.jgoodies.skeleton.domain.Segment
 
getRadius() - Method in class com.jgoodies.skeleton.domain.Flange
 
getRadius() - Method in class com.jgoodies.skeleton.domain.Segment
 
getReferenceNo() - Method in class com.jgoodies.skeleton.domain.Description
 
getRegisterNo() - Method in class com.jgoodies.skeleton.domain.Description
 
getS() - Method in class com.jgoodies.skeleton.domain.Flange
 
getSaveAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getSaveAsAction() - Method in class com.jgoodies.skeleton.model.MainModel
 
getSegment() - Method in class com.jgoodies.skeleton.model.node.SegmentNode
Returns this node's associated Segment instance.
getSelection() - Method in class com.jgoodies.skeleton.model.NavigationModel
Returns the current selection, a domain object.
getSelectionType() - Method in class com.jgoodies.skeleton.model.NavigationModel
Returns the class of the selected domain object.
getShaft() - Method in class com.jgoodies.skeleton.model.node.ShaftNode
Returns this node's associated Shaft instance.
getShafts() - Method in class com.jgoodies.skeleton.domain.Project
Returns an unmodifiable list of this project's shafts.
getShipyard() - Method in class com.jgoodies.skeleton.domain.Description
 
getSpeed() - Method in class com.jgoodies.skeleton.domain.Shaft
 
getStatus() - Method in class com.jgoodies.skeleton.domain.Description
 
getTitle() - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Returns this editor's title.
getTitle() - Method in class com.jgoodies.skeleton.view.editor.DescriptionEditor
Returns this Editor's title.
getTitle() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Returns this editor's title.
getTitle() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
getToolBar() - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Returns this editor's tool bar.
getToolBar() - Method in interface com.jgoodies.skeleton.view.editor.Editor
Returns this editor's tool bar.
getToolBar() - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
getValidationTarget() - Method in class com.jgoodies.skeleton.model.EditorModel
Returns the domain object that shall be validated.
getVetoableChangeListeners() - Method in class com.jgoodies.skeleton.domain.Model
Returns an array of all the property change listeners registered on this component.
getVetoableChangeListeners(String) - Method in class com.jgoodies.skeleton.domain.Model
Returns an array of all the listeners which have been associated with the named property.
GRADIENT_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 

H

hasFile() - Method in class com.jgoodies.skeleton.domain.Project
Checks and answers whether this project has an associated file as backing store.
hasProject() - Method in class com.jgoodies.skeleton.model.MainModel
Checks and answers if a project is loaded.

I

ICE_CLASS_ARRAY - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an array of ice classes.
ICE_CLASS_LIST - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an unmodifiable list of ice classes.
isLeaf() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns true if the receiver is a leaf.
isProjectFilePathValid() - Method in class com.jgoodies.skeleton.model.MainModel
Checks and answers whether the project's file path is valid.
ITEM_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 

L

LOCATION_ARRAY - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an array of locations.
LOCATION_LIST - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an unmodifiable list of locations.
LOGO_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 

M

main(String[]) - Static method in class com.jgoodies.skeleton.Skeleton
 
MainFrame - Class in com.jgoodies.skeleton.view
The main frame of the skeleton application.
MainFrame(String, MainModel) - Constructor for class com.jgoodies.skeleton.view.MainFrame
Constructs an instance of the Skeleton app's main frame.
MainModel - Class in com.jgoodies.skeleton.model
References all application-level data or submodels and provides convenience accessors.
MainModel() - Constructor for class com.jgoodies.skeleton.model.MainModel
Constructs a MainModel that has no project set, no selection and no tree model.
MATERIAL_ARRAY - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an array of materials.
MATERIAL_LIST - Static variable in class com.jgoodies.skeleton.domain.Constants
Holds an unmodifiable list of materials.
Model - Class in com.jgoodies.skeleton.domain
An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Model() - Constructor for class com.jgoodies.skeleton.domain.Model
 

N

NavigationModel - Class in com.jgoodies.skeleton.model
A presentation model that provides bound properties, operations and Actions for the navigation tree.
NavigationModel(MainModel) - Constructor for class com.jgoodies.skeleton.model.NavigationModel
Constructs a NavigationModel that has no selection and no tree model.
NavigationNode - Interface in com.jgoodies.skeleton.model.node
This interface describes nodes in the Skeleton (Pro) navigation tree.

P

Project - Class in com.jgoodies.skeleton.domain
References all relevant project data: the project description and a list of shafts.
Project(String) - Constructor for class com.jgoodies.skeleton.domain.Project
Constructs a Project with the given name and and empty shaft list.
ProjectFactory - Class in com.jgoodies.skeleton.domain
A factory that can create a sample project with a sample description, some shafts and child segments and flanges.
PROPERTYNAME_COMPANY_NAME - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_CONNECTION - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_CONTACT_PERSON - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_DA - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_DA - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_DA2 - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_DA2 - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_DI - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_DI - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_DI2 - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_DI2 - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_DIAMETER - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_DIAMETER - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_DS - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_EDITED_OBJECT - Static variable in class com.jgoodies.skeleton.model.EditorModel
 
PROPERTYNAME_HULL_NUMBERS - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_ICE_CLASS - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_IDENTIFIER - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_IDENTIFIER - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_IDENTIFIER - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_INSPECTION - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_INSPECTOR - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_K_FACTOR - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_K_FACTOR - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_LEN - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_LENGTH - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_LOCATION - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_LOCATION - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_LONGITUDINAL_SLOTS - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_MACHINERY - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_MATERIAL - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_MATERIAL - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_NAME - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_NAVIGATION_TREE_MODEL - Static variable in class com.jgoodies.skeleton.model.NavigationModel
 
PROPERTYNAME_NUMBERS - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_ORDER_NO - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_POWER - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_POWER - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_POWER - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_PROJECT - Static variable in class com.jgoodies.skeleton.model.MainModel
 
PROPERTYNAME_PROJECT_TYPE - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_PTI - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_PTI - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_RADIAL_HOLES - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_RADIUS - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_RADIUS - Static variable in class com.jgoodies.skeleton.domain.Segment
 
PROPERTYNAME_REFERENCE_NO - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_REGISTER_NO - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_S - Static variable in class com.jgoodies.skeleton.domain.Flange
 
PROPERTYNAME_SELECTION - Static variable in class com.jgoodies.skeleton.model.NavigationModel
 
PROPERTYNAME_SELECTION_TYPE - Static variable in class com.jgoodies.skeleton.model.NavigationModel
 
PROPERTYNAME_SHIPYARD - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_SPEED - Static variable in class com.jgoodies.skeleton.domain.Shaft
 
PROPERTYNAME_STATUS - Static variable in class com.jgoodies.skeleton.domain.Description
 
PROPERTYNAME_VALIDATION_TARGET - Static variable in class com.jgoodies.skeleton.model.EditorModel
 

R

readFrom(File) - Static method in class com.jgoodies.skeleton.domain.Project
Reads, creates and returns a Project from the given File.
removeComponent(Segment) - Method in class com.jgoodies.skeleton.domain.Shaft
Removes the given segment from this shaft's components.
removeComponent(Flange) - Method in class com.jgoodies.skeleton.domain.Shaft
Removes the given flange from this shaft's components.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Removes a PropertyChangeListener from the listener list for a specific property.
removeShaft(Shaft) - Method in class com.jgoodies.skeleton.domain.Project
Removes the given shaft from this project's shafts.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class com.jgoodies.skeleton.domain.Model
Removes a VetoableChangeListener from the listener list for a specific property.
Resources - Class in com.jgoodies.skeleton.model
This class consists of string ids used for the resource bundle lookup.
RootNode - Class in com.jgoodies.skeleton.model.node
Describes the root node in the Skeleton (Pro) navigation tree.
RootNode(Project) - Constructor for class com.jgoodies.skeleton.model.node.RootNode
Creates a root node for the specified project.

S

save() - Method in class com.jgoodies.skeleton.domain.Project
Saves this project to its associated File.
saveAs(File) - Method in class com.jgoodies.skeleton.domain.Project
Saves this project to the given File.
Segment - Class in com.jgoodies.skeleton.domain
Describes shaft segments and provides bound bean properties for the segment description, diameters, and criteria.
Segment(String) - Constructor for class com.jgoodies.skeleton.domain.Segment
Constructs a Segment with the given identifier.
SEGMENT_ICON - Static variable in class com.jgoodies.skeleton.model.Resources
 
SEGMENT_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
SegmentEditor - Class in com.jgoodies.skeleton.view.editor
An implementation of Editor that displays instances of Segment.
SegmentEditor() - Constructor for class com.jgoodies.skeleton.view.editor.SegmentEditor
Constructs a SegmentEditor.
SegmentNode - Class in com.jgoodies.skeleton.model.node
This class represents segments in the navigation tree.
SegmentNode(NavigationNode, Segment) - Constructor for class com.jgoodies.skeleton.model.node.SegmentNode
Constructs a SegmentNode for the specified parent and segment.
setActiveEditor(Editor) - Method in class com.jgoodies.skeleton.view.editor.EditorView
Shows the specified Editor: sets the icon, title, tool bar, and finally switches the viewport's view.
setCompanyName(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setConnection(String) - Method in class com.jgoodies.skeleton.domain.Segment
 
setContactPerson(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setDa(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setDa(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setDa2(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setDa2(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setDefaultParentFrame(Frame) - Method in class com.jgoodies.skeleton.model.MainModel
Sets a frame as the default parent for this controller's dialogs.
setDi(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setDi(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setDi2(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setDi2(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setDiameter(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setDiameter(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setDs(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setHullNumbers(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setIceClass(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setIdentifier(String) - Method in class com.jgoodies.skeleton.domain.Flange
 
setIdentifier(String) - Method in class com.jgoodies.skeleton.domain.Segment
 
setIdentifier(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setInspection(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setInspector(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setKFactor(String) - Method in class com.jgoodies.skeleton.domain.Flange
 
setKFactor(String) - Method in class com.jgoodies.skeleton.domain.Segment
 
setLen(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setLength(long) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setLocation(String) - Method in class com.jgoodies.skeleton.domain.Flange
 
setLocation(String) - Method in class com.jgoodies.skeleton.domain.Segment
 
setLongitudinalSlots(boolean) - Method in class com.jgoodies.skeleton.domain.Segment
 
setMachinery(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setMaterial(String) - Method in class com.jgoodies.skeleton.domain.Flange
 
setMaterial(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setName(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setNumbers(String) - Method in class com.jgoodies.skeleton.domain.Flange
 
setOrderNo(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setPower(double) - Method in class com.jgoodies.skeleton.domain.Flange
 
setPower(double) - Method in class com.jgoodies.skeleton.domain.Segment
 
setPower(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setProject(Project) - Method in class com.jgoodies.skeleton.model.MainModel
Sets a new project.
setProjectType(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setPti(double) - Method in class com.jgoodies.skeleton.domain.Flange
 
setPti(double) - Method in class com.jgoodies.skeleton.domain.Segment
 
setRadialHoles(boolean) - Method in class com.jgoodies.skeleton.domain.Segment
 
setRadius(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setRadius(int) - Method in class com.jgoodies.skeleton.domain.Segment
 
setReferenceNo(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setRegisterNo(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setS(int) - Method in class com.jgoodies.skeleton.domain.Flange
 
setShipyard(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setSpeed(String) - Method in class com.jgoodies.skeleton.domain.Shaft
 
setStatus(String) - Method in class com.jgoodies.skeleton.domain.Description
 
setTitleSuffix(String) - Method in class com.jgoodies.skeleton.view.editor.AbstractEditor
Sets a new title suffix that is used to compose this editor's title.
Shaft - Class in com.jgoodies.skeleton.domain
Describes shafts and provides bound bean properties for the shaft and associated comments.
Shaft(String) - Constructor for class com.jgoodies.skeleton.domain.Shaft
Constructs a Shaft with the given identifier.
SHAFT_ICON - Static variable in class com.jgoodies.skeleton.model.Resources
 
SHAFT_ICON_ID - Static variable in class com.jgoodies.skeleton.model.Resources
 
ShaftEditor - Class in com.jgoodies.skeleton.view.editor
An implementation of Editor that displays a Shaft.
ShaftEditor() - Constructor for class com.jgoodies.skeleton.view.editor.ShaftEditor
Constructs a ShaftEditor.
ShaftNode - Class in com.jgoodies.skeleton.model.node
This class represents shafts in the navigation tree.
ShaftNode(NavigationNode, Shaft) - Constructor for class com.jgoodies.skeleton.model.node.ShaftNode
Constructs a ShaftNode for the given parent and shaft.
Skeleton - Class in com.jgoodies.skeleton
The main class of the Skeleton application.
Skeleton() - Constructor for class com.jgoodies.skeleton.Skeleton
 
STATUS_ARRAY - Static variable in class com.jgoodies.skeleton.domain.Description
Holds the status array.
STATUS_ASSIGNED - Static variable in class com.jgoodies.skeleton.domain.Description
 
STATUS_FINISHED - Static variable in class com.jgoodies.skeleton.domain.Description
 
STATUS_IN_PROGRESS - Static variable in class com.jgoodies.skeleton.domain.Description
 
STATUS_RELEASED - Static variable in class com.jgoodies.skeleton.domain.Description
 
STATUS_UNASSIGNED - Static variable in class com.jgoodies.skeleton.domain.Description
 

T

toString() - Method in class com.jgoodies.skeleton.domain.Description
Returns a string representation for this description.
toString() - Method in class com.jgoodies.skeleton.domain.Flange
Returns a string representation for this flange.
toString() - Method in class com.jgoodies.skeleton.domain.Project
Returns a string representation for this project.
toString() - Method in class com.jgoodies.skeleton.domain.Segment
Returns a string representation for this segment.
toString() - Method in class com.jgoodies.skeleton.domain.Shaft
Returns a string representation for this shaft.
toString() - Method in class com.jgoodies.skeleton.model.node.AbstractTreeNode
Returns a string representation for this node.
toString() - Method in class com.jgoodies.skeleton.model.node.RootNode
Returns a string representation for this node.
TYPE_CONVERSION - Static variable in class com.jgoodies.skeleton.domain.Description
 
TYPE_NEW_BUILDING - Static variable in class com.jgoodies.skeleton.domain.Description
 
TYPE_REPAIR - Static variable in class com.jgoodies.skeleton.domain.Description
 

U

updateModel(Object) - Method in class com.jgoodies.skeleton.view.editor.DescriptionEditor
Writes editor contents to the given model.
updateModel(Object) - Method in interface com.jgoodies.skeleton.view.editor.Editor
Reads the values from this editor's components and sets them in the given model.
updateModel(Object) - Method in class com.jgoodies.skeleton.view.editor.FlangeEditor
Writes the editor contents to the given model.
updateModel(Object) - Method in class com.jgoodies.skeleton.view.editor.SegmentEditor
Writes view contents to the given model.
updateModel(Object) - Method in class com.jgoodies.skeleton.view.editor.ShaftEditor
Writes view contents to the given model.
updateModel(Object) - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 
updateView(Object) - Method in class com.jgoodies.skeleton.view.editor.DescriptionEditor
Reads the editor contents from the given model.
updateView(Object) - Method in interface com.jgoodies.skeleton.view.editor.Editor
Reads the values from the given model and sets them in this editor's components.
updateView(Object) - Method in class com.jgoodies.skeleton.view.editor.FlangeEditor
Reads the editor contents from the given model.
updateView(Object) - Method in class com.jgoodies.skeleton.view.editor.SegmentEditor
Reads view contents from the given model.
updateView(Object) - Method in class com.jgoodies.skeleton.view.editor.ShaftEditor
Reads view contents from the given model.
updateView(Object) - Method in class com.jgoodies.skeleton.view.editor.WelcomeView
 

W

WelcomeView - Class in com.jgoodies.skeleton.view.editor
This panel is displayed after a successful application startup to welcome the user.
WelcomeView(MainModel) - Constructor for class com.jgoodies.skeleton.view.editor.WelcomeView
 

A B C D E F G H I L M N P R S T U W

Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.