public class PathsChooserComponent extends java.lang.Object implements ComponentWithEmptyText
Modifier and Type | Class and Description |
---|---|
static interface |
PathsChooserComponent.PathProcessor |
Constructor and Description |
---|
PathsChooserComponent(java.util.List<java.lang.String> collection,
PathsChooserComponent.PathProcessor processor) |
PathsChooserComponent(java.util.List<java.lang.String> collection,
PathsChooserComponent.PathProcessor processor,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
javax.swing.JPanel |
getContentPane() |
StatusText |
getEmptyText() |
java.util.List<java.lang.String> |
getValues() |
boolean |
isModified() |
void |
reset() |
public PathsChooserComponent(java.util.List<java.lang.String> collection, PathsChooserComponent.PathProcessor processor)
public PathsChooserComponent(java.util.List<java.lang.String> collection, PathsChooserComponent.PathProcessor processor, Project project)
public StatusText getEmptyText()
getEmptyText
in interface ComponentWithEmptyText
public javax.swing.JPanel getContentPane()
public java.util.List<java.lang.String> getValues()
public void reset()
public boolean isModified()
public void apply()