|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Path in org.beanfabrics |
|---|
| Methods in org.beanfabrics that return Path | |
|---|---|
static Path |
Path.concat(Path... paths)
Concatenates the given path objects to a new path. |
Path |
Path.getParent()
Returns the path to the parent node of this path. |
Path |
BnModelObserver.getPath()
Returns the path. |
Path |
Link.getPath()
Returns the path. |
Path |
ModelSubscriber.getPath()
Returns the path. |
Path |
PathEvaluation.getPath()
|
Path |
PathEvaluation.getResolvedPath()
|
Path |
Path.getSubPath(int fromPosition)
Returns a new path that is a subpath of this path. |
Path |
Path.getSubPath(int fromPosition,
int length)
Returns a new path that is a subpath of this path. |
static Path |
Path.parse(java.lang.String pathStr)
Returns a Path object that represents a path defined by the given path string, or null if the path string is null. |
| Methods in org.beanfabrics with parameters of type Path | ||
|---|---|---|
void |
IModelProvider.addModelProviderListener(Path path,
ModelProviderListener l)
Adds a ModelProviderListener to the listener list. |
|
void |
ModelProvider.addModelProviderListener(Path path,
ModelProviderListener l)
Adds a ModelProviderListener to the listener list. |
|
static ModelProvider |
Binder.bind(ModelSubscriber subscriber,
PresentationModel root,
Path path)
Binds the given ModelSubscriber to the PresentationModel
specified by the given Path relative to the given root model. |
|
static Path |
Path.concat(Path... paths)
Concatenates the given path objects to a new path. |
|
static PresentationModel |
PathEvaluation.evaluate(PresentationModel root,
Path path)
Evaluates the given path at the given root and returns the value at the end. |
|
static PresentationModel |
PathEvaluation.evaluateOrNull(PresentationModel root,
Path path)
Evaluates the given path at the given root and returns the value at the end if it can be found, null otherwise. |
|
static java.lang.String |
Path.getPathString(Path path)
Returns the canonical path string of the given path object, or null if the path object is null. |
|
|
IModelProvider.getPresentationModel(Path path)
Returns the presentation model found at the end of the specified path or null if nothing is found. |
|
|
ModelProvider.getPresentationModel(Path path)
Returns the presentation model found at the end of the specified path or null if nothing is found. |
|
void |
IModelProvider.removeModelProviderListener(Path path,
ModelProviderListener l)
Removes a ModelProviderListener from the listener list that was registered for a specific path. |
|
void |
ModelProvider.removeModelProviderListener(Path path,
ModelProviderListener l)
Removes a ModelProviderListener from the listener list that was registered for a specific path. |
|
void |
BnModelObserver.setPath(Path path)
Sets the path. |
|
void |
Link.setPath(Path path)
Sets the path. |
|
void |
ModelSubscriber.setPath(Path path)
Sets the path. |
|
| Constructors in org.beanfabrics with parameters of type Path | |
|---|---|
Observation(PresentationModel rootNode,
Path path)
Creates a new Observation along the given Path starting at the
given root node. |
|
PathEvaluation(PresentationModel root,
Path path)
|
|
| Uses of Path in org.beanfabrics.context |
|---|
| Methods in org.beanfabrics.context that return Path | |
|---|---|
Path |
BnParentContext.getPath()
Returns the path. |
| Methods in org.beanfabrics.context with parameters of type Path | |
|---|---|
void |
BnParentContext.setPath(Path path)
Sets the path. |
| Uses of Path in org.beanfabrics.event |
|---|
| Methods in org.beanfabrics.event that return Path | |
|---|---|
Path |
ModelProviderEvent.getPath()
|
| Constructors in org.beanfabrics.event with parameters of type Path | |
|---|---|
ModelProviderEvent(java.lang.Object source,
PresentationModel contentRoot,
Path path)
|
|
| Uses of Path in org.beanfabrics.meta |
|---|
| Methods in org.beanfabrics.meta that return Path | |
|---|---|
Path |
PathInfo.getPath()
|
| Methods in org.beanfabrics.meta with parameters of type Path | |
|---|---|
PathInfo |
PathInfo.getPathInfo(Path pathToChild)
|
| Uses of Path in org.beanfabrics.model |
|---|
| Methods in org.beanfabrics.model that return Path | |
|---|---|
Path |
SortKey.getSortPath()
Returns the sort path. |
| Methods in org.beanfabrics.model with parameters of type Path | |
|---|---|
void |
IListPM.sortBy(boolean ascending,
Path... path)
|
void |
ListPM.sortBy(boolean ascending,
Path... paths)
Sorts the entries of this list pM by comparing the cells at the end of the given paths. |
void |
MapPM.sortBy(boolean ascending,
Path... paths)
Sorts the entries of this map by comparing the PresentationModels
at the end of the given paths. |
| Constructors in org.beanfabrics.model with parameters of type Path | |
|---|---|
SortKey(boolean ascending,
Path sortPath)
Creates a new SortKey for the specified Path with
the specified sort direction. |
|
| Uses of Path in org.beanfabrics.support |
|---|
| Methods in org.beanfabrics.support with parameters of type Path | |
|---|---|
PresentationModel |
PropertySupport.getProperty(Path path)
|
| Uses of Path in org.beanfabrics.swing |
|---|
| Methods in org.beanfabrics.swing that return Path | |
|---|---|
Path |
BnAction.getPath()
Returns the path. |
Path |
BnButton.getPath()
Returns the path. |
Path |
BnCheckBox.getPath()
Returns the path. |
Path |
BnCheckBoxMenuItem.getPath()
Returns the path. |
Path |
BnComboBox.getPath()
Returns the path. |
Path |
BnIconLabel.getPath()
Returns the path. |
Path |
BnLabel.getPath()
Returns the path. |
Path |
BnMenuItem.getPath()
Returns the path. |
Path |
BnPasswordField.getPath()
Returns the path. |
Path |
BnRadioButton.getPath()
Returns the path. |
Path |
BnTextArea.getPath()
Returns the path. |
Path |
BnTextField.getPath()
Returns the path. |
Path |
BnToggleButton.getPath()
Returns the path. |
| Methods in org.beanfabrics.swing with parameters of type Path | |
|---|---|
void |
PathPainter.paintPath(java.awt.Graphics g,
int x,
int y,
Path path,
javax.swing.JComponent c)
|
void |
BnAction.setPath(Path path)
Sets the path. |
void |
BnButton.setPath(Path path)
Sets the path. |
void |
BnCheckBox.setPath(Path path)
Sets the path. |
void |
BnCheckBoxMenuItem.setPath(Path path)
Sets the path. |
void |
BnComboBox.setPath(Path path)
Sets the path. |
void |
BnIconLabel.setPath(Path path)
Sets the path. |
void |
BnLabel.setPath(Path path)
Sets the path. |
void |
BnMenuItem.setPath(Path path)
Sets the path. |
void |
BnPasswordField.setPath(Path path)
Sets the path. |
void |
BnRadioButton.setPath(Path path)
Sets the path. |
void |
BnTextArea.setPath(Path path)
Sets the path. |
void |
BnTextField.setPath(Path path)
Sets the path. |
void |
BnToggleButton.setPath(Path path)
Sets the path. |
| Constructors in org.beanfabrics.swing with parameters of type Path | |
|---|---|
BnAction(IModelProvider provider,
Path path)
Constructs a BnAction and subscribes it for the model at the
specified Path provided by the given provider. |
|
BnButton(ModelProvider provider,
Path path)
Constructs a BnButton and subscribes it for the model at the
specified Path provided by the given provider. |
|
BnCheckBox(ModelProvider provider,
Path path)
Constructs a BnCheckBox and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnCheckBoxMenuItem(ModelProvider provider,
Path path)
Constructs a BnCheckBoxMenuItem and subscribes it for the
model at the specified Path provided by the given provider. |
|
BnComboBox(ModelProvider provider,
Path path)
Constructs a BnComboBox and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnIconLabel(ModelProvider provider,
Path path)
Constructs a BnIconLabel and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnLabel(ModelProvider provider,
Path path)
Constructs a BnLabel and subscribes it for the model at the
specified Path provided by the given provider. |
|
BnMenuItem(ModelProvider provider,
Path path)
Constructs a BnMenuItem and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnMouseClickAction(IModelProvider provider,
Path path)
Constructs a BnMouseClickAction and subscribes it for the
model at the specified Path provided by the given provider. |
|
BnPasswordField(ModelProvider provider,
Path path)
Constructs a BnPasswordField and subscribes it for the model
at the specified Path provided by the given provider. |
|
BnRadioButton(ModelProvider provider,
Path path)
Constructs a BnRadioButton and subscribes it for the model
at the specified Path provided by the given provider. |
|
BnTextArea(ModelProvider provider,
Path path)
Constructs a BnTextArea and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnTextField(ModelProvider provider,
Path path)
Constructs a BnTextField and subscribes it for the model at
the specified Path provided by the given provider. |
|
BnToggleButton(ModelProvider provider,
Path path)
Constructs a BnToggleButton and subscribes it for the model
at the specified Path provided by the given provider. |
|
| Uses of Path in org.beanfabrics.swing.list |
|---|
| Methods in org.beanfabrics.swing.list that return Path | |
|---|---|
Path |
BnList.getPath()
Returns the path. |
Path |
CellConfig.getPath()
Returns the Path of the configured pM. |
| Methods in org.beanfabrics.swing.list with parameters of type Path | |
|---|---|
void |
BnList.setPath(Path path)
Sets the path. |
| Constructors in org.beanfabrics.swing.list with parameters of type Path | |
|---|---|
CellConfig(Path path)
Constructs a CellConfig with the given path. |
|
| Uses of Path in org.beanfabrics.swing.table |
|---|
| Methods in org.beanfabrics.swing.table that return Path | |
|---|---|
Path |
BnTableModel.getColumnPath(int column)
|
Path |
BnColumn.getOperationPath()
|
Path |
BnColumn.getPath()
|
Path |
BnTable.getPath()
Returns the path. |
| Methods in org.beanfabrics.swing.table with parameters of type Path | |
|---|---|
void |
BnTable.setPath(Path path)
Sets the path. |
| Constructors in org.beanfabrics.swing.table with parameters of type Path | |
|---|---|
BnColumn(Path path,
java.lang.String columnName)
|
|
BnColumn(Path path,
java.lang.String columnName,
int width)
|
|
BnColumn(Path path,
java.lang.String columnName,
int width,
boolean widthFixed)
|
|
BnColumn(Path path,
java.lang.String columnName,
int width,
boolean widthFixed,
Path operationPath)
|
|
BnColumn(Path path,
java.lang.String columnName,
int width,
boolean widthFixed,
Path operationPath,
java.lang.Integer alignment)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||