|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.glxdesktop.gui.glxinfo.GlxInfoWindowActions
public class GlxInfoWindowActions
| Constructor Summary | |
|---|---|
GlxInfoWindowActions(GlxInfoWindowImpl glxInfoDialog)
|
|
| Method Summary | |
|---|---|
void |
expandedAllExtensions(boolean bool)
|
java.lang.String |
getDisplayName()
Get Display Name. |
java.lang.String |
getGLUExtensions()
Get glu extensions. |
java.lang.String |
getGlxClientExtensions()
Get glx client extensions. |
java.lang.String |
getGLXExtensions()
Get GLX extensions. |
java.lang.String |
getGlxinfoText(java.lang.String beginRegexp,
java.lang.String endRegexp)
Get Glx information between two regexp |
java.lang.String |
getGlxServerExtensions()
Get glx server extensions. |
java.lang.String |
getI18nDirectRendering()
Get a i18n direct redering status string |
java.lang.String |
getOpenGLExtensions()
Get OpenGL extensions. |
void |
openSearchDialog()
|
void |
refreshGlxinfo()
|
void |
searchExtensions(java.lang.String regexp,
boolean caseSensitive)
This method expand and highlight ALL extentions Expander, if the given regexp search string is found. see GlxInfoWindowActions
makeFindResult method for more informations. |
void |
setGlxinfo(java.lang.String glxinfo)
|
void |
setGlxTableTreeViewer()
Set Frame Buffer configuration Tree viewer |
void |
setVisibility(org.gnu.gtk.Expander expander,
boolean isVisible)
Play with the exander visible propreties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlxInfoWindowActions(GlxInfoWindowImpl glxInfoDialog)
| Method Detail |
|---|
public void setGlxinfo(java.lang.String glxinfo)
public java.lang.String getI18nDirectRendering()
public java.lang.String getGlxinfoText(java.lang.String beginRegexp,
java.lang.String endRegexp)
beginRegexp - endRegexp -
public java.lang.String getDisplayName()
public java.lang.String getGlxClientExtensions()
public java.lang.String getGlxServerExtensions()
public java.lang.String getGLXExtensions()
public java.lang.String getOpenGLExtensions()
public java.lang.String getGLUExtensions()
public void openSearchDialog()
public void expandedAllExtensions(boolean bool)
public void refreshGlxinfo()
public void setGlxTableTreeViewer()
public void setVisibility(org.gnu.gtk.Expander expander,
boolean isVisible)
expander - to set.isVisible - visibility stat to set.
public void searchExtensions(java.lang.String regexp,
boolean caseSensitive)
GlxInfoWindowActions
makeFindResult method for more informations.
regexp - to search.caseSensitive - set this to true to make the search case sensitive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||