Examples of refreshState()


Examples of com.ardor3d.extension.ui.UIButton.refreshState()

                            state.setBackdrop(new EmptyBackdrop());
                            state.setBorder(new EmptyBorder());
                            state.setPadding(new Insets(0, 0, 0, 0));
                            state.setMargin(new Insets(1, 1, 1, 1));
                        }
                        closeButton.refreshState();
                        closeButton.updateMinimumSizeFromContents();
                        closeButton.compact();
                        closeButton
                                .setMaximumContentSize(closeButton.getContentWidth(), closeButton.getContentHeight());
                    }
View Full Code Here

Examples of com.ardor3d.extension.ui.UIButton.refreshState()

                            state.setBackdrop(new EmptyBackdrop());
                            state.setBorder(new EmptyBorder());
                            state.setPadding(new Insets(0, 0, 0, 0));
                            state.setMargin(new Insets(1, 1, 1, 1));
                        }
                        minimizeButton.refreshState();
                        minimizeButton.updateMinimumSizeFromContents();
                        minimizeButton.compact();
                        minimizeButton.setMaximumContentSize(minimizeButton.getContentWidth(), minimizeButton
                                .getContentHeight());
                    }
View Full Code Here

Examples of com.ardor3d.extension.ui.UIButton.refreshState()

                            state.setBackdrop(new EmptyBackdrop());
                            state.setBorder(new EmptyBorder());
                            state.setPadding(new Insets(0, 0, 0, 0));
                            state.setMargin(new Insets(1, 1, 1, 1));
                        }
                        expandButton.refreshState();
                        expandButton.updateMinimumSizeFromContents();
                        expandButton.compact();
                        expandButton.setMaximumContentSize(expandButton.getContentWidth(), expandButton
                                .getContentHeight());
                    }
View Full Code Here

Examples of com.ardor3d.extension.ui.UIButton.refreshState()

                            state.setBackdrop(new EmptyBackdrop());
                            state.setBorder(new EmptyBorder());
                            state.setPadding(new Insets(0, 0, 0, 0));
                            state.setMargin(new Insets(1, 1, 1, 1));
                        }
                        helpButton.refreshState();
                        helpButton.updateMinimumSizeFromContents();
                        helpButton.compact();
                        helpButton.setMaximumContentSize(helpButton.getContentWidth(), helpButton.getContentHeight());
                    }
                }
View Full Code Here

Examples of com.ardor3d.extension.ui.UIButton.refreshState()

                        state.setBorder(new EmptyBorder());
                        state.setPadding(new Insets(0, 0, 0, 0));
                        state.setMargin(new Insets(0, 0, 0, 0));
                        state.setForegroundColor(ColorRGBA.GRAY);
                    }
                    resize.refreshState();
                    resize.updateMinimumSizeFromContents();
                    resize.setMinimumContentSize(resize.getContentWidth(), resize.getContentHeight());
                    resize.setMaximumContentSize(resize.getContentWidth(), resize.getContentHeight());
                }
            }
View Full Code Here

Examples of org.cipango.kaleo.presence.Presentity.refreshState()

              _log.debug("modified state {} (new etag {}) from presentity {}",
                  new Object[] {etag, state.getETag(), presentity});
          }
          else
          {
            presentity.refreshState(state, now + expires*1000);
            if (_log.isDebugEnabled())
              _log.debug("refreshed state {} (new etag {}) from presentity {}",
                  new Object[] {etag, state.getETag(), presentity});
          }
        }
View Full Code Here

Examples of org.platformlayer.service.cloud.google.ops.compute.GoogleComputeMachine.refreshState()

        // }
        // }
      }

      if (machine != null) {
        machine.refreshState();
      }
    }

    RecursionState recursion = getRecursionState();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.