|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
cz.cuni.jagrlib.reg.RegModulesSelect
public class RegModulesSelect
Dialog for selecting modules.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
InfoModule |
infoPiece
Selected module. |
InfoModule[] |
infoPieces
Selected modules. |
String |
packageName
Selected package. |
String |
pieceName
Selected module. |
String |
retName
Selected module. |
RegTables |
tables
Registry data. |
String |
templateName
Selected template. |
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
RegModulesSelect()
Creates new RegModulesSelect. |
|
RegModulesSelect(Frame frame,
String title,
boolean modal,
InfoModule _info)
Creates new RegModulesSelect. |
|
RegModulesSelect(InfoModule _info)
Creates new RegModulesSelect. |
Method Summary | |
---|---|
protected void |
loadOptionsData()
Load options data (window pos, height, ...). |
protected void |
loadTableModules()
Load options data (Column Index, Column Width). |
protected void |
loadTableParam()
Load options data (Column Index, Column Width). |
protected void |
loadTablePlug()
Load options data (Column Index, Column Width). |
protected void |
loadTableX(JTable jTable,
String keyPrefix)
Load options data (Column Index, Column Width). |
protected void |
saveOptionsData()
Save options data (window pos, height, ...). |
void |
setPreview(boolean pr)
Set preview dialog. |
protected void |
setTableModules(String _package)
Creates and fill table of modules. |
protected void |
setTableParam(String _package,
String _class,
String _template)
Creates and fill table of parameters. |
protected void |
setTablePlug(String _package,
String _class,
String _template)
Creates and fill table of plugs. |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String retName
public String pieceName
public String packageName
public String templateName
public InfoModule infoPiece
public InfoModule[] infoPieces
public RegTables tables
Constructor Detail |
---|
public RegModulesSelect(Frame frame, String title, boolean modal, InfoModule _info)
frame
- Owner frame.title
- Title of dialog.modal
- Modality._info
- Filter for selection.public RegModulesSelect()
public RegModulesSelect(InfoModule _info)
_info
- Filter for selection.Method Detail |
---|
public void setPreview(boolean pr)
pr
- true
- preview; false
- normal select dialog.protected void setTableModules(String _package)
_package
- Name of package.protected void setTablePlug(String _package, String _class, String _template)
_package
- Name of package._class
- Name of class._template
- Name of template.protected void setTableParam(String _package, String _class, String _template)
_package
- Name of package._class
- Name of class._template
- Name of template.protected void loadOptionsData()
protected void loadTableX(JTable jTable, String keyPrefix)
protected void loadTableModules()
protected void loadTableParam()
protected void loadTablePlug()
protected void saveOptionsData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |