|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwebeq3.app.SimpleConfigurationInfo
public class SimpleConfigurationInfo
The class holds information about configurable features for
SimpleEditorFrame and
SimpleEditorDialog.
| Constructor Summary | |
|---|---|
SimpleConfigurationInfo()
Constructs a new SimpleConfigurationInfo object with the default options. |
|
| Method Summary | |
|---|---|
boolean |
getMenuBarIncluded()
Returns true if there is a menubar in the top window. |
boolean |
getMenuEntryIncluded(int itemID)
Returns true if the specified menu item is included. |
void |
setHelp(int helpType)
Sets the help type for the help system. |
void |
setHelp(int helpType,
java.lang.String helpFile)
Sets the help type if you want to provide path to the HTML help page. |
void |
setMenuBarIncluded(boolean b)
Sets whether to add a menubar in the top window. |
void |
setMenuEntryIncluded(int itemID,
boolean b)
Sets whether to include the specified menu item. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleConfigurationInfo()
| Method Detail |
|---|
public boolean getMenuBarIncluded()
public boolean getMenuEntryIncluded(int itemID)
itemID - the menu item ID
public void setHelp(int helpType)
Sets the help type for the help system. Using this method doesn't allow you to set a path to your own HTML help file. Instead, it will use the default JavaHelp included with the SDK, or look for HTML in the same directory as the jar file. By default, the application uses JavaHelp.
helpType - Can be one of three help types:
setHelp(int, String)
public void setHelp(int helpType,
java.lang.String helpFile)
Sets the help type if you want to provide path to the HTML help page. For example, if you customize the sample HTML help file provided in the SDK, use this method to provide a path to the location of that file. By default, the application uses JavaHelp.
helpType - Can be one of three help types:
helpFile - Indicates the location of the HTML file containing the HTML help.
public void setMenuBarIncluded(boolean b)
b - true if menubar is to be added in the top window
public void setMenuEntryIncluded(int itemID,
boolean b)
itemID - the menu item IDb - true if the specified menu item is to be includedUIConstants
|
Copyright (c) 2015 Design Science All rights reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||