|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewFactory.ViewType | |
---|---|
org.peace_tools.core | Contains the core classes that coordinate the activities of various classes and wizards. |
Uses of ViewFactory.ViewType in org.peace_tools.core |
---|
Fields in org.peace_tools.core with type parameters of type ViewFactory.ViewType | |
---|---|
private java.util.HashMap<ViewFactory.ViewType,DnDTabPos> |
ViewFactory.staticViewPos
The last saved positions for the various static views. |
private java.util.HashMap<ViewFactory.ViewType,javax.swing.JComponent> |
ViewFactory.staticViews
The list of static views associated with any main frame. |
Methods in org.peace_tools.core that return ViewFactory.ViewType | |
---|---|
static ViewFactory.ViewType |
ViewFactory.ViewType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewFactory.ViewType[] |
ViewFactory.ViewType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.peace_tools.core with parameters of type ViewFactory.ViewType | |
---|---|
private void |
ViewFactory.addView(javax.swing.JComponent view,
java.lang.String dataFileName,
ViewFactory.ViewType viewType)
Utility method to add a newly created view to display and internal tables. |
private javax.swing.JComponent |
ViewFactory.createDefaultView(java.lang.String estFileName,
java.lang.String dataFileName,
ViewFactory.ViewType viewType,
java.lang.Object wsEntry)
Helper method to create a default view for a given data type. |
void |
ViewFactory.createView(java.lang.String dataFileName,
java.lang.String estFileName,
ViewFactory.ViewType viewType,
boolean duplicate,
boolean textView,
java.lang.Object wsEntry)
Method to create a specific view. |
void |
ViewFactory.showStaticView(ViewFactory.ViewType view)
Method to display a static view that is currently not visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |