Method Summary |
|
public boolean | acceptDataObject(DataObject obj) |
public void | addChangeListener(ChangeListener l) Add a listener to changes of the panel's validity. |
public void | changedUpdate(javax.swing.event.DocumentEvent p1) |
void | enableCreateButton() |
public org.openide.util.HelpCtx | getHelp() Help for this panel. |
public java.awt.Dimension | getPreferredSize() |
public void | insertUpdate(javax.swing.event.DocumentEvent p1) |
public boolean | isValid() Test whether the panel is finished and it is safe to proceed to the next one. |
public void | propertyChange(PropertyChangeEvent ev) Changes in selected node in packages. |
public void | removeChangeListener(ChangeListener l) Remove a listener to changes of the panel's validity. |
public void | removeUpdate(javax.swing.event.DocumentEvent p1) |
public void | requestFocus() Request focus. |
boolean | setTargetFolder(DataFolder f) Presets a target folder. |
void | updateDirectory() |
void | updatePropertyEditor() Updates associated editor by calling setDataFolder(...) . |
public void | vetoableChange(PropertyChangeEvent ev) Allow only simple selection. |