| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Constructor Summary | |
DataCollectionInfo(DataCollection dc, Properties properties, Category cat) | |
| Method Summary | |
void | addUsedFile(File file)Say that file used by data collection. |
ImageIcon | getChildrenNodeImage() |
Comparator | getComparator() |
String | getDescription() |
String | getDisplayName() |
ImageIcon | getNodeImage() |
Properties | getProperties() |
String | getProperty(String key)Returns value of the specified property from config file. |
QuerySystem | getQuerySystem() |
List | getUsedFiles()Return list of all files used by data collection. |
boolean | isLateChildrenInitialization() |
boolean | isVisible()Is this collection should be visible in repository tree. |
boolean | isVisibleChildren()Is elements of this collection should be visible in repository tree. |
void | setChildrenNodeImage(ImageIcon img) |
void | setComparator(Comparator value) |
void | setDescription(String description) |
void | setDisplayName(String value) |
void | setLateChildrenInitialization(boolean lateChildrenInitialization) |
void | setNodeImage(ImageIcon img)Set image for this DataCollection node in repository pane. |
void | setQuerySystem(QuerySystem system) |
void | setVisible(boolean f)Set this collection visible/invisible in repository tree. |
void | setVisibleChildren(boolean f)Set elements of this collection visible/invisible in repository tree. |
void | writeProperty(String key, String value)Write new property to original config file. |
| Constructor Detail |
public DataCollectionInfo(DataCollection dc, Properties properties, Category cat)
| Method Detail |
public void addUsedFile(File file)
public ImageIcon getChildrenNodeImage()
public Comparator getComparator()
public String getDescription()
public String getDisplayName()
public ImageIcon getNodeImage()
public Properties getProperties()
public String getProperty(String key)
public QuerySystem getQuerySystem()
public List getUsedFiles()
public boolean isLateChildrenInitialization()
public boolean isVisible()
public boolean isVisibleChildren()
public void setChildrenNodeImage(ImageIcon img)
public void setComparator(Comparator value)
public void setDescription(String description)
public void setDisplayName(String value)
public void setLateChildrenInitialization(boolean lateChildrenInitialization)
public void setNodeImage(ImageIcon img)
public void setQuerySystem(QuerySystem system)
public void setVisible(boolean f)
public void setVisibleChildren(boolean f)
public void writeProperty(String key, String value)
throws java.lang.Exception
| Association Links |
to Class java.lang.String
to Class javax.swing.ImageIcon
to Class javax.swing.ImageIcon
to Class java.util.Comparator
to Class ru.biosoft.access.QuerySystem
to Class java.util.List
to Class java.util.Properties
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||