|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.propertybrowser.editor.standard.PathEditorCustomizer
org.openbp.guiclient.propertyeditors.ImagePathEditorCustomizer
public class ImagePathEditorCustomizer
Image path editor customizer.
| Constructor Summary | |
|---|---|
ImagePathEditorCustomizer()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
chooserClosed(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
Called after the chooser has been closed. |
boolean |
chooserInitialized(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
Called after the chooser has been initialized. |
boolean |
initializeChooser(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
Called before the chooser is being initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImagePathEditorCustomizer()
| Method Detail |
|---|
public boolean initializeChooser(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
initializeChooser in class PathEditorCustomizereditor - The editorchooser - The file chooser to initializepathRef - Reference to the current path value. Contains exactly one string element, which can be null
public boolean chooserInitialized(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
chooserInitialized in class PathEditorCustomizereditor - The editorchooser - The initialized file chooserpathRef - Reference to the current path value. Contains exactly one string element, which can be null
public boolean chooserClosed(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
chooserClosed in class PathEditorCustomizereditor - The component selection editor that owns the customizerchooser - The file chooser to displaypathRef - Reference to the current path value. Contains exactly one string element, which can be null
if the cancel button was pressed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||