|
||||||||||
| 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
public class PathEditorCustomizer
Component selection editor customizer. Allows to customize the display and operation of the file chooser.
| Constructor Summary | |
|---|---|
PathEditorCustomizer()
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 PathEditorCustomizer()
| Method Detail |
|---|
public boolean initializeChooser(PathEditor editor,
javax.swing.JFileChooser chooser,
java.lang.String[] pathRef)
editor - 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)
editor - 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)
editor - 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 | |||||||||