|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.admin.client.OpenDialogHandler
public class OpenDialogHandler
This class must be implemented by an installable component that wishes to create a panel that will be added to the New Dialog.
Notes:
| Constructor Summary | |
|---|---|
OpenDialogHandler()default no-argument constructor. |
|
| Method Summary | |
|---|---|
javax.swing.filechooser.FileFilter[] |
getFilterList() |
javax.swing.filechooser.FileFilter[] |
getFilterList(java.lang.Class fileType)method for retrieving a specific set of file filters, other than the default list |
DefaultFileFilter |
getJarFilter()Return the jarFilter. |
DefaultFileFilter |
getXmlFilter()Return the xml file filter |
void |
populatePanel(java.lang.Class fileType, javax.swing.JTabbedPane panel)method for retrieving a specific set of file selection panels, other than the default set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenDialogHandler()
| Method Detail |
|---|
public DefaultFileFilter getJarFilter()
public DefaultFileFilter getXmlFilter()
public javax.swing.filechooser.FileFilter[] getFilterList()
public javax.swing.filechooser.FileFilter[] getFilterList(java.lang.Class fileType)
public void populatePanel(java.lang.Class fileType,
javax.swing.JTabbedPane panel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||