|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectviewer.Options
public class Options
Make it easy to change some options other than just by using the command line
| Constructor Summary | |
|---|---|
Options(Viewer viewer)
|
|
| Method Summary | |
|---|---|
void |
attachInteraction(Interaction interaction)
give the options instance the interaction instance to use |
void |
attachInteractionListener(InteractionListener interactionListener)
give the options instance the interactionlistener instance to use |
javax.swing.JTabbedPane |
getOptions()
get the optionPane to display |
boolean |
isVisible()
Get the visibility of the options |
void |
refreshStates()
Refresh the states of the various options to make sure they are correct |
void |
requestFocus()
Request that the options receive focus |
void |
saveOptions()
Save the settings to the config file |
void |
setVisible(boolean b)
Show or hide the options |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Options(Viewer viewer)
| Method Detail |
|---|
public void attachInteraction(Interaction interaction)
interaction - the interaction instance to usepublic void attachInteractionListener(InteractionListener interactionListener)
interactionListener - ine interactionListener instance to usepublic javax.swing.JTabbedPane getOptions()
public void refreshStates()
public void setVisible(boolean b)
b - true to display the optionspublic boolean isVisible()
public void requestFocus()
public void saveOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||